Gradient Boost (Classification)
Steps:
- Get initial guess, but unlike Gradient Boost (Regression), this time we will take log(odds)
- Get the residual by assuming one class as 1.0 and other class 0.0
- Fit a tree
- Convert current guess to log_odds
- go to step 2
- Stop when predetermined number of estimator is reached