GBM(梯度提升算法) xgboost

官网:

http://sklearn.apachecn.org/cn/0.19.0/modules/ensemble.html#gradient-tree-boosting

(注意看相关数学公式,明白原理,学习率等)

用Python进行梯度提升算法的参数调整

https://www.jianshu.com/p/f9b070e42b0e

XGBoost参数调优完全指南(附Python代码)

https://www.jianshu.com/p/14666ee08238

XGBoost Parameters

官网 https://xgboost.readthedocs.io/en/latest/parameter.html

XGBoost参数解释

https://blog.csdn.net/m_buddy/article/details/79337492

Python API Reference

https://xgboost.readthedocs.io/en/latest/python/python_api.html

XGBoost参数设置中文版及XGBoost的Python模块解释

https://blog.csdn.net/Leo_Sheng/article/details/80852328

XGBoost官方实例

https://github.com/dmlc/xgboost/tree/master/demo

xgboost入门与实战(原理篇)

https://blog.csdn.net/sb19931201/article/details/52557382

 

猜你喜欢

转载自blog.csdn.net/qq_26595557/article/details/84372591
今日推荐