Related Experiment Video
Updated: Dec 19, 2025

07:35
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
7.9K
A hybrid sampling algorithm combining M-SMOTE and ENN based on Random forest for medical imbalanced data.
Zhaozhao Xu1, Derong Shen1, Tiezheng Nie1
1School of Computer Science and Engineering, Northeastern University, Shenyang 110819, China.
Journal of Biomedical Informatics
|June 9, 2020
Summary
This study introduces RFMSE, a novel hybrid sampling algorithm for imbalanced medical data classification. RFMSE effectively identifies patients without misclassifying healthy individuals, improving diagnostic accuracy.
Area of Science:
- Machine Learning
- Medical Data Analysis
- Bioinformatics
Background:
- Medical diagnosis frequently encounters imbalanced data, where misclassifying patients carries a higher cost than healthy individuals.
- Traditional algorithms struggle with imbalanced datasets, often assuming equal misclassification costs and sample sizes.
- Accurate identification of patients in imbalanced medical datasets remains a critical challenge.
Purpose of the Study:
- To address the challenge of imbalanced data classification in medical diagnosis.
- To propose a novel hybrid sampling algorithm, RFMSE, for improved patient identification.
- To enhance classification performance without compromising the accuracy of healthy sample classification.
Main Methods:
- Developed RFMSE, a hybrid algorithm combining Misclassification-oriented Synthetic minority over-sampling technique (M-SMOTE), Edited Nearest Neighbor (ENN), and Random Forest (RF).
- M-SMOTE over-samples minority class (patients) based on RF misclassification rate.
- ENN removes noisy majority class (healthy) samples, followed by RF classification with MCC-based iteration stopping.
Main Results:
- RFMSE demonstrated effectiveness in solving imbalanced data classification problems across ten UCI datasets.
- The proposed method significantly improved F-value and Matthews Correlation Coefficient (MCC) compared to traditional algorithms.
- RFMSE enhances the identification of minority class samples while maintaining high classification performance.
Conclusions:
- RFMSE offers a robust solution for imbalanced data classification in medical diagnosis.
- The hybrid approach effectively balances the dataset and improves diagnostic prediction accuracy.
- This algorithm provides a valuable tool for improving patient identification in clinical settings.
Related Concept Videos
Stratified Sampling Method
14.3K
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...
14.3K
Random Sampling Method
14.0K
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...
14.0K
Cluster Sampling Method
13.8K
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...
13.8K
Bootstrapping
743
The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
743
Sampling Methods: Sample Types
1.5K
Sampling materials are classified into three main types: solid, liquid, and gas.
Solid samples include a variety of substances, such as sediments from water bodies, soil, metals, and biological tissues. Two standard methods for extracting sediments from water bodies are grab sampling and piston coring. Grab sampling involves using a device to collect a discrete sediment sample from the bottom of a water body with minimal disturbance. Grab samples do not always represent the entire area due to...
Solid samples include a variety of substances, such as sediments from water bodies, soil, metals, and biological tissues. Two standard methods for extracting sediments from water bodies are grab sampling and piston coring. Grab sampling involves using a device to collect a discrete sediment sample from the bottom of a water body with minimal disturbance. Grab samples do not always represent the entire area due to...
1.5K
Sampling Methods: Overview
1.6K
A sample refers to a smaller subset representative of a larger population. In analytical chemistry, studying or analyzing an entire population is often impractical or impossible. Therefore, samples are used to draw inferences and generalize the whole population. The sampling method selects individuals or items from a population to create a sample. Standard sampling methods include random, judgemental, systematic, stratified, and cluster sampling.
In analytical chemistry, the choice of...
In analytical chemistry, the choice of...
1.6K

