display_selected {shinymodels} | R Documentation |
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.
display_selected(x, performance, predictions, tuning_param, input)
x |
The |
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. |
A sentence.