sklearn(四)----標準化數據,這裏normalization就是scaling

標準化數據 這裏normalization就是scaling 這裏是在說屬性差別很大對訓練有不好的影響,這是我們就要用scaling 例子: from sklean import preprocessing#標準化模塊 import numpy as np a=np.array([[10,2.7,3.6] [-100,5,-2] [120,20,40]],dtype=np.float64) pri
相關文章
相關標籤/搜索