Skip to contents

plot_average_fit() is a Plot function that plots data. Specifically, this function implements an algorithm to plot average fit. The function returns Average fit (a plot).

Usage

plot_average_fit(cvdn_ds_tb, clss_var_nm_1L_chr = "Classes")

Arguments

cvdn_ds_tb

Cross-validation dataset (a tibble)

clss_var_nm_1L_chr

Classes variable name (a character vector of length one), Default: 'Classes'

Value

Average fit (a plot)