plot_multiclass_pr {shinymodels} | R Documentation |
Visualizing the PR curve for a classification model
Description
This function plots the full precision recall curve.
Usage
plot_multiclass_pr(dat, y_name)
Arguments
dat |
The predictions data frame in the |
y_name |
The y/response variable for the model. |
Value
A plotly::ggplotly()
object.
[Package shinymodels version 0.1.1 Index]