mljar / mljar-supervised

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
https://mljar.com
MIT License
3.05k stars 406 forks source link

Integrate with Optuna #332

Closed pplonski closed 3 years ago

pplonski commented 3 years ago

Maybe it is a good idea to integrate the parameters tuning part with the Optuna framework. The training for sure will take a long time, but the results might be very good.

pplonski commented 3 years ago

Added. Please check article for details: https://mljar.com/blog/automl-optuna/