Description Usage Arguments Value Examples
This function shuffles the observations of a dataset, splits it into k-folds and produces a list of the training sets and a list of the validation sets. Furthermore
1 |
train |
The dataset you wish to split. |
folds |
The amount of folds you wish to produce. Note the amount of observations divided by folds must equal a whole number. |
trainlist |
A list of the training sets |
vallist |
A list of the validation sets |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.