
机器学习
方糖冰红茶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
windows下安装xgboost
xgboost GitHub 源码包下载,解压 https://github.com/dmlc/xgboost 下载xgboost.dll http://ssl.picnet.com.au/xgboost/ 将xgboost.dll放到解压后的\xgboost-master\python-package\xgboost目录中 进入\xgboost-master\python-packag...原创 2018-10-17 23:39:59 · 598 阅读 · 0 评论 -
DataWhale 组队学习数据挖掘实践 任务三 和 四
任务3 - 建模 用逻辑回归、svm和决策树;随机森林和XGBoost进行模型构建,评分方式任意,如准确率等。(不需要考虑模型调参) 一、 使用逻辑回归 from sklearn.linear_model import SGDClassifier 1 初始化模型 log_reg = SGDClassifier(loss='log',penalty='l2',max_iter = ...原创 2019-08-14 14:05:35 · 218 阅读 · 0 评论