python 數據標準化

def datastandard(): from sklearn import preprocessing import numpy as np x = np.array([ [ 1., -1., 2.], [ 2., 0., 0.], [ 0., 1., -1.]]) print('原始數據爲:\n',x) print('method1:
相關文章
相關標籤/搜索