Related Experiment Videos
Data subdivision approach enhances machine learning-based mortality prediction in pediatric ICU patients
Wenqian Chen1, Benjamin Lee2, Zexi Zang2
1Department of Neonatology, Fujian Maternity and Child Health Hospital, College of Clinical Medicine for Obstetrics & Gynecology and Pediatrics, Fujian Medical University, Fuzhou, Fujian, China.
Plos One
|June 16, 2026
Summary
Machine learning models effectively predict pediatric ICU mortality using biochemical data. Ensemble stacking outperformed data subdivision for handling imbalanced classes, improving predictive accuracy.
Area of Science:
- Biomedical Informatics
- Machine Learning in Healthcare
- Pediatric Critical Care
Background:
- Predicting mortality in pediatric intensive care units (PICU) is crucial for patient management.
- Machine learning (ML) offers potential for improving mortality prediction accuracy.
- Addressing missing data and class imbalance are key challenges in developing robust ML models.
Purpose of the Study:
- To evaluate ML models for predicting all-cause mortality in PICU patients.
- To assess the impact of comprehensive biochemical panels on prediction accuracy.
- To compare ML strategies for handling missing data and class imbalance.
Main Methods:
- Retrospective analysis of 8,629 PICU patients using 22 biochemical variables.
- Multiple Imputation for missing data and Synthetic Minority Oversampling Technique (SMOTE) for class imbalance.
- Evaluation of ML models including Random Forest, CatBoost, Extra Trees, Logistic Regression, and ensemble stacking.
Main Results:
- Ensemble stacking achieved the highest AUC-ROC (0.88) and AUC-PRC (0.45).
- Coagulation markers, electrolytes, and organ-dysfunction indicators were key predictors of mortality.
- Stacking models demonstrated superior probabilistic accuracy with the lowest Brier score (0.04).
Conclusions:
- Ensemble stacking is a more effective strategy than data subdivision for addressing class imbalance in PICU mortality prediction.
- ML models utilizing comprehensive biochemical panels can significantly improve mortality prediction in pediatric ICU settings.
Related Concept Videos
Kaplan-Meier Approach
The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
Actuarial Approach
The actuarial approach, a statistical method originally developed for life insurance risk assessment, is widely used to calculate survival rates in clinical and population studies. This method accounts for participants lost to follow-up or those who die from causes unrelated to the study, ensuring a more accurate representation of survival probabilities.
Consider the example of a high-risk surgical procedure with significant early-stage mortality. A two-year clinical study is conducted,...
Consider the example of a high-risk surgical procedure with significant early-stage mortality. A two-year clinical study is conducted,...
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...