This function produces a summary of an object of class EvaluatedList.
Usage
summary_table.EvaluatedList(object, key, best = c("opt", "1se"), ...)Arguments
- object
object of class EvaluatedList, a list of Evaluated elements
- key
(optional) character vector indicating the data to use for uniquely identifying the evaluated elements from the list. It can be a combination of
"id","config","response", and"sampling". If missing, it is internally identified withidentify_primary_key_from_EvaluatedList
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