...

/

Implementation of Gradient Boosting Classifier

Implementation of Gradient Boosting Classifier

Let's implement gradient boosting for the classifier problem.

Exercise

This third exercise will use gradient boosting to predict the Advertising dataset’s outcome to compare the results with the two previous algorithms.

Readers of Machine Learning for Absolute Beginners Second Edition will be familiar with the regression variant of gradient boosting. We will instead use the classification version of the algorithm in this ...