Gradient Boosting from Theory to Practice (Part 2)

In the first part of this article, we presented the gradient boosting algorithm and showed its implementation in pseudocode.

In this part of the article, we will explore the classes in Scikit-Learn that implement this algorithm, discuss their various parameters, and demonstrate how to use them to solve several classification and regression problems.

Read More

Tags: Gradient