小编0x *_*Tps的帖子

preprocessing.scale()做什么?它是如何工作的?

Python 3.5,从sklearn预处理

df = quandl.get('WIKI/GOOGL')
X = np.array(df)
X = preprocessing.scale(X)
Run Code Online (Sandbox Code Playgroud)

python machine-learning python-3.x scikit-learn

10
推荐指数
1
解决办法
1万
查看次数