An open API service indexing awesome lists of open source software.

https://github.com/senya-ashukha/simple-gradient-boosting

Very simple and short implementation of gradient boosting in 18 lines of code
https://github.com/senya-ashukha/simple-gradient-boosting

boosting ensemble gradient-boosting machine-learning supervised-learning

Last synced: 3 months ago
JSON representation

Very simple and short implementation of gradient boosting in 18 lines of code

Awesome Lists containing this project

README

          

# Simple Gradient Boosting

Very simple and short implementation of gradient boosting in just 18 lines of code!

## Gradient Boosting



[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/senya-ashukha/simple-boosting/blob/master/simple-boosting.ipynb)



- `Friedman JH. Stochastic gradient boosting. Computational statistics & data analysis. 2002 Feb 28;38(4):367-78.`
- Note that there is no stochastic mini-batching in this implementation, but it is very easy to add!