View source: R/select_metrics.R
select_metrics | R Documentation |
When reporting results, we might not want all
the nested tibble
s and process information columns.
This function selects the evaluation metrics and model formulas only.
If an expected column is not in the `results`
tibble
, it is simply ignored.
select_metrics(results, include_definitions = TRUE, additional_includes = NULL)
results |
Results |
include_definitions |
Whether to include the |
additional_includes |
Names of additional columns to select. (Character) |
The results tibble
with only the metric and model definition columns.
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.