select_metrics {cvms} | R Documentation |
Select columns with evaluation metrics and model definitions
Description
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.
Usage
select_metrics(results, include_definitions = TRUE, additional_includes = NULL)
Arguments
results |
Results |
include_definitions |
Whether to include the |
additional_includes |
Names of additional columns to select. (Character) |
Value
The results tibble
with only the metric and model definition columns.
Author(s)
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
[Package cvms version 1.6.1 Index]