2017年5月23日

数字签名&Xshell界面&ssh

摘要: http://www.ruanyifeng.com/blog/2011/08/what_is_a_digital_signature.html http://blog.csdn.net/houjiyu243042162/article/details/44344269 http://www.ruan 阅读全文

posted @ 2017-05-23 17:27 易然~ 阅读(212) 评论(0) 推荐(0) 编辑

【scikit-learn】网格搜索来进行高效的参数调优

摘要: 内容概要¶ 如何使用K折交叉验证来搜索最优调节参数 如何让搜索参数的流程更加高效 如何一次性的搜索多个调节参数 在进行真正的预测之前,如何对调节参数进行处理 如何削减该过程的计算代价 1. K折交叉验证回顾¶ 交叉验证的过程 选择K的值(一般是10),将数据集分成K等份 使用其中的K-1份数据作为训 阅读全文

posted @ 2017-05-23 16:18 易然~ 阅读(6173) 评论(0) 推荐(0) 编辑

Python_sklearn机器学习库学习笔记(四)decision_tree(决策树)

摘要: # 决策树 import pandas as pd from sklearn.tree import DecisionTreeClassifier from sklearn.cross_validation import train_test_split from sklearn.metrics i 阅读全文

posted @ 2017-05-23 16:16 易然~ 阅读(6559) 评论(0) 推荐(0) 编辑

结合Scikit-learn介绍几种常用的特征选择方法

摘要: 转:http://www.17bigdata.com/%E7%BB%93%E5%90%88scikit-learn%E4%BB%8B%E7%BB%8D%E5%87%A0%E7%A7%8D%E5%B8%B8%E7%94%A8%E7%9A%84%E7%89%B9%E5%BE%81%E9%80%89%E6 阅读全文

posted @ 2017-05-23 16:10 易然~ 阅读(241) 评论(0) 推荐(0) 编辑

导航