preprocessing.scale(X)直接标准化数据X。 将代码整理到一个文件中: from sklearn import preprocessing import numpy as np X = np.array([[ 1.
確定! 回上一頁