Related Experiment Video
Updated: Jan 9, 2026

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.5K
Exploring the Joint Effect of Resampling Techniques and Cross-Validation for Preterm Birth Prediction
Summary
This study compares resampling techniques for imbalanced datasets in preterm birth prediction. Ensemble methods, particularly SMOTE, Cluster Centroids, and RAMOBoost, showed the most consistent and best overall performance.
Area of Science:
- Medical Informatics
- Machine Learning
- Biomedical Engineering
Background:
- Imbalanced datasets are prevalent in real-world classification tasks, notably in predicting preterm birth.
- Standard machine learning algorithms often exhibit bias on imbalanced data, impacting predictive accuracy and fairness.
- Preterm birth prediction is challenged by the rarity of preterm cases, necessitating robust data handling methods.
Purpose of the Study:
- To systematically compare various undersampling, oversampling, and ensemble techniques for addressing class imbalance in preterm birth prediction.
- To evaluate the impact of Cross-Validation (CV) on the performance of these resampling methods.
- To identify the most effective resampling strategies for improving the accuracy and reliability of preterm birth prediction models.
Main Methods:
- Utilized the Term-Preterm Electrohysterogram (EHG) Database (TPEHG DB) for analysis.
- Implemented and compared multiple undersampling, oversampling (e.g., Synthetic Minority Oversampling Technique - SMOTE), and ensemble techniques.
- Assessed the performance of these methods both with and without Cross-Validation (CV).
Main Results:
- Ensemble techniques demonstrated the most consistent performance across different resampling strategies.
- Specific methods like SMOTE, Cluster-Based Undersampling (Cluster Centroids), and Ranked Minority Oversampling in boosting (RAMOBoost) yielded superior overall results.
- The study addressed previous research limitations concerning data handling and overly optimistic outcomes.
Conclusions:
- The findings suggest that ensemble methods are highly effective for managing class imbalance in preterm birth prediction.
- The identified techniques (SMOTE, Cluster Centroids, RAMOBoost) offer promising solutions for developing more accurate prognostic tools.
- This research represents a foundational step towards creating reliable resampling tools with significant clinical relevance for preterm delivery prognosis.
Related Concept Videos
Regression Toward the Mean
6.8K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.8K
Bootstrapping
790
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...
790
Prediction Intervals
3.1K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
3.1K
Truncation in Survival Analysis
553
Truncation in survival analysis refers to the exclusion of individuals or events from the dataset based on specific criteria related to the time of the event. This exclusion can happen in two primary forms: left truncation and right truncation.
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
553
Sampling Methods: Overview
2.1K
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...
2.1K
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

