summary.caretList | R Documentation |
This function summarizes the performance of each model in a caretList object.
## S3 method for class 'caretList'
summary(object, metric = NULL, ...)
object |
a caretList object |
metric |
The metric to show. If NULL will use the metric used to train each model |
... |
passed to extractMetric |
A data.table with metrics from each model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.