View source: R/select_definitions.R
select_definitions | R Documentation |
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)
results |
Results |
unnest_hparams |
Whether to unnest the |
additional_includes |
Names of additional columns to select. (Character) |
The model definition columns from the results tibble
.
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.