Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to vary the "proportion" parameter - MulticlassOversampling class #42

Open
jnatmed opened this issue Mar 21, 2022 · 0 comments
Open

Comments

@jnatmed
Copy link

jnatmed commented Mar 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant