AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.

Home Page:https://mlbox.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparison to similar packages

ogencoglu opened this issue · comments

commented

Hello @ogencoglu ! Glad to see you like the package :)

Actually I would say that MLBox is the only python open source package that automates all the steps (reading, splitting train/test, preprocessing, feature encoding, robust feature selection, hyper-parameters tuning, model interpretation and prediction, stacking...).

You can find more details here :

Regarding hyper-parameter optimization, MLBox is built on the top of hyperopt, so it is equivalent.
You can optimize all the parameters (missing values imputing, feature encoding, model selection and parameters...)

If something is not clear, please let me know !

Thanks for the swift reply! Cheers!