Skip to content
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

Implement HistGradientBoostingRegressor #2099

Open
deadsoul44 opened this issue Mar 23, 2022 · 1 comment
Open

Implement HistGradientBoostingRegressor #2099

deadsoul44 opened this issue Mar 23, 2022 · 1 comment

Comments

@deadsoul44
Copy link

I would be nice to speed up the training of this, since it is widely used.

https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html?highlight=histgr#sklearn.ensemble.HistGradientBoostingRegressor

@Alexsandruss
Copy link
Contributor

Acceleration of sklearn.ensemble.HistGradientBoosting is not in nearest plans. Existing workloads and code samples show that Gradient Boostings from XGBoost/LightGBM/CatBoost are more popular than scikit-learn's one and we contributed in their performance directly or providing accelerated inference (model builders). However, some kernels inside HistGradientBoosting might be accelerated in future directly or indirectly through acceleration of some common sklearn functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants