make_folds_ls | R Documentation |
make_folds_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make folds list. The function returns Folds (a list).
make_folds_ls(data_tb, depnt_var_nm_1L_chr = "utl_total_w", folds_1L_int = 10L)
data_tb |
Data (a tibble) |
depnt_var_nm_1L_chr |
Dependent variable name (a character vector of length one), Default: 'utl_total_w' |
folds_1L_int |
Folds (an integer vector of length one), Default: 10 |
Folds (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.