XGBoost/GBDT相關blog推薦

平時看到一些blog,邏輯清晰又乾貨滿滿,羅列與此。

  • 關於XGBoost調參

Complete Guide to Parameter Tuning in XGBoost (with codes in Python)www.analyticsvidhya.com圖標

  • 關於gradient boosting

Complete Guide to Parameter Tuning in Gradient Boosting (GBM) in Pythonwww.analyticsvidhya.com圖標

  • XGBoost代碼梳理

XGboost核心源碼閱讀 | 水滴石穿mlnote.com圖標

  • 介紹boost原理

Introduction to Boosted Treesxgboost.readthedocs.io圖標XGboost: A Scalable Tree Boosting System論文及源碼導讀mlnote.com圖標

  • 官方參數介紹:

XGBoost Parametersxgboost.readthedocs.io

  • 官方python API介紹:

Python API Referencexgboost.readthedocs.io

  • dmlc給的code demo:

dmlc/xgboostgithub.com圖標

  • XGBoost特徵重要性

XGBoost支持的特徵重要性演算法heavengate.site

  • 特徵權重計算與選擇

淺談決策樹、GBDT、LightGBM - 七月在線ask.julyedu.com圖標Feature Importance and Feature Selection With XGBoost in Python - Machine Learning Masterymachinelearningmastery.com圖標

  • 再補關於調參:

GBDT的調參www.jianshu.com

(持續更新ing)


推薦閱讀:

為什麼深度學習突然在改變你的生活
Python3《機器學習實戰》學習筆記(三):決策樹實戰篇之為自己配個隱形眼鏡
【西瓜書】周志華《機器學習》學習筆記與習題探討(三)②
seq2seq中的beam search演算法過程
A Neural Network Approach to Context-Sensitive Generation of Conversational Responses

TAG:机器学习 | xgboost | gbdt |