| group_cv | R Documentation |
Grouped cross-validation.
group_cv(v = 5, group, repeats = 1, seed = NULL)
v |
Number of folds. |
group |
Grouping variable name or vector. |
repeats |
Number of repeats. |
seed |
Optional seed. |
A funcml_cv object.
group_cv(v = 3, group = rep(letters[1:3], each = 4), seed = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.