smote_variants icon indicating copy to clipboard operation
smote_variants copied to clipboard

How to vary the "proportion" parameter - MulticlassOversampling class

Open jnatmed opened this issue 2 years ago • 0 comments

Hello, I am trying to vary the proportion parameter in the MulticlassOversampling class:

I tried passing passing through the declaration of an instance of the class, but when executing it it had no effect.

image

I also tried in the declaration of the distance_SMOTE(proportion=0.5) method.

image This is so, because the MulticlassOversampling class creates examples until it matches the majority class. However, I want to try different variants and not only create up to 100%, but 75 or 50%. I hope I made myself understood.

jnatmed avatar Mar 21 '22 23:03 jnatmed