This function produces a summary table of an object of class Evaluated.
Usage
summary_table.Evaluated(object, best = c("opt", "1se"), key)Arguments
- object
object of class Evaluated
- best
character string, the model selection rule to consider (
"best"or"1se")- key
character vector indicating the elements to use for the name generation. Allowed strings are
"id","config","response", and"sampling"
Value
A data.frame with the following elements
namecharacter string indicating a name for the considered settings. It is generated by
generate_nameconfigname of the selected tuned configuration
responseresponse type
samplingsampling strategy
training_set_sizetraining-set size
knumber of iteration of the sampling procedure
tuningcharacter string, the tuning strategy
screeningcharacter string, the screening strategy
screenedinteger, the number of screened features
learningcharacter string, the learning method
nfeaturesinteger, the number of features in the model
configurationstring, the configuration, i.e. the fixed hyperparameters of the model
imodelindex of the model
setname of the set
measurename of the considered performance metric
scoreperformance metrics
mean_scoremean performance metric
standard_errorstandard error of the mean performance metric
upper_ciupper bound of confidence interval
lower_cilower bound of confidence interval
best_modellogical indicating which is the best model
selection_rulecharacter string indicating the rule adopted for selection of tuned/trained model across k runs