-
Notifications
You must be signed in to change notification settings - Fork 508
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
[ENH] Add support for sklearn HistGradientBoostingEstimator #1230
Conversation
HistGradientBoosting support
@microsoft-github-policy-service agree |
pre-commit hook made a lot of unnecessary changes |
Not sure about how should I fix this empty dataframe error |
It doesn't look to be caused by you PR. @int-chaos do you know why the forecast test fails? |
The test passed. @qingyun-wu could you review or find other reviewers? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @glevv for the contribution, nice PR!
Why are these changes needed?
This PR Adds support for HistGradientBoosting estimator
Related issue number
Closes #868
Checks