mlr3verse icon indicating copy to clipboard operation
mlr3verse copied to clipboard

autoplot or other methods can plot ROC curve for multiclass?

Open hugs314 opened this issue 1 year ago • 0 comments

Description

autoplot throw an error 'Error: Need a binary classification problem to plot a ROC curve', when I analyzed for multiclass task.

Reproducible example

mlr3viz::autoplot(train_resample_obj, type = "roc")

hugs314 avatar Aug 03 '23 08:08 hugs314