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

AutoML.fit returns supervised.exceptions ERROR for binary classification #105

Closed LuisaWz closed 4 years ago

LuisaWz commented 4 years ago

I encountered an error when using automl.fit for binary classification:

supervised.exceptions ERROR The algorithm Baseline is not allowed to use for ML task: binary_classification. Allowed algorithms: ['LightGBM', 'Extra Trees', 'CatBoost', 'Linear']

I'm using:

Think that there might be another problem, but the bug might get caught by this error message.

pplonski commented 4 years ago

Please try 0.4.1 version - it should work now.

pplonski commented 4 years ago

I'm closing the issue as I cant it reproduce with the newest version. Thank you for reporting.