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
How to perform oversampling to this
nathaliejoy
Member Posts: 7 Contributor II
in Help
I want to apply oversampling to my data analysis with Rapidminer. I believe my category is not balance Having the NAT-Grade-Remarks as the category, I have VLM, MTM, LM, and AM as value for my category which is the NAT-Grade-Remarks. Now I tried using the Sample operator but nothing is happening it keeps giving me error.
It always told me that I have one label, I believe I only have unbalance data I have more than 700 rows so, this does not mean I have very small amount of data . Please help me on this, the following is my XML
I cant paste my xml but here is the capture for process:
It always told me that I have one label, I believe I only have unbalance data I have more than 700 rows so, this does not mean I have very small amount of data . Please help me on this, the following is my XML
I cant paste my xml but here is the capture for process:
0
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
You can also insert a breakpoint before the Sample (Stratified) operator to investigate the data which is directly going into the operator (insert breakpoints by right click on the operator and selecting the corresponding option).
When the error message is that it only has one label, it seems that the label attribute (I assume this is the Nat-Grade-Resume attribute in your case) only have one value). Maybe in the preprocessing before it is accidently reduced to only one value or something similar.
Without having a look into the data which goes into the Sample operator, we cannot do much more than guessing for now.
Hopes this helps
Best regards,
Fabain