Handling Imbalanced Data: A Case Study for Binary Class Problems
Richmond Addo Danquah

TL;DR
This paper examines the challenges of imbalanced data in binary classification, compares synthetic oversampling techniques like SMOTE and ADASYN, and provides detailed algorithm explanations with computed examples.
Contribution
It offers a detailed explanation of SMOTE and ADASYN algorithms with computed examples, enhancing understanding of handling imbalanced data.
Findings
Synthetic oversampling improves classification balance
SMOTE and ADASYN effectiveness varies with imbalance ratio
Manual computation clarifies algorithm processes
Abstract
For several years till date, the major issues in terms of solving for classification problems are the issues of Imbalanced data. Because majority of the machine learning algorithms by default assumes all data are balanced, the algorithms do not take into consideration the distribution of the data sample class. The results tend to be unsatisfactory and skewed towards the majority sample class distribution. This implies that the consequences as a result of using a model built using an Imbalanced data without handling for the Imbalance in the data could be misleading both in practice and theory. Most researchers have focused on the application of Synthetic Minority Oversampling Technique (SMOTE) and Adaptive Synthetic (ADASYN) Sampling Approach in handling data Imbalance independently in their works and have failed to better explain the algorithms behind these techniques with computed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Electricity Theft Detection Techniques · Financial Distress and Bankruptcy Prediction
