extractMetric.caretList {caretEnsemble} | R Documentation |
caretList
objectExtract the cross-validated accuracy metrics from each model in a caretList.
## S3 method for class 'caretList'
extractMetric(x, ...)
x |
a caretList object |
... |
passed to extractMetric.train |
A data.table with metrics from each model.