Skip to content

This script of code helped oversampling the data for getting a balanced data set

Notifications You must be signed in to change notification settings

JieniChen/resampling-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

resampling-data

Author Jieni Chen

Due to the imbalanceness of the data,
This code use the smote technique to oversampling the data.

Original dataset shape Counter({0: 19638, 1: 39})
Resampled dataset shape Counter({0: 19638, 1: 19638})


alt text

About

This script of code helped oversampling the data for getting a balanced data set

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages