extractMetric.caretList {caretEnsemble} | R Documentation |
Extract accuracy metrics from a caretList
object
Description
Extract the cross-validated accuracy metrics from each model in a caretList.
Usage
## S3 method for class 'caretList'
extractMetric(x, ...)
Arguments
x |
a caretList object |
... |
passed to extractMetric.train |
Value
A data.table with metrics from each model.
[Package caretEnsemble version 4.0.1 Index]