我正在尝试获取使用电话的用户的姓名。有没有Flutter插件可以为我提供此功能
答案 0 :(得分:1)
您好,您可以使用此插件 device_info ,您可以在此处查看有关它的文档: https://pub.dev/packages/device_info#-example-tab-
regr = LinearRegression()
y_regression = np.array(df.y).reshape(-1,1)
beta = lambda x: list(regr.fit(np.array(x).reshape(-1,1), y_regression).coef_)
beta = df.apply(beta)