ypeleg / HungaBunga

HungaBunga: Brute-Force all sklearn models with all parameters using .fit .predict!
MIT License
713 stars 79 forks source link

Please add gradient boosting #1

Open AndreyGurevich opened 5 years ago

AndreyGurevich commented 5 years ago

Please, add gradient boosting libraries, like CatBoost, XGBoost, LightGBM.

ypeleg commented 5 years ago

Currently working on gradient sklearn's boosting.

In general I plan to add an optional sub-module for doing the same thing with third-party libraries. Then I will extend this to many other libraries such as catboost, xgboost and lightgbm.

Hemang999 commented 5 years ago

Any idea when it will be completed?

amueller commented 4 years ago

I recommend to add HistGradientBoosting which should be about as fast as LightGBM and faster than XGBoost [though doesn't support row or column subsampling right now, work in progress].