用到sklearn模块

from sklearn import preprocessing
preprocessing.scale正规化
print(preprocessing.scale(a))
05-11 02:29