powered by
Create balanced folds for cross validation
balanced.cv.folds(..., nfolds = 10)
vectors representing data
number of folds to be created
list with given input, nfolds and result. The result is a list matching the input with foldid attributed to each position.
# NOT RUN { balanced.cv.folds(seq(10), seq(11, 15), nfolds = 2) balanced.cv.folds(seq(10), seq(11, 13), nfolds = 10) # will give a warning balanced.cv.folds(seq(100), seq(101, 133), nfolds = 10) # }
Run the code above in your browser using DataLab