plot_multiclass_pr: Visualizing the PR curve for a classification model

View source: R/multi_class_diag_plots.R

plot_multiclass_prR Documentation

Visualizing the PR curve for a classification model

Description

This function plots the full precision recall curve.

Usage

plot_multiclass_pr(dat, y_name)

Arguments

dat

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

y_name

The y/response variable for the model.

Value

A plotly::ggplotly() object.


shinymodels documentation built on May 29, 2024, 2:22 a.m.