societe-generale / aikit

Automated machine learning package
http://aikit.readthedocs.io/
BSD 2-Clause "Simplified" License
27 stars 11 forks source link

Add sklearn HistGradientBoostingClassifier to auto-ml #68

Open LionelMassoulard opened 3 years ago

LionelMassoulard commented 3 years ago

https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html

LionelMassoulard commented 3 years ago

should wait for sklearn to be removed from experimental

gfournier commented 3 years ago

Since sklearn 0.24.0, there is a categorical data support in HistGradientBoostingClassifier: https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html