🤖 AI Summary
This study addresses the prediction of ICU readmission risk in intracerebral hemorrhage (ICH) patients to support clinical decision-making and resource optimization. We propose a multi-source fusion machine learning framework by systematically integrating MIMIC-III and MIMIC-IV databases, enabling joint analysis of clinical, laboratory, and demographic features. The methodology employs XGBoost, random forests, and artificial neural networks, augmented by multiple imputation for missing data and SMOTE-based oversampling to enhance data quality and model robustness. The best-performing model achieves an AUROC of 0.89, with sensitivity of 82.3% and specificity of 85.7%. Key predictive features include Glasgow Coma Scale score, serum creatinine level, age, and the time interval between initial ICU discharge and readmission. This work establishes an interpretable, high-accuracy, cross-database modeling paradigm for dynamic critical care risk assessment.
📝 Abstract
Intracerebral hemorrhage (ICH) is a life-risking condition characterized by bleeding within the brain parenchyma. ICU readmission in ICH patients is a critical outcome, reflecting both clinical severity and resource utilization. Accurate prediction of ICU readmission risk is crucial for guiding clinical decision-making and optimizing healthcare resources. This study utilized the Medical Information Mart for Intensive Care (MIMIC-III and MIMIC-IV) databases, which contain comprehensive clinical and demographic data on ICU patients. Patients with ICH were identified from both databases. Various clinical, laboratory, and demographic features were extracted for analysis based on both overview literature and experts' opinions. Preprocessing methods like imputing and sampling were applied to improve the performance of our models. Machine learning techniques, such as Artificial Neural Network (ANN), XGBoost, and Random Forest, were employed to develop predictive models for ICU readmission risk. Model performance was evaluated using metrics such as AUROC, accuracy, sensitivity, and specificity. The developed models demonstrated robust predictive accuracy for ICU readmission in ICH patients, with key predictors including demographic information, clinical parameters, and laboratory measurements. Our study provides a predictive framework for ICU readmission risk in ICH patients, which can aid in clinical decision-making and improve resource allocation in intensive care settings.