You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems only multiclass classification is supported as I see:
assert type_of_target(y) == "multiclass"
in classification.py. Seems to me that binary classification could also be supported with the implemented methods.