slim | R Documentation |
Slims nestedcv objects to only the models in the outer CV folds.
slim(x)
x |
A 'nestedcv' or 'cva.glmnet' fitted model object. |
For 'nestedcv' objects, a list object of the same class but only
containing outer_result
. For 'cva.glmnet' models, only the cv.glmnet
model with the best alpha value is kept. Models for all other values of
alpha are discarded.
nestcv.glmnet()
nestcv.train()
outercv()
cva.glmnet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.