- 博客(49)
- 收藏
- 关注

原创 kaggle新手赛泰坦尼克之灾
新人学习了机器学习一段时间,然后选择kaggle新手赛泰坦尼克之灾来实践,本文采用模型是随机森林来预测,主要步骤如下一.导入数据包与数据集 二.数据分析1.总体预览:了解每列数据的含义,数据的格式等。2.数据初步分析,使用统计学与绘图:初步了解数据之间的相关性,为构造特征工程以及模型建立做准备。 三.特征工程1.根据业务,常识,以及第二步的数据分析构造特征工程。2.将特征转换为模型可以辨别的类型(如处理缺失值,处理文本进行等) 。四.模型选择1.根据目标函数确定学习类型,是无监督学习还是监
2018-01-03 09:38:57
7005
1
转载 【Scikit-Learn 中文文档】寻求帮助 - 关于科学数据处理的统计学习教程 - scikit-learn 教程 | ApacheCN
文文档: http://sklearn.apachecn.org/cn/stable/tutorial/statistical_inference/finding_help.html英文文档: http://sklearn.apachecn.org/en/stable/tutorial/statistical_inference/finding_help.html
2017-12-07 17:08:15
251
转载 【Scikit-Learn 中文文档】把它们放在一起 - 关于科学数据处理的统计学习教程 - scikit-learn 教程 | ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/tutorial/statistical_inference/putting_together.html英文文档: http://sklearn.apachecn.org/en/stable/tutorial/statistical_inference/putting_together.html
2017-12-07 17:06:48
293
转载 【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_learning
2017-12-07 17:05:17
288
转载 【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-07 17:03:37
250
转载 【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-07 17:02:15
205
转载 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-07 16:59:51
251
转载 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-07 16:58:22
694
转载 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-07 16:55:37
357
转载 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-07 16:53:50
196
转载 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 22:12:53
179
转载 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 22:08:50
383
转载 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 22:06:57
383
转载 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 21:58:19
357
转载 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-05 21:55:32
246
转载 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-05 21:53:07
272
转载 scikit-learn 中文文档-特征提取-用户指南|ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/feature_extraction.html英文文档: http://sklearn.apachecn.org/en/stable/modules/feature_extraction.html官方文档: http://sciki
2017-12-05 21:51:27
484
转载 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-05 21:48:24
299
转载 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-05 21:45:22
278
转载 scikit-learn 中文文档-模型评估-无监督学习|ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/model_evaluation.html英文文档: http://sklearn.apachecn.org/en/stable/modules/model_evaluation.html官方文档: http://scikit-le
2017-11-30 19:12:40
1550
转载 scikit-learn 中文文档- 优化估计起的超参数-无监督学习|ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/grid_search.html英文文档: http://sklearn.apachecn.org/en/stable/modules/grid_search.html官方文档: http://scikit-learn.org/st
2017-11-30 19:10:51
574
转载 scikit-learn 中文文档交叉验证-无监督学习|ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/cross_validation.html英文文档: http://sklearn.apachecn.org/en/stable/modules/cross_validation.html官方文档: http://scikit-le
2017-11-30 19:09:33
1373
转载 scikit-learn 中文文档- 神经网络模型-无监督学习|ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/neural_networks_unsupervised.html英文文档: http://sklearn.apachecn.org/en/stable/modules/neural_networks_unsupervised.html
2017-11-30 19:07:31
354
转载 scikit-learn 中文文档-密度估计-无监督学习|ApacheCN
中文文档: http://sklearn.apachecn.org/cn/stable/modules/density.html英文文档: http://sklearn.apachecn.org/cn/stable/modules/density.html官方文档: http://scikit-learn.org/stable/
2017-11-30 19:04:46
372
转载 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-29 22:20:14
286
转载 scikit-learn 中文文档-协方差估计-无监督学习|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-29 22:19:09
1749
转载 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-29 22:18:00
374
转载 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-29 22:16:23
3253
转载 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-29 22:13:52
1119
转载 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-27 14:59:38
534
转载 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-27 14:54:38
525
转载 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-27 14:52:20
928
转载 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-27 14:50:20
349
转载 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-27 14:48:37
1056
转载 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 15:42:55
299
转载 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 15:41:25
263
转载 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 15:37:41
389
转载 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 15:34:27
385
转载 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 15:31:57
408
转载 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 20:02:05
313
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人