Lecture 8 – Boosting method (XGBoost)#


Here, we will mainly talk about the different Boosting methods used for tree models, such as Adaboost, and xGboost, etc.

Contents of this lecture

  • Background (basic formulation of regression)

  • Ensemble decision trees for regression

    • Random forest

    • Bagging

    • Boosting

  • Gradient boosting

  • eXtreme Gradient Boosting (XGBoost)

  • Summary

../../_images/lecture8.png
../../_images/lecture8-1.png
../../_images/lecture8-2.png

Please download the lecture through the following link Lecture 8 – Boosting method (XGBoost)