随笔 - 363, 文章 - 0, 评论 - 2, 阅读 - 23万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

随笔分类 -  scikit-learn

摘要: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 心默默言 编辑

摘要:模型训练 In [6]: import numpy as np import matplotlib.pyplot as plt from sklearn.linear_model import LinearRegression from sklearn.datasets import load_bo 阅读全文

posted @ 2019-02-20 19:48 心默默言 编辑

摘要:In [2]: from sklearn.datasets import load_iris iris = load_iris() iris.keys() Out[2]: dict_keys(['data', 'target', 'target_names', 'DESCR', 'feature_n 阅读全文

posted @ 2019-02-20 16:14 心默默言 编辑

摘要:scikit-learn中文文档 阅读全文

posted @ 2019-02-20 13:32 心默默言 编辑

点击右上角即可分享
微信分享提示