LPROS | R Documentation |
This function implements the LP-ROS algorithm. It is a preprocessing algorithm for imbalanced multilabel datasets, whose aim is to identify instances with minoritary labels, and randomly clone them.
LPROS(D, P)
D |
mld |
P |
Percentage in which the original dataset is increased |
A mld object containing the preprocessed multilabel dataset
Charte, F., Rivera, A. J., del Jesus, M. J., & Herrera, F. (2015). Addressing imbalance in multilabel classification: Measures and random resampling algorithms. Neurocomputing, 163, 3-16.
library(mldr)
LPROS(birds, 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.