Gradient Boosted Decision Trees – A Conceptual Explanation

Author: Derrick Mwiti

Gradient boosted decision trees involves implementing several models and aggregating their results. These boosted models have become popular thanks to their performance in machine learning competitions on Kaggle. In this article, we’ll see what gradient boosted decision trees are all about.

Go to Source