plot_multiclass_roc {shinymodels} | R Documentation |
This function plots the ROC curve for a classification model.
plot_multiclass_roc(dat, y_name)
dat |
The predictions data frame in the |
y_name |
The y/response variable for the model. |
A plotly::ggplotly()
object.