摘要: from sklearn import preprocessing # normalize the data attributes normalized_X = preprocessing.normalize(X) # standardize the data attributes standard 阅读全文
posted @ 2017-04-25 13:40 光彩照人 阅读(38147) 评论(3) 推荐(0)