Skip to content

puneethsaladi/GA-based-oversampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • Collect the datasets (as .dat files) on which you want to compare the performance of SMOTE vs. Proposed Genetic Algorithm.
  • Add the path (where datasets are stored) in the code where os.chdir("") is called.
  • Run the code and get the results will be entered into results.txt file.

Code Requirements

  • Python version 2.7
  • Python libraries
    • random
    • sklearn
    • numpy
    • matplotlib
    • imblearn

About

This is the code accompanying the paper "Genetic Algorithm-Based Oversampling Technique to Learn from Imbalanced Data" https://link.springer.com/chapter/10.1007/978-981-13-1592-3_30

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages