View source: R/multi_class_diag_plots.R
plot_multiclass_pred_factorcol | R Documentation |
This function plots the predicted probabilities against a factor column based on tidymodels results for a multi-class classification model.
plot_multiclass_pred_factorcol(
dat,
y_name,
factorcol,
alpha = 1,
size = 1,
prob_scaling = FALSE,
prob_eps = 0.001,
source = NULL
)
dat |
The predictions data frame in the |
y_name |
The y/response variable for the model. |
factorcol |
The factor column to plot against the predicted probabilities. |
alpha |
The opacity for the geom points. |
size |
The size for the geom points. |
prob_scaling |
The boolean to turn on or off the logit scale for probability. |
prob_eps |
A small numerical constant to prevent division by zero. |
source |
A character string of length 1 that matches the source argument in event_data(). |
A plotly::ggplotly()
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.