The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Learning Imbalanced Data
dragonedison
Member Posts: 17 Contributor II
Dear everyone,
I would like to know if there is any learning operator in RapidMiner(either supervised or unsupervised) that is suitable for imbalanced data learning.
Thanks,
Gary
I would like to know if there is any learning operator in RapidMiner(either supervised or unsupervised) that is suitable for imbalanced data learning.
Thanks,
Gary
0
Answers
what exactly do you mean by "suitable"? All learning algorithms can cope with imbalanced data, some better some worse. But many support weighting of examples so that you can even the odds. There are also many sampling operators, that might help to train on an imbalanced data set.
Greetings,
 Sebastian
I find that sub-sampling the larger class generally helps.
I am trying to use LibSVM with the class weights, however they do not seem to do what is expected. How is the class weighting implemented in RM for LibSVM? It does not seem to be a standard option in the LibSVM C package?
Thanks,
-Gagi