display_selected {shinymodels}R 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.


[Package shinymodels version 0.1.1 Index]