AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 274 forks source link

params of classifiers #115

Closed KleinXin closed 3 years ago

KleinXin commented 3 years ago

It seems the params of classifiers are set as default in optimiser.py

Only LightGBM is used by default.

Is there any way to set params so that different classifiers can be used in stead of LightGBM?

The only way is to change the source codes if I want to use RandomForest?

AxeldeRomblay commented 3 years ago

Hello @KleinXin, You can have a look here : https://mlbox.readthedocs.io/en/latest/features.html#mlbox.model.classification.Classifier Thanks !