plot_multiclass_obs_pred {shinymodels} | R Documentation |
Visualizing predicted probability vs. true class for a multi-class classification model
Description
This function plots the predicted probabilities against the observed class based on tidymodels results for a multi-class classification model.
Usage
plot_multiclass_obs_pred(dat, y_name, prob_bins = 0.05)
Arguments
dat |
The predictions data frame in the |
y_name |
The y/response variable for the model. |
prob_bins |
The desired |
Value
A plotly::ggplotly()
object.
[Package shinymodels version 0.1.1 Index]