mlr3verse
mlr3verse copied to clipboard
autoplot or other methods can plot ROC curve for multiclass?
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")