博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年2月21日

摘要: In [1]: from sklearn.decomposition import PCA from sklearn.datasets import load_iris pca = PCA(n_components=2, whiten=True) # 主成分是两个,正则化为True iris = l 阅读全文

posted @ 2019-02-21 11:07 心默默言 阅读(149) 评论(0) 推荐(0) 编辑