An S4 class providing a container for the results of a tuning procedure.
Constructor for the S4 Tuned object.
Arguments
- model
the tuned model
- config
(optional) name of the configuration selected for the final model (e.g. 'opt' for configuration giving optimal accuracy during the repeated sampling procedure and '1se' for configuration giving least complex model having performance metric within 1SE from the optimal)
- mscore
the average performance metric across the sampling procedure
- sem
the standard error of the
mscore- tuning
the tuning method
- sampling
the sampling method used to tune the model
- measure
the accuracy metric
- screened
a Screened
- xvars
the number of features in the input matrix
- xobs
the number of observations in the input matrix
- index
the index of the selected configuration
- trained
a list containing the models trained during the resampling
- validated
a list containing the validation of the trained models
- stability
a list containing the features stability
Slots
modela Trained object
configa character string
mscorea length-one numeric vector
sema length-one numeric vector
tuninga character string
samplinga character string
measurea character string
screeneda Screened object
xvarsa length-one integer vector
xobsa length-one integer vector
indexa length-one integer vector
traineda list
validateda list
stabilitya list