Related Experiment Video
Updated: Sep 3, 2025

07:35
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
7.6K
An empirical evaluation of sampling methods for the classification of imbalanced data
1Department of Computer Science and Engineering, Graduate School, Soongsil University, Seoul, Korea.
Plos One
|July 28, 2022
Summary
Sampling methods for imbalanced classification are often ineffective and can harm performance. This study found that sampling rarely improved results and sometimes worsened them, especially with precision-recall curves.
Area of Science:
- Machine Learning
- Data Science
- Statistical Modeling
Background:
- Imbalanced classification is common in fields like disease diagnosis and fraud detection.
- Standard machine learning methods struggle with imbalanced datasets.
- Data balancing via oversampling or undersampling is a popular but unevaluated solution.
Purpose of the Study:
- To rigorously evaluate the effectiveness of sampling methods in imbalanced classification.
- To assess combinations of sampling techniques with various machine learning classifiers.
- To analyze the impact of sampling on performance metrics like AUPRC and AUROC.
Main Methods:
- Evaluated seven sampling methods combined with eight machine learning classifiers (56 varieties).
- Utilized 31 datasets with varying degrees of class imbalance.
- Measured performance using areas under the precision-recall curve (AUPRC) and receiver operating characteristics curve (AUROC).
Main Results:
- Sampling significantly altered classifier performance in only a small percentage of cases (12.2% for AUPRC, 10.0% for AUROC).
- Sampling was more likely to reduce performance than improve it, particularly impacting AUPRC.
- Undersampling performed poorly, and sampling was more beneficial for linear classifiers.
Conclusions:
- The effectiveness of sampling for imbalanced classification is limited and can be detrimental.
- The choice of performance metric (AUPRC vs. AUROC) is critical for evaluating sampling strategies.
- Optimal classifiers were often achievable without sampling, challenging its widespread application.
Related Concept Videos
Systematic Sampling Method
10.9K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
Systematic sampling is one of the simplest methods...
Systematic sampling is one of the simplest methods...
10.9K
Cluster Sampling Method
12.6K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
12.6K
Random Sampling Method
12.1K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest. Among the various sampling methods used by...
12.1K
Stratified Sampling Method
12.7K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a stratified sample, divide the population into groups called strata and then take a...
To choose a stratified sample, divide the population into groups called strata and then take a...
12.7K
Convenience Sampling Method
9.5K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population.
Convenience sampling is a non-random method of sample selection; this method selects individuals that are easily accessible and may result in biased data. For example, a marketing...
Convenience sampling is a non-random method of sample selection; this method selects individuals that are easily accessible and may result in biased data. For example, a marketing...
9.5K
Sampling Plans
254
Sampling is a crucial step in analytical chemistry, allowing researchers to collect representative data from a large population. Common sampling methods include random, judgmental, systematic, stratified, and cluster sampling.
Random sampling is a method where each member of the population has an equal chance of being selected for the sample. It involves selecting individuals randomly, often using random number generators or lottery-type methods. For example, when analyzing the properties of a...
Random sampling is a method where each member of the population has an equal chance of being selected for the sample. It involves selecting individuals randomly, often using random number generators or lottery-type methods. For example, when analyzing the properties of a...
254

