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