Skip to content

[ENH] Add Geometric-SMOTE to imbalanced-learn #881

Open
@joaopfonseca

Description

@joaopfonseca

I'm opening this issue to discuss the possible inclusion of Geometric-SMOTE, proposed by Douzas and Bacao in this paper, in the imbalanced-learn library. The oversampler was already implemented by Georgios Douzas in this repository. It is compatible with the scikit/imbalanced-learn libraries and contains a test suite similar to the ones that already exist for SMOTE-based oversamplers. In addition, his implementation has a MIT license.

Considering that this oversampler is essentially a generalization of the generation mechanism of SMOTE (in fact, given specific hyperparameters, it mimics the behavior of SMOTE) that appears to have a consistent performance, I believe it would be a nice addition to this library.

I recently discussed this idea with both authors, which also approved the idea.

Describe the solution you'd like

Inclusion of the Geometric-SMOTE oversampler in the imbalanced-learn library. I would be happy to do this. I will make a PR referencing this issue soon. Please let me know if there is any additional information I should consider before proceeding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions