-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[MRG] ENH: Geometric-SMOTE implementation #882
base: master
Are you sure you want to change the base?
[MRG] ENH: Geometric-SMOTE implementation #882
Conversation
This pull request introduces 1 alert when merging fa3ffe5 into f1abf75 - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #882 +/- ##
==========================================
+ Coverage 97.21% 97.26% +0.04%
==========================================
Files 96 98 +2
Lines 6253 6435 +182
Branches 712 733 +21
==========================================
+ Hits 6079 6259 +180
- Misses 103 104 +1
- Partials 71 72 +1
Continue to review full report at Codecov.
|
b8907f6
to
a2fadcc
Compare
a2fadcc
to
c9945c0
Compare
@glemaitre, @chkoar I believe this is ready for revision. Some of the tests are not passing but from my understanding they are not related to the modifications in this PR. If I may add, I just noticed imbalanced-learn's SMOTE-based over-samplers are only implementing modifications to the data selection mechanism. Geometric-SMOTE is a modification to the data generation mechanism. I hope you find this implementation useful and appropriate. |
Reference Issue
Fixes #881
What does this implement/fix? Explain your changes.
Implements the Geometric SMOTE, as described in Geometric SMOTE a geometrically enhanced drop-in replacement for SMOTE by Douzas and Bacao.