lifecycle::badge("experimental")
Select the columns that define the models, such as the formula terms and hyperparameters.
If an expected column is not in the `results` tibble, it is simply ignored.
select_definitions(results, unnest_hparams = TRUE, additional_includes = NULL)The model definition columns from the results tibble.
Results tibble. E.g. from
cross_validate() or evaluate().
Whether to unnest the HParams column. (Logical)
Names of additional columns to select. (Character)
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk