Skip to content

A classification data set with skewed class proportions is called imbalanced. Classes that make up a large proportion of the data set are called majority classes. Those that make up a smaller proportion are minority classes.

Notifications You must be signed in to change notification settings

Sengarofficial/Handling_Imbalance_Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Handling_Imbalance_Dataset:

Any dataset with an unequal class distribution is technically imbalanced.However, a dataset is said to be imbalanced when there is a significant, or in some cases extreme, disproportion among the number of examples of each class of the problem.

A slight imbalance is often not a concern, and the problem can often be treated like a normal problem can often be treated like a normal classification predictive modeling problem. A severe imbalance of the classes can be challenging to model and may require the use of specialized techniques.

Imbalanced dataset is not heavly impacted by ensemble technique or where decision tree works.

Authors

Contributing

Contributions are always welcome!

Deployment

To deploy this project run

pip install -r requirements.txt

Documentation

Documentation

Feedback

If you have any feedback, please reach out to us at [email protected]

🚀 About Me

| Python Engineer | Machine Learning Engineer | Deep Learning Enthusiasts | Analyst | Electrical & Electronics Engineer | On the Way to Full Stack Developer....

License

The Unlicense

About

A classification data set with skewed class proportions is called imbalanced. Classes that make up a large proportion of the data set are called majority classes. Those that make up a smaller proportion are minority classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published