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
3k stars 401 forks source link

Use internal early stopping #96

Closed pplonski closed 4 years ago

pplonski commented 4 years ago

When using algorithms internal early stopping fitting is much faster. Please use internal early stopping if possible for algorithms. We can disable learning curves. We can produce learning curves for explain_level=1

pplonski commented 4 years ago

explain_level shift will be done in https://github.com/mljar/mljar-supervised/issues/99