
python
文章平均质量分 79
天外飞仙xrj
这个作者很懒,什么都没留下…
展开
-
【Scikit-Learn 中文文档】流形学习 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/manifold.html英文文档: http://sklearn.apachecn.org/en/stable/modules/manifold.html官方文档: http://scikit-learn.org/stable/转载 2017-11-28 00:30:35 · 274 阅读 · 0 评论 -
【Scikit-Learn 中文文档】随机投影 - 数据集转换 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/random_projection.html英文文档: http://sklearn.apachecn.org/en/stable/modules/random_projection.html官方文档: http://scikit-转载 2017-12-05 23:27:31 · 160 阅读 · 0 评论 -
【Scikit-Learn 中文文档】无监督降维 - 数据集转换 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/unsupervised_reduction.html英文文档: http://sklearn.apachecn.org/en/stable/modules/unsupervised_reduction.html官方文档: http转载 2017-12-04 19:10:39 · 121 阅读 · 0 评论 -
【Scikit-Learn 中文文档】预处理数据 - 数据集转换 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/preprocessing.html英文文档: http://sklearn.apachecn.org/en/stable/modules/preprocessing.html官方文档: http://scikit-learn.or转载 2017-12-04 19:06:18 · 174 阅读 · 0 评论 -
【Scikit-Learn 中文文档】Pipeline(管道)和 FeatureUnion(特征联合): 合并的评估器 - 数据集转换 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/pipeline.html英文文档: http://sklearn.apachecn.org/en/stable/modules/pipeline.html官方文档: http://scikit-learn.org/stable/转载 2017-12-04 18:45:40 · 153 阅读 · 0 评论 -
【Scikit-Learn 中文文档】模型持久化 - 模型选择和评估 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/model_persistence.html英文文档: http://sklearn.apachecn.org/en/stable/modules/model_persistence.html官方文档: http://scikit-转载 2017-12-04 18:43:12 · 156 阅读 · 0 评论 -
【Scikit-Learn 中文文档】特征选择 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/feature_selection.html英文文档: http://sklearn.apachecn.org/en/stable/modules/feature_selection.html官方文档: http://scikit-转载 2017-11-23 21:10:46 · 189 阅读 · 0 评论 -
【Scikit-Learn 中文文档】多类和多标签算法 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/multiclass.html英文文档: http://sklearn.apachecn.org/en/stable/modules/multiclass.html官方文档: http://scikit-learn.org/stable/转载 2017-11-23 21:07:24 · 149 阅读 · 0 评论 -
【Scikit-Learn 中文文档】集成方法 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/ensemble.html英文文档: http://sklearn.apachecn.org/en/stable/modules/ensemble.html官方文档: http://scikit-learn.org/stable/转载 2017-11-23 21:05:36 · 235 阅读 · 0 评论 -
【Scikit-Learn 中文文档】决策树 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/tree.html英文文档: http://sklearn.apachecn.org/en/stable/modules/tree.html官方文档: http://scikit-learn.org/stable/GitHub:转载 2017-11-23 21:04:50 · 234 阅读 · 0 评论 -
【Scikit-Learn 中文文档】朴素贝叶斯 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/naive_bayes.html英文文档: http://sklearn.apachecn.org/en/stable/modules/naive_bayes.html官方文档: http://scikit-learn.org/stable/G转载 2017-11-23 21:02:49 · 179 阅读 · 0 评论 -
【Scikit-Learn 中文文档】内核近似 - 数据集转换 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/kernel_approximation.html英文文档: http://sklearn.apachecn.org/en/stable/modules/kernel_approximation.html官方文档: http://s转载 2017-12-05 23:28:59 · 139 阅读 · 0 评论 -
【Scikit-Learn 中文文档】成对的矩阵, 类别和核函数 - 数据集转换 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/metrics.html英文文档: http://sklearn.apachecn.org/en/stable/modules/metrics.html官方文档: http://scikit-learn.org/stable/转载 2017-12-05 23:29:34 · 139 阅读 · 0 评论 -
【Scikit-Learn 中文文档】高斯混合模型 - 无监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/mixture.html英文文档: http://sklearn.apachecn.org/en/stable/modules/mixture.html官方文档: http://scikit-learn.org/stable/转载 2017-11-28 00:29:53 · 185 阅读 · 0 评论 -
【Scikit-Learn 中文文档】神经网络模块(监督的)- 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/modules/neural_networks_supervised.html英文文档: http://sklearn.apachecn.org/en/0.19.0/modules/neural_networks_supervised.html官方转载 2017-11-28 00:29:17 · 145 阅读 · 0 评论 -
【Scikit-Learn 中文文档】概率校准 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/modules/calibration.html英文文档: http://sklearn.apachecn.org/en/0.19.0/modules/calibration.html官方文档: http://scikit-learn.org/st转载 2017-11-28 00:24:18 · 2351 阅读 · 0 评论 -
【Scikit-Learn 中文文档】半监督学习 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/label_propagation.html英文文档: http://sklearn.apachecn.org/en/stable/modules/label_propagation.html官方文档: http://scikit-转载 2017-11-28 00:23:12 · 170 阅读 · 0 评论 -
【Scikit-Learn 中文文档】监督学习:从高维观察预测输出变量 - 关于科学数据处理的统计学习教程 - scikit-learn 教程 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/tutorial/statistical_inference/supervised_learning.html英文文档: http://sklearn.apachecn.org/en/stable/tutorial/statistical_inference/supervised_learning.ht转载 2017-12-06 23:41:04 · 147 阅读 · 0 评论 -
【Scikit-Learn 中文文档】机器学习: scikit-learn 中的设置以及预估对象 - 关于科学数据处理的统计学习教程 - scikit-learn 教程 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/tutorial/statistical_inference/settings.html英文文档: http://sklearn.apachecn.org/en/stable/tutorial/statistical_inference/settings.html转载 2017-12-06 23:39:11 · 176 阅读 · 0 评论 -
【Scikit-Learn 中文文档】使用 scikit-learn 介绍机器学习 - scikit-learn 教程 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/tutorial/basic/tutorial.html英文文档: http://sklearn.apachecn.org/en/stable/tutorial/basic/tutorial.html官方文档: http://scikit-lear转载 2017-12-06 23:38:03 · 189 阅读 · 0 评论 -
【Scikit-Learn 中文文档】预测延迟 / 预测吞吐量 / 技巧和窍门 - 计算性能 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/computational_performance.html英文文档: http://sklearn.apachecn.org/en/stable/modules/computational_performance.html官方文档转载 2017-12-06 23:37:30 · 195 阅读 · 0 评论 -
【Scikit-Learn 中文文档】大规模计算的策略: 更大量的数据 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/user_guide.html英文文档: http://sklearn.apachecn.org/en/stable/user_guide.html官方文档: http://scikit-learn.org/stable/GitHub:转载 2017-12-06 23:36:42 · 168 阅读 · 0 评论 -
【Scikit-Learn 中文文档】数据集加载工具 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/datasets/index.html英文文档: http://sklearn.apachecn.org/en/stable/datasets/index.html官方文档: http://scikit-learn.org/stable/转载 2017-12-05 23:31:17 · 245 阅读 · 0 评论 -
【Scikit-Learn 中文文档】预测目标 (y) 的转换 - 数据集转换 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/preprocessing_targets.html英文文档: http://sklearn.apachecn.org/en/stable/modules/preprocessing_targets.html官方文档: http:/转载 2017-12-05 23:30:05 · 117 阅读 · 0 评论 -
【Scikit-Learn 中文文档】交叉分解 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/modules/cross_decomposition.html英文文档: http://sklearn.apachecn.org/en/0.19.0/modules/cross_decomposition.html官方文档: http://scikit-learn.or转载 2017-11-22 18:21:01 · 120 阅读 · 0 评论 -
【Scikit-Learn 中文文档】高斯过程 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/modules/gaussian_process.html英文文档: http://sklearn.apachecn.org/en/0.19.0/modules/gaussian_process.html官方文档: http://scikit-learn.org/stable/Git转载 2017-11-22 18:15:34 · 208 阅读 · 0 评论 -
【Scikit-Learn 中文文档】内核岭回归 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/tutorial/basic/tutorial.html英文文档: http://sklearn.apachecn.org/en/0.19.0/tutorial/basic/tutorial.html官方文档: http://scikit-learn.org/0.19/GitHub:转载 2017-11-21 14:35:03 · 144 阅读 · 0 评论 -
【Scikit-Learn 中文文档】线性和二次判别分析 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/tutorial/basic/tutorial.html英文文档: http://sklearn.apachecn.org/en/0.19.0/tutorial/basic/tutorial.html官方文档: http://scikit-learn.org/0.19/GitHub: h转载 2017-11-21 14:32:01 · 153 阅读 · 0 评论 -
【Scikit-Learn 中文文档】广义线性模型 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/tutorial/basic/tutorial.html英文文档: http://sklearn.apachecn.org/en/0.19.0/tutorial/basic/tutorial.htmlGitHub: https://github.com/apachecn/scikit-learn-doc转载 2017-11-21 14:29:29 · 312 阅读 · 0 评论 -
【Scikit-Learn 中文文档】使用 scikit-learn 介绍机器学习 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/tutorial/basic/tutorial.html英文文档: http://sklearn.apachecn.org/en/0.19.0/tutorial/basic/tutorial.htmlGitHub: https://github.com/apachecn/scikit-learn-doc转载 2017-11-21 14:23:47 · 183 阅读 · 0 评论 -
【Scikit-Learn 中文文档 】安装 scikit-learn | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/0.19.0/tutorial/basic/tutorial.html英文文档: http://sklearn.apachecn.org/en/0.19.0/tutorial/basic/tutorial.htmlGitHub: https://github.com/apachecn/scikit-learn-doc转载 2017-11-21 14:21:29 · 163 阅读 · 0 评论 -
【Scikit-Learn 中文文档】新异类和异常值检测 - 无监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/outlier_detection.html英文文档: http://sklearn.apachecn.org/en/stable/modules/outlier_detection.html官方文档: http://scikit-转载 2017-11-30 00:26:35 · 132 阅读 · 0 评论 -
【Scikit-Learn 中文文档】协方差估计 / 经验协方差 / 收敛协方差 / 稀疏逆协方差 / Robust 协方差估计 - 无监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/covariance.html英文文档: http://sklearn.apachecn.org/en/stable/modules/covariance.html官方文档: http://scikit-learn.org/stab转载 2017-11-30 00:25:51 · 427 阅读 · 0 评论 -
【Scikit-Learn 中文文档】分解成分中的信号(矩阵分解问题) - 无监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/decomposition.html英文文档: http://sklearn.apachecn.org/en/stable/modules/decomposition.html官方文档: http://scikit-learn.or转载 2017-11-30 00:24:39 · 175 阅读 · 0 评论 -
【Scikit-Learn 中文文档】双聚类 - 无监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/biclustering.html英文文档: http://sklearn.apachecn.org/en/stable/modules/biclustering.html官方文档: http://scikit-learn.org/转载 2017-11-30 00:23:40 · 164 阅读 · 0 评论 -
【Scikit-Learn 中文文档】聚类 - 无监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/clustering.html英文文档: http://sklearn.apachecn.org/en/stable/modules/clustering.html官方文档: http://scikit-learn.org/stab转载 2017-11-30 00:23:02 · 399 阅读 · 0 评论 -
python第三方库-pygal绘图功能介绍1-线图
pygal是一个用于生成SVG格式图片的python第三方库,具有十分酷炫的绘图功能,下面介绍其线图绘制板块,代码和图片均来源于pygal官方文档。1 简单线图代码:line_chart = pygal.Line()line_chart.title = 'Browser usage evolution (in %)'line_chart.x_labels = map(str, range(20原创 2017-09-27 13:02:39 · 4416 阅读 · 0 评论 -
【Scikit-Learn 中文文档】模型选择:选择估计量及其参数 - 关于科学数据处理的统计学习教程 - scikit-learn 教程 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/tutorial/statistical_inference/model_selection.html英文文档: http://sklearn.apachecn.org/en/stable/tutorial/statistical_inference/model_selection.html转载 2017-12-08 19:14:14 · 224 阅读 · 0 评论 -
【Scikit-Learn 中文文档】无监督学习: 寻求数据表示 - 关于科学数据处理的统计学习教程 - scikit-learn 教程 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/tutorial/statistical_inference/unsupervised_learning.html英文文档: http://sklearn.apachecn.org/en/stable/tutorial/statistical_inference/unsupervised_learnin转载 2017-12-08 21:54:44 · 207 阅读 · 0 评论 -
【Scikit-Learn 中文文档】最近邻 - 监督学习 - 用户指南 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/neighbors.html英文文档: http://sklearn.apachecn.org/en/stable/modules/neighbors.html官方文档: http://scikit-learn.org/stable/GitHub: https://g转载 2017-11-22 18:12:06 · 143 阅读 · 0 评论