Skip to content

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.

Notifications You must be signed in to change notification settings

JohnConnor123/custom-gradient-boosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages