Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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

Open
joaopfonseca wants to merge7 commits intoscikit-learn-contrib:master
base:master
Choose a base branch
Loading
fromjoaopfonseca:geometric-smote

Conversation

joaopfonseca
Copy link

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.

@lgtm-com
Copy link

This pull requestintroduces 1 alert when mergingfa3ffe5 intof1abf75 -view on LGTM.com

new alerts:

  • 1 for Unused import

@joaopfonsecajoaopfonseca changed the title[MRG] ENH: Geometric-SMOTE implementation[WIP] ENH: Geometric-SMOTE implementationDec 18, 2021
@codecov
Copy link

codecovbot commentedDec 18, 2021
edited
Loading

Codecov Report

Attention: Patch coverage is98.90110% with2 lines in your changes missing coverage. Please review.

Project coverage is 97.26%. Comparing base(f1abf75) to head(c9945c0).
Report is 126 commits behind head on master.

Files with missing linesPatch %Lines
imblearn/over_sampling/_smote/geometric.py97.84%1 Missing and 1 partial⚠️
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.
📢 Have feedback on the report?Share it here.

@joaopfonsecajoaopfonsecaforce-pushed thegeometric-smote branch 2 times, most recently fromb8907f6 toa2fadccCompareDecember 20, 2021 08:09
@joaopfonsecajoaopfonseca changed the title[WIP] ENH: Geometric-SMOTE implementation[MRG] ENH: Geometric-SMOTE implementationDec 20, 2021
@joaopfonseca
Copy link
Author

joaopfonseca commentedDec 20, 2021
edited
Loading

@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.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

[ENH] Add Geometric-SMOTE to imbalanced-learn
1 participant
@joaopfonseca

[8]ページ先頭

©2009-2025 Movatter.jp