reshuffle_rset | R Documentation |
This function re-generates an rset object, using the same arguments used to generate the original.
reshuffle_rset(rset)
rset |
The |
An rset of the same class as rset
.
set.seed(123)
(starting_splits <- group_vfold_cv(mtcars, cyl, v = 3))
reshuffle_rset(starting_splits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.