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

View source: R/Misc.R

display_selectedR Documentation

Gets the config and translate to a sentence with the parameter values

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

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 May 29, 2024, 2:22 a.m.