View source: R/modeling_helpers.R
tof_clean_metric_names | R Documentation |
Rename glmnet's default model evaluation metrics to make them more interpretable
tof_clean_metric_names(metric_tibble, model_type)
metric_tibble |
A tibble in which each column represents a glmnet model evaluation metric with its default name. |
model_type |
A string indicating which type of glmnet model was trained. |
A tibble in which each column represents a glmnet model evaluation metric with its "cleaned" name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.