Description Usage Arguments Value Examples
Stratified partitioning
Implementation of the algorithm defined in: Charte, F., Rivera, A., del Jesus, M. J., & Herrera, F. (2016, April). On the impact of dataset complexity and sampling strategy in multilabel classifiers performance. In International Conference on Hybrid Artificial Intelligence Systems (pp. 500-511). Springer, Cham.
1  | stratified.holdout(mld, p = 60, seed = 10, get.indices = FALSE)
 | 
mld | 
 The   | 
p | 
 The percentage of instances to be selected for the training partition  | 
seed | 
 The seed to initialize the random number generator. By default is 10. Change it if you want to obtain partitions containing different samples, for instance to use a 2x5 fcv strategy  | 
get.indices | 
 A logical value indicating whether to return lists of indices or lists of   | 
An mldr.folds object. This is a list containing k elements, one for each fold. Each element is made up
of two mldr objects, called train and test
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.