Closed roquelopez closed 1 year ago
I got the below error calling the automl.score() method in https://github.com/VIDA-NYU/alpha-automl/blob/devel/examples/semi_supervised_classification.ipynb
automl.score()
ValueError: Target is multiclass but average='binary'. Please choose another average setting, one of [None, 'micro', 'macro', 'weighted'].
The error was raised because the test dataset didn't have labels. I updated the test dataset and it was fixed.
I got the below error calling the
automl.score()
method in https://github.com/VIDA-NYU/alpha-automl/blob/devel/examples/semi_supervised_classification.ipynbValueError: Target is multiclass but average='binary'. Please choose another average setting, one of [None, 'micro', 'macro', 'weighted'].