innercv_preds {nestedcv} | R Documentation |
Inner CV predictions
Description
Obtain predictions on held-out test inner CV folds
Usage
innercv_preds(x)
## S3 method for class 'nestcv.glmnet'
innercv_preds(x)
## S3 method for class 'nestcv.train'
innercv_preds(x)
Arguments
x |
a |
Value
Dataframe with columns testy
and predy
, and for binomial and
multinomial models additional columns containing probabilities or log
likelihood values.
[Package nestedcv version 0.7.9 Index]