Skip to content

Generation failing with infinite time for imbalanced datasets #22

@omaralvarez

Description

@omaralvarez

First of all, thanks for your contribution. I am using your model for dataset rebalancing, and with datasets with low and imbalanced samples I am facing a problem. Generation fails due to reaching the maximum amount of tries, I have tried several approaches like increasing the epochs or trying to use #7, to no avail, generation never completes. One of the datasets in which is happening is:

https://imbalanced-learn.org/stable/datasets/index.html

from imblearn.datasets import fetch_datasets

ecoli = fetch_datasets()['ecoli']
ecoli.data.shape

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions