Skip to content
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

Imbalanced Target Handling #139

Open
Thilakraj1998 opened this issue Oct 18, 2021 · 0 comments
Open

Imbalanced Target Handling #139

Thilakraj1998 opened this issue Oct 18, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request Hacktoberfest For participants in Hacktoberfest help wanted Extra attention is needed

Comments

@Thilakraj1998
Copy link
Contributor

Add functionality to handle target balancing.

Condition to apply handling will be:
In case of Binary Classification:

  • If target 'B' has 50% less data compared to target 'A' apply RandomOverSampling Strategy.

In case of Multiclass Classification:

  • If any of target has 30% less data compared to any of the majority target apply appropriate handling strategy to balance the data.

Avoid UnderSampling Strategy

@Thilakraj1998 Thilakraj1998 added enhancement New feature or request help wanted Extra attention is needed Hacktoberfest For participants in Hacktoberfest labels Oct 18, 2021
@Thilakraj1998 Thilakraj1998 self-assigned this Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest For participants in Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant