train_roc | R Documentation |
Build ROC (receiver operating characteristic) curve from outer training
folds. Object can be plotted using plot()
or passed to functions
pROC::auc()
etc.
train_roc(x, direction = "<", ...)
x |
a |
direction |
Set ROC directionality pROC::roc |
... |
Other arguments passed to pROC::roc |
Note: the argument outer_train_predict
must be set to TRUE
in
the original call to either nestcv.glmnet
, nestcv.train
or outercv
.
"roc"
object, see pROC::roc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.