/custom-gradient-boosting

This is a my implementation of popular machine learning method - gradient boosting. MSE of my implementation less that MSE of sklearn.ensemble.GradientBoostingRegressor class, but it fits slower.

Primary LanguagePython

Custom-Gradient-Boosting

This is my implementation of a popular machine learning technique called gradient boosting. The MSE of my implementation is smaller than the MSE of the sklearn.ensemble.GradientBoostingRegressor class, but it fits slower.