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:
Version 0.3.5 of mljar-supervised (installed via pypi)
Python 3.7.6
Think that there might be another problem, but the bug might get caught by this error message.
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.