plot_multiclass_conf_mat: Visualizing the confusion matrix for a classification model

Description Usage Arguments Value

View source: R/multi_class_diag_plots.R

Description

This function plots the confusion matrix for a classification model.

Usage

1

Arguments

dat

The predictions data frame in the organize_data() result. Following variables are required: .outcome, .pred, .color, and .hover.

Value

A plotly::ggplotly() object.


shinymodels documentation built on Nov. 18, 2021, 1:12 a.m.