View source: R/multi_class_diag_plots.R
plot_multiclass_obs_pred | R Documentation |
This function plots the predicted probabilities against the observed class based on tidymodels results for a multi-class classification model.
plot_multiclass_obs_pred(dat, y_name, prob_bins = 0.05)
dat |
The predictions data frame in the |
y_name |
The y/response variable for the model. |
prob_bins |
The desired |
A plotly::ggplotly()
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.