-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add gradient boosting #1
Comments
Currently working on gradient sklearn's boosting. In general I plan to add an optional sub-module for doing the same thing with third-party libraries. |
Any idea when it will be completed? |
I recommend to add HistGradientBoosting which should be about as fast as LightGBM and faster than XGBoost [though doesn't support row or column subsampling right now, work in progress]. |
Please, add gradient boosting libraries, like CatBoost, XGBoost, LightGBM.
The text was updated successfully, but these errors were encountered: