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

How to add algorithms on our choice in this? #111

Closed nithinreddyy closed 3 years ago

nithinreddyy commented 3 years ago

like normally RandomForest, LightGBM is present in code. Can we add decision trees, logistic regression and Knn etc?

AxeldeRomblay commented 3 years ago

Hello @nithinreddyy, as written in the doc trees & logistic regression are already in the MLBox...

nithinreddyy commented 3 years ago

Hello @nithinreddyy, as written in the doc trees & logistic regression are already in the MLBox...

Great, Thanks