extractMetric.caretStack | R Documentation |
caretStack
objectExtract the cross-validated accuracy metrics from the ensemble model and individual models in a caretStack.
## S3 method for class 'caretStack'
extractMetric(x, ...)
x |
a caretStack object |
... |
passed to extractMetric.train and extractMetric.caretList |
A data.table with metrics from the ensemble model and individual models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.