Balance the training data
Best Answer
-
varunm1 Moderator, Member Posts: 1,207
Unicorn
Hello @aksaha
You can use the "SMOTE" operator present in the operator toolbox extension of rapidminer. This helps you balance the classes by upsampling the class with low samples. Use this smote operator in the training side of cross-validation.
In my view, 75:25 is not highly imbalanced as it is close to real-world scenarios, but if you want to upsample the data you can use SMOTE as mentioned above.
Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
7