View source: R/collect_metrics.R
collect_metrics.simple_ensemble | R Documentation |
Return a tibble of performance metrics for all models.
## S3 method for class 'simple_ensemble'
collect_metrics(x, ...)
## S3 method for class 'repeat_ensemble'
collect_metrics(x, ...)
x |
A |
... |
Not currently used. |
When applied to a ensemble, the metrics that are returned do not contain the actual tuning parameter columns and values (unlike when these collect functions are run on other objects). The reason is that ensembles contain different types of models or models with different tuning parameters.
A tibble.
tune::collect_metrics()
collect_metrics(lacerta_ensemble)
collect_metrics(lacerta_rep_ens)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.