Predicting Prolonged Length of ICU Stay through Machine Learning
Jingyi Wu1,2, Yu Lin3, Pengfei Li2
1National Institute of Health Data Science, Peking University, Beijing 100191, China.
Diagnostics (Basel, Switzerland)
|December 24, 2021
Summary
Machine learning models, particularly Gradient Boosting Decision Trees (GBDT), accurately predict prolonged length of stay in intensive care units (ICU). These models outperform traditional scores, aiding clinicians in early risk identification and patient management.
Area of Science:
- Critical Care Medicine
- Health Informatics
- Machine Learning in Healthcare
Background:
- Predicting prolonged length of stay (pLOS) in intensive care units (ICU) is crucial for resource allocation and patient management.
- Existing scoring systems may not fully capture the complexity of patient data for accurate pLOS prediction.
Purpose of the Study:
- To develop and validate machine learning (ML) models for predicting pLOS in general ICU patients.
- To compare the performance of different ML models against a traditional scoring system.
Main Methods:
- Utilized the eICU and MIMIC III databases for internal and external validation, respectively.
- Developed four ML models: random forest, support vector machine, deep learning, and gradient boosting decision tree (GBDT).
- Evaluated models using AUROC, AUPRC, ECI, and Brier score, comparing them against the SAPS II score.
Main Results:
- The GBDT model demonstrated superior performance in both internal and external validation, showing excellent discrimination and calibration.
- All four ML models outperformed the customized SAPS II model in predicting pLOS.
- The GBDT model achieved a Brier score of 0.164 (internal) and 0.166 (external), with AUROCs of 0.742 and 0.747, respectively.
Conclusions:
- The GBDT-based pLOS-ICU prediction model is highly effective and reliable for identifying at-risk patients.
- This ML model has the potential to support clinical decision-making and improve patient outcomes through timely interventions.
Related Concept Videos
Steps in Outbreak Investigation
250
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
250
Prediction Intervals
2.4K
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.
2.4K


