Skip to content

This repository will compare the performance of different classification algorithms on various imbalanced datasets using multiple balancing techniques.

Notifications You must be signed in to change notification settings

Amber-shekh/Handling-Imbalance-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handling-Imbalance-data

This repository will compare the performance of different classification algorithms on various imbalanced datasets using multiple balancing techniques.

Classification Algorithms:

  • Logistic Rgression
  • Support Vector Machines
  • Decision Trees
  • Random Forest
  • Naive Bayes

Balancing Techniques

  • SMOTE: We balanced the data in two ways a) Whole data b) Train data only
  • ADASYN same as in SMOTE
  • UNDER SAMPLING same as in SMOTE
  • ALGORITHMIC WEIGHTAGE
  • GAN same as in SMOTE

Datasets

  • Fraud
  • Churn
  • BankMarketing

About

This repository will compare the performance of different classification algorithms on various imbalanced datasets using multiple balancing techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published