Gradient Boosting from Theory to Practice (Part 2)

<p>In the&nbsp;<a href="https://medium.com/towards-data-science/gradient-boosting-from-theory-to-practice-part-1-940b2c9d8050" rel="noopener">first part</a>&nbsp;of this article, we presented the gradient boosting algorithm and showed its implementation in pseudocode.</p> <p>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.</p> <p><a href="https://medium.com/towards-data-science/gradient-boosting-from-theory-to-practice-part-2-25c8b7ca566b"><strong>Read More</strong></a></p>
Tags: Gradient