-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add support for HistGradientBoostingRegressor #105
Comments
Thanks for the suggestion! We haven't planed for this yet, but we now take a note. Will update with you if we have this feature implemented. In the meanwhile please feel free to submit a pull request for this feature change if you need to use that. Thanks! |
Thanks, I did some experiments (here) and I've been able to make it run (it's far from being a PR though). In my case (hourly forecast with 2+ years of historical data) However, there are also some points of discussion. For instance: due to its implementation, A possible approach would be to rely on something like |
It’s been a while, but the issue regarding the addition of |
I use Greykite to forecast hourly time-series with years of historical data and
fit_algorithm=gradient_boosting
is very slow.According to sklearn.ensemble.HistGradientBoostingRegressor
have you considered adding support for this estimator? It looks straightforward from here, but I may be wrong.
The text was updated successfully, but these errors were encountered: