XGBoost/GBDT相關blog推薦
01-26
平時看到一些blog,邏輯清晰又乾貨滿滿,羅列與此。
- 關於XGBoost調參:
Complete Guide to Parameter Tuning in XGBoost (with codes in Python)
- 關於gradient boosting:
Complete Guide to Parameter Tuning in Gradient Boosting (GBM) in Python
- XGBoost代碼梳理:
XGboost核心源碼閱讀 | 水滴石穿
- 介紹boost原理:
Introduction to Boosted TreesXGboost: A Scalable Tree Boosting System論文及源碼導讀
- 官方參數介紹:
XGBoost Parameters
- 官方python API介紹:
Python API Reference
- dmlc給的code demo:
dmlc/xgboost
- XGBoost特徵重要性:
XGBoost支持的特徵重要性演算法
- 特徵權重計算與選擇:
淺談決策樹、GBDT、LightGBM - 七月在線Feature Importance and Feature Selection With XGBoost in Python - Machine Learning Mastery
- 再補關於調參:
GBDT的調參
(持續更新ing)
推薦閱讀:
※為什麼深度學習突然在改變你的生活
※Python3《機器學習實戰》學習筆記(三):決策樹實戰篇之為自己配個隱形眼鏡
※【西瓜書】周志華《機器學習》學習筆記與習題探討(三)②
※seq2seq中的beam search演算法過程
※A Neural Network Approach to Context-Sensitive Generation of Conversational Responses