Survey of resampling techniques for improving classification performance in unbalanced datasets
A number of classification problems need to deal with data imbalance between classes. Often it is desired to have a high recall on the minority class while maintaining a high precision on the majority class. In this paper, we review a number of resampling techniques proposed in literature to handle unbalanced datasets and study their effect on classification performance.
Code (2)
Tasks
ClassificationGeneral ClassificationSimilar Papers 제목 키워드 기반
Improving Astronomical Time-series Classification via Data Augmentation with Generative Adversarial Networks
Due to the latest advances in technology, telescopes with significant sky coverage will produce millions of astronomical alerts per night that must be classified both rapidly and automatically. Currently, classification …
Data AugmentationTime SeriesTime Series AnalysisTime Series ClassificationImbalanced classification: a paradigm-based review
A common issue for classification in scientific research and industry is the existence of imbalanced classes. When sample sizes of different classes are imbalanced in training data, naively implementing a classification …
Binary ClassificationClassificationGeneral Classificationimbalanced classificationReligious Affiliation in the Twenty-First Century: A Machine Learning Perspective on the World Value Survey
This paper is a quantitative analysis of the data collected globally by the World Value Survey. The data is used to study the trajectories of change in individuals' religious beliefs, values, and behaviors in societies. …
SurveyUMSIForeseer at SemEval-2020 Task 11: Propaganda Detection by Fine-Tuning BERT with Resampling and Ensemble Learning
We describe our participation at the SemEval 2020 {``}Detection of Propaganda Techniques in News Articles{''} - Techniques Classification (TC) task, designed to categorize textual fragments into one of the 14 given propa…
ArticlesEnsemble LearningPropaganda detectionData Balancing Strategies: A Survey of Resampling and Augmentation Methods
Imbalanced data poses a significant obstacle in machine learning, as an unequal distribution of class labels often results in skewed predictions and diminished model accuracy. To mitigate this problem, various resampling…