microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.87k stars 504 forks source link

[ENH] Add support for sklearn HistGradientBoostingEstimator #1230

Closed glevv closed 11 months ago

glevv commented 1 year ago

Why are these changes needed?

This PR Adds support for HistGradientBoosting estimator

Related issue number

Closes #868

Checks

glevv commented 1 year ago

@microsoft-github-policy-service agree

glevv commented 1 year ago

pre-commit hook made a lot of unnecessary changes

glevv commented 11 months ago

Not sure about how should I fix this empty dataframe error

sonichi commented 11 months ago

It doesn't look to be caused by you PR. @int-chaos do you know why the forecast test fails?

sonichi commented 11 months ago

The test passed. @qingyun-wu could you review or find other reviewers?