Tests for the AutoML
class relying on is_classification=false
even when it is a classificaiton task, crash when corrected
#1212
Labels
The
is_classificaiton
parameter forAutoML.fit
defaults tofalse
in this test even though it is indeed a classification problem.Changing the fit to the following causes a test error, even though it is a classification task:
Extra Context:
Automl.fit
creates anInputValidator
that is the only thing to use theis_classification
param. This is defaulted tofalse
unless explicitly passed.Error:
The text was updated successfully, but these errors were encountered: