Assigns rows to different folds to support the cross validation inherent in stacking.
1 | make_stacking_folds(numrows, numfolds = 8, numsets = 1)
|
numrows |
numeric. The number of data points/rows in the dataset |
numfolds |
numeric. The number of folds within a set |
numsets |
numeric. The number of fold sets to return |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.