- Notifications
You must be signed in to change notification settings - Fork1.3k
[MRG] ENH: Geometric-SMOTE implementation#882
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
[MRG] ENH: Geometric-SMOTE implementation#882
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This pull requestintroduces 1 alert when mergingfa3ffe5 intof1abf75 -view on LGTM.com new alerts:
|
codecovbot commentedDec 18, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
b8907f6
toa2fadcc
Comparea2fadcc
toc9945c0
Comparejoaopfonseca commentedDec 20, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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 inGeometric SMOTE a geometrically enhanced drop-in replacement for SMOTE by Douzas and Bacao.