plot_twoclass_pr {shinymodels} | R Documentation |
This function plots the full precision recall curve.
plot_twoclass_pr(dat, y_name, event_level = "first")
dat |
The predictions data frame in the |
y_name |
The y/response variable for the model. |
event_level |
A single character value for the level corresponding to the event. |
A plotly::ggplotly()
object.