-
Notifications
You must be signed in to change notification settings - Fork 78
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
ValueError: redefine phi relevance function: all points are 0 #13
Comments
Hello, thanks for SMOGN. Unfortunately I have the same issue. Could you please guide us how should we solve it. |
Hello, I also have the same issue. Could you solve this corner case? |
I am facing the same issue as well. Is there a fix released? |
Thank you for using this Python implementation of SMOGN. I apologize for the delay. It appears that perhaps the distribution of your y response variable does not contain box plot extremes in order for the Φ function to automatically determine which range of values to over-sample. Please consider either reducing the rel_coef argument's default value or manually specifying the range of values to over-sample and under-sample, as exhibited here: https://github.com/nickkunz/smogn/blob/master/examples/smogn_example_3_adv.ipynb |
I have a issue about redefine
my data have some issue( same x , but different y values)
please fix this :)
The text was updated successfully, but these errors were encountered: