make_mdl_smry_ls | R Documentation |
make_mdl_smry_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make model summary list. The function returns Model summary (a list).
make_mdl_smry_ls(
mdl_types_lup = get_cndts_for_mxd_mdls(),
mdl_types_chr = NULL,
choose_from_pfx_chr = NULL,
folds_1L_int = 10L,
max_nbr_of_boruta_mdl_runs_int = 300L
)
mdl_types_lup |
Model types (a lookup table), Default: get_cndts_for_mxd_mdls() |
mdl_types_chr |
Model types (a character vector), Default: NULL |
choose_from_pfx_chr |
Choose from prefix (a character vector), Default: NULL |
folds_1L_int |
Folds (an integer vector of length one), Default: 10 |
max_nbr_of_boruta_mdl_runs_int |
Maximum number of boruta model runs (an integer vector), Default: 300 |
Model summary (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.