I used EMnier to do oversampling. Th original target variable is binary with proportion as below:
Variable Value Count Percent
Target 0 252 32.7273
Target 1 518 67.2727
After Oversampling, I got:
Data=SAMPLE
Variable Value Count Percent
Target 0 252 50
Target 1 252 50
The sample size Target='1' is reduced from 518 to 252. This is not the result I want.
I want to increase the target ='0' sample size from 252 to 518.
Does anyone know hot to solove this problem?
Any suggestion is appreciated!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.