Skip to content

Imbalanced data sets are a special case for classification problem where the class distribution is not uniform among the classes. Typically, they are composed by two classes: The majority (negative) class and the minority (positive) class.

Notifications You must be signed in to change notification settings

Chandradithya8/Handling_Imbalanced_Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Handling_Imbalanced_Dataset

The three best ways to handle imbalanced dataset are :

  1. Oversampling
  2. Undersampling
  3. SmoteTomek

About

Imbalanced data sets are a special case for classification problem where the class distribution is not uniform among the classes. Typically, they are composed by two classes: The majority (negative) class and the minority (positive) class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published