display_selected: Gets the config and translate to a sentence with the...

Description Usage Arguments Value

View source: R/Misc.R

Description

This function takes result of organize_data, predictions across all models, and the names of the tuning parameters to return a sentence with the default parameter values.

Usage

1
display_selected(x, performance, predictions, tuning_param, input)

Arguments

x

The organize_data() result.

performance

The dataframe with performance metrics for each candidate model.

predictions

The dataframe with predictions across all models.

tuning_param

The names of the tuning parameters.

input

The DT::datatable object.

Value

A sentence.


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