Abstract
No predictive models have been reported for tracheostomy extubation success in plateau region rehabilitation departments. Hence, the primary objective of this retrospective study was to evaluate the predictive capabilities of different models for extubation outcomes in CNS injury patients in plateau rehabilitation departments, as well as investigate the influence of clinical features on these outcomes. Data were collected from 501 adult tracheostomy patients in the Department of Rehabilitation Medicine, including 196 successful extubations. Logistic regression was employed to identify the significant features linked to extubation outcomes from a pool of 31 variables. A total of eight independent models and a weighted posterior voting ensemble model were developed. Hyperparameter optimization and tenfold cross-validation were used to assist in choosing model parameters. Random forest (ACC = 84.15, AUC = 0.85), extra trees (83.17%, 0.87), K-NN (82.18%, 0.85), and gradient boosting (81.19%, 0.85) performed well. An ensemble model (85.15%, 0.87) combining random forest, Gaussian naive Bayes, and K-NN via the WPV method was developed. Dysphagia and low GCS scores have been linked to increased difficulty in extubation, as indicated by SHAP values and previous studies. Moreover, there could be a relationship between chronic inflammation and albumin levels in patients, which may collectively impact extubation success. This study evaluated the effectiveness of conventional models for predicting extubation outcomes and analyzed the factors influencing extubation results at high altitudes, laying the groundwork for clinical use and future research. Nevertheless, further research will see advantages in using multicentric approaches and broadening clinical indicators.
Similar content being viewed by others
Introduction
Although tracheostomy is crucial for severe central nervous system (CNS) injuries, it can also lead to a range of complications, including bleeding, unstable oxygen saturation, infections, and granulation tissue formation1. Therefore, extubation assessment is an important step in reducing complications and promoting functional recovery in patients. Factors such as age, swallowing ability, cough reflex, and infection status are associated with successful extubation in patients with CNS injuries2. Additionally, some studies have shown that swallowing function is a reliable indicator of extubation outcomes in stroke patients3. Most current studies on extubation predictors rely on traditional statistical analyses4,5,6, which have provided some clinical insights for extubation decisions. However, the extubation failure rate remains above 10%7. In order to improve the accuracy of extubation predictions, further research on new methods is needed.
In the Yunnan-Guizhou Plateau, Kunming is situated at a relatively high altitude, approximately around 1900 meters8. The unique characteristics of high-altitude environments include low oxygen and low air pressure conditions, which directly impact the respiratory and cardiovascular systems of patients. Richalet et al.concluded that long-term hypoxia in high-altitude areas can cause pulmonary vasoconstriction, remodeling, increase the risk of pulmonary hypertension, worsen right ventricular burden, and impact the function of the circulatory and respiratory systems9. One common reason for extubation failure in the ICU is cardiovascular system dysfunction10. Moreover, high-altitude CNS injury patients are more likely to develop severe brain edema, resulting in higher disability and mortality rates compared to individuals in plain areas11. Overall, these patients with poor prognosis may have a lower success rate in extubation and an increased risk of reintubation. However, it is currently unclear which factors will affect the extubation outcomes of CNS injury patients in high-altitude regions. Therefore, one of the aims of this study is to explore factors influencing extubation outcomes in such patients.
Both the tracheostomy decannulation process in other departments and in the rehabilitation department emphasize formalized protocols and interprofessional collaboration12,13. In acute care environments, decannulation decisions are typically driven by factors such as the patient’s ability to tolerate tracheostomy tube capping, the effectiveness of cough, and the control of secretions14. The rehabilitation departments, by contrast, incorporate comprehensive assessments that also evaluate functional status, swallowing ability, and the patient’s readiness15. Interdisciplinary tracheostomy teams, comprising rehabilitation specialists, respiratory therapists, speech-language pathologists, and nurses, improve decision-making processes and customize decannulation protocols to meet each patient’s specific needs16. Despite the comprehensive considerations of the rehabilitation department and its emphasis on personalization, there is currently a lack of research using machine learning (ML) methods to predict extubation outcomes.
Traditional statistical methods for predicting extubation typically use a small set of predetermined variables and a straightforward model structure based on linear relationships. This may overlook complex nonlinear relationships in clinical data. Modern ML techniques are capable of handling high-dimensional data without strict assumptions. They can capture complex interactions hidden in the data, leading to a significant improvement in prediction accuracy and sensitivity17. ML methods can fully utilize data from mechanical ventilators, multi-parameter monitoring devices, and physiological signals, providing a more personalized and dynamic predictive basis. At the same time, another major advantage of ML models is the development of their interpretability tools. SHAP (Shapley Additive exPlanations) can unravel complex models, quantify the impact of each input feature, and help clinical doctors understand the model’s decision logic18. This approach not only helps identify key factors influencing extubation outcomes, but also provides a theoretical basis for developing clinical interventions based on these factors.
However, there is limited research on predictive models for extubation outcomes in high-altitude regions. Therefore, the aim of this retrospective study was to determine the optimal ML models for this patient population and to identify factors associated with successful extubation in tracheostomized patients in the Plateau. There were 8 conventional models developed, as well as a Weighted Posterior Vote (WPV) ensemble model. The predictive performance of the models was subsequently compared using evaluation metrics including accuracy (ACC), area under the receiver operating characteristic curve (AUC), sensitivity, specificity, Youden’s index, positive predictive value (PPV), and negative predictive value (NPV). At last, the SHAP analysis was used to evaluate the influence of features on the models and extubation success rate.
Materials and methods
Study design
The study design followed the STROBE guidelines for a retrospective, nonsynchronous study19. The data were derived from 501 adult tracheostomy patients (aged over 18) at the Department of Rehabilitation, Second Affiliated Hospital of Kunming Medical University, between August 2016 and November 2022, with 196 successful extubations. Upon admission, patients underwent a functional assessment by skilled Clinical Assessor. Inclusion criteria: (1) Tracheostomy patients; (2) Patients undergoing extubation surgery in our department; (3) with CNS injuries; (4) aged 18 to 85 years old. Exclusion criteria: (1) Patients with unstable conditions or needing to be transferred to other departments for treatment; (2) with incomplete clinical data.
Informed consent statement
Informed consent to participate was waived by Ethics Committee of the Second Affiliated Hospital of Kunming Medical University (IRB). In cases where participants cannot be located and the research project does not involve personal privacy or commercial interests, informed consent may be waived with approval from the ethics committee, as outlined in the Ethical Review Procedures for Biomedical Research Involving Human Participants by the Chinese National Health Commission.
Ethics approval
The study design was approved by the Ethics Committee of the Second Affiliated Hospital of Kunming Medical University (Ethics approval number: Shen-PJ-ke-2023-28). The study has been performed in accordance with the Declaration of Helsinki.
Data collection
The study collected demographic, behavioral, and clinical data from tracheostomy patients: (1) demographic data, such as sex and age; (2) behavioral factors, such as smoking history, primary disease, paralysis, consciousness and cognitive status, and medical history (epilepsy, hypertension, diabetes, heart disease); (3) clinical indicators, including wet rales, dysphagia, pulmonary infection, sputum culture, sputum viscosity, upper respiratory tract structural abnormalities (URSA), and Glasgow Coma Scale (GCS); and (4) blood physiology, including procalcitonin, interleukin 6 (IL-6), high-sensitivity C-reactive protein (hs-CRP), white blood cells, neutrophils, lymphocytes, monocytes, hemoglobin, and albumin. Encode all categorical variables using label encoding. The specific numerical symbols are presented in the Supplementary Material (Table S1). All the data were managed and stored centrally by the hospital’s medical records department. Some clinical indicators’ diagnostic criteria are detailed in the supplementary materials. The data of all patients included in this study was complete, hence there were no missing values in the complete data.
Feature screening
To deal with the potential data imbalance, we executed feature selection and standardization. Logistic regression was used to identify the factors related to extubation outcomes. The analysis was conducted using the Statsmodels package in Python 3.12.4, with a significance level of 0.05. To avoid overlooking hidden information, weakly correlated variables (P ~ 0.05) were also included in the model construction20. Next, the selected feature values were standardized. The mean and standard deviation of the training set were calculated, and the training set data was transformed using zero-mean normalization method to have a distribution with a mean of 0 and standard deviation of 1. To prevent information leakage from the test set to the training phase, the test set was normalized using the mean and standard deviation calculated from the training set.
Model selection and construction
A total of eight models were constructed, including the k-nearest neighbors (K-NN), support vector machine (SVM)21, Gaussian naive Bayes (GNB), decision tree (DT), random forest (RF)22, extra tree classifier (ET), gradient boosting (GB), and logistic regression (LR). Modeling parameters were selected via cross-validation and hyperparameter optimization. Consistent data splitting was chosen to ensure comparability among multiple models. The 80%−20% split balanced model capacity with evaluation reliability, restrained overfitting, and optimized computational resources20,23. Data preprocessing and dataset splitting were carried out using the Numpy and Sklearn packages in Python 3.12.424. The details of hyperparameter optimization are provided in the Supplementary Material (Table S2). The workflow of the model construction is shown in Fig. 1.
Feature selection and model optimization and development. (A) Among all the clinical data collected in this study, the features marked with red stars were those associated with extubation outcomes and were utilized for subsequent modeling. On the left is the distribution plot of the model’s test and training sets, along with the proportion of extubation-success patients in each subset. (B) Flowchart of feature selection and model development. (C) Comparison of the ACC and AUC before and after optimization for each model. Accuracy (ACC), area under the receiver operating characteristic curve (AUC), K-nearest neighbors (K-NN), support vector machine (SVM), Gaussian naive Bayes (GNB), decision tree (DT), random forest (RF), extra tree classifier (ET), gradient boosting (GB), and logistic regression (LR).
Feature analysis
SHAP value was used to assess the significance of each feature. This function, implemented via the SHAP package in Python 3.12.425, employs a game-theoretic approach to evaluate the importance of each feature. SHAP values not only rank features by their importance to the model but also reveal the impact of each feature on patient extubation outcomes23. Only models with an AUC greater than 0.85 and an ACC greater than 80% are discussed in the discussion section.
Ensemble model construction
An ensemble model was constructed using Sklearn packages in Python 3.12.4. Emerging methods such as WPV offer a unique way to incorporate model confidence levels into the final decision, addressing issues related to class imbalance and overfitting in noisy environments26. We employed the hard classification voting ensemble in our model in detail. The hard voting scheme is suited for predicting distinct class labels, while soft voting is appropriate for predicting continuous values27. In theory, each base classifier produces a binary output (1 or 0). WPV conducts voting based on the frequency of each prediction. In the scenario where RF predicts 1, GNB predicts 1, and K-NN predicts 0, the final prediction will be 1 because it is the most common outcome. In model ensemble, the diversity and complementarity of models were taken into account28.
Results
Statistical analysis
Logistic regression was performed with extubation outcomes as the independent variable and other factors as the dependent variables. We found that the outcomes of extubation were associated with several factors: disease duration (P = 0.002), underlying condition (P < 0.001), quadriplegia (P < 0.001), GCS score (P = 0.040), swallowing function (P < 0.001), sputum culture pathogens (P = 0.013), interleukin-6 levels (P = 0.023), lymphocyte count (P = 0.046), and airway structural abnormalities (P < 0.001). To avoid omitting relevant information, features with P-values close to 0.05 were also included in the model. These included mental disorders (P = 0.05), pulmonary embolism (P = 0.087), and albumin levels (P = 0.081). The statistical analysis results are presented in Table 1.
Model performance
Following feature selection, all models were developed. Subsequently, hyperparameters of each model were tuned by maximizing classification accuracy. To mitigate overfitting, model parameters were further optimized through tenfold cross-validation. The ACC and AUC of the model before and after optimization ae shown in Fig. 1C. The threshold for maximizing the Youden index via ROC curve analysis is: RF (0.5), ET (0.51), K-NN (0.58), GB (0.53)29. The performance are presented in Fig. 2 and Supplementary Materials (Figs. S1–S3, Table S3).
The performance of the four models with an AUC greater than 0.85 and an ACC greater than 80%, including the confusion matrix, AUC curve, and learning curve for each model. Accuracy (ACC), area under the receiver operating characteristic curve (AUC), sensitivity (SEN), specificity (SPE), Youden’s index (YDI), positive predictive value (PPV), negative predictive value (NPV), and K-nearest neighbors (K-NN) were used.
The WPV method was employed for model integration to achieve optimal performance across all evaluation metrics. The RF, GNB, and k-NN models were integrated through this WPV approach. The ensemble model performed best when the weights of the three models were set to a 1:1:1 ratio. The model performance of the WPV is shown in Fig. 3.
Confusion matrices and AUCs of the WPV ensemble model and its submodels. Three confusion matrices of the independent models that make up the ensemble model (top), their AUC curves (bottom), evaluation metrics of the ensemble model (left middle), and the confusion matrix and AUC curve of the ensemble model (right middle). Weighted Posteriors Voting (WPV), Accuracy (ACC), Area Under the Receiver Operating Characteristic Curve (AUC), Sensitivity (SEN), Specificity (SPE), Youden’s Index (YDI), Positive Predictive Value (PPV), Negative Predictive Value (NPV), and K-Nearest Neighbors (K-NN).
Features contribution analysis
The contribution of each feature to the models and its impact on the extubation success rate were determined through the calculation of SHAP values. Swallowing dysfunction was consistently the most influential factor in all models, as patients with swallowing difficulties were often classified as negative (i.e., extubation failure). Lower GCS scores also played a significant role, leading the models to lean towards negative classifications. The SHAP values for each model are showed in Fig. 4 and the Supplementary Materials (Fig. S4).
Bar summary plots and SHAP summary plots of the four models with AUCs greater than 0.85 and ACCs greater than 80%. In the bar chart, the top three features contributing to the model are highlighted in red. In the SHAP plot, points to the left of the zero coordinate represent failed extubation, while points to the right represent successful extubation. Shapley additive explanations (SHAP), Glasgow Coma Scale (GCS), Upper Respiratory Tract Structural Abnormalities (URSA), Interleukin 6 (IL-6), Albumin (ALB), Pulmonary Embolism (PE), K-Nearest Neighbors (K-NN).
Discussion
In this study, Logistic regression was initially conducted on all variables related to extubation outcomes. Subsequently, eight ML models were developed based on these variables, and their predictive performance for extubation success was evaluated using multiple metrics. The SHAP analysis revealed that among all variables, disease duration, primary disease, tetraplegia, GCS score, swallowing function, pathogens in sputum culture, interleukin-6 levels, lymphocyte count, and abnormal respiratory structures were associated with successful extubation. Under optimal parameter selection, random forest, extra trees, k-NN, gradient boosting, and WPV all performed well.
In recent years, the use of ML models in medical prediction has been increasing, but there are significant differences in performance among different models in predicting extubation. For instance, LR is widely used due to its strong interpretability, but it has limitations in modeling complex nonlinear relationships. Wang et al. developed a predictive model using multivariable logistic regression, but its AUC was only 0.793, indicating limitations in handling high-dimensional data30. A study compared the performance of RF (AUC = 0.787), linear regression (AUC = 0.762), artificial neural network (AUC = 0.763), and SVM (AUC = 0.740). Nevertheless, none of the models achieved satisfactory results, as all AUC values were less than 0.831. In contrast, Huang et al. achieved an AUC of 0.976 with their RF model built using time series respiratory parameters, which was significantly better than SVM and GNB32. Even though it was lower than the previous study, the four models in our study that showed good performance all had AUC values above 0.85. Given the unique physiological parameters in high-altitude areas, we still believe that their performance is clinically significant. Next, their study utilized time-series ventilator-derived parameters as features, which may be more advantageous for improving the predictive power of the model.
Mixed types of feature values can impact the model’s performance. In this study, the modeling features include both continuous and categorical data values. In comparison, mixed type of data is more in line with clinical reality than single type of data. Different ML algorithms have their own advantages and limitations when dealing with mixed features. DT and tree-based models like random forests have the ability to handle categorical variables without the need for extensive preprocessing, demonstrating reliable performance with high-dimensional, heterogeneous datasets33. Continuous variables and categorical variables differ in scale, distribution, and information representation. Inputting them directly into data scale-sensitive models such as SVM and K-NN may result in the model being excessively sensitive to one type of feature, while ignoring crucial information from the other type of feature. Therefore, it is often necessary to normalize or standardize continuous variables. Techniques like one-hot encoding, label encoding, and neural embeddings convert categorical variables into a unified numerical representation, effectively addressing scale inconsistency issues during model training34,35.
Reducing the risk of overfitting and enhancing the generalization of models is crucial. Due to the different ranges and distributions of various features, it is easy to cause data bias and model overfitting issues, especially when the sample size is small36. Therefore, the hyperparameter optimization and cross-validation methods is particularly crucial to ensure that the model not only performs excellently but also possesses strong generalization capabilities37,38. Additionally, the feature selection process is especially critical for mixed data. This process focuses on retaining the most informative features while eliminating redundant and noisy ones, providing a key pathway to enhance the model’s learning efficiency39. Hence, the aforementioned methods were adopted to further strengthen the model’s performance and learning depth. Furthermore, mitigating model overfitting has also somewhat enhanced the generalization ability of each model40.
In present study, a WPV was integrated model developed. Bagging, boosting, and stacking are conventional methods that have been widely researched. Bagging functions by training base models on bootstrap samples, ultimately decreasing variance and improving model stability41,42. Meanwhile, bagging’s simplicity and ease of implementation make it a robust baseline method, although its uniform voting mechanism may not fully exploit the differing confidence levels of individual models42. Although boosting can achieve high accuracy on training data, its performance may degrade on unseen data when noise is present. Consequently, the benefits of boosting are often offset by decreased robustness in noisy environments43,44. Finally, stacking entails utilizing a meta-learner to combine the outcomes of different models, thereby capturing more intricate relationships in the data45. While stacking often provides better performance in diverse settings, its reliance on an additional meta-learning layer can result in increased complexity in model selection and parameter tuning45.
In contrast to previously mentioned methods, emerging methods such as WPV offer a new way to incorporate model confidence levels into the final decision, addressing issues related to class imbalance and overfitting in noisy environments26,46. This mechanism is a complement to the bagging and boosting frameworks and could improve ensemble performance in multiple medical domains. In present study, the WPV ensemble model showed superior performance in all evaluation dimensions compared to individual models. Given that our dataset was derived from a single center, our model may consequently have reduced generalizability. The WPV method could be utilized to partially alleviate this issue. Firstly, by combining the outputs of complementary models, ensemble models can better capture the underlying distribution of the data, alleviating the risks associated with individual models learning inadequately or underfitting26. Next, the voting mechanism has excellent scalability, making it easy to add or remove models integrated into the system. This is extremely beneficial for managing extensive data flows and intricate tasks, enabling the flexible adjustment of the model’s scale and structure according to specific requirements46.
Finally, an analysis using SHAP was conducted to evaluate the impact of each feature on the extubation outcomes. The SHAP values suggested that patients with swallowing dysfunction had a significantly lower extubation success rate. Previous retrospective studies also reported a significant correlation between swallowing function and the extubation success rate5,47,48. Damage to the glossopharyngeal (IX), vagus (X), and hypoglossal (XII) nerves could impact the muscles used in swallowing, leading to dysphagia in individuals with CNS injury49. Precise coordination of breathing and swallowing is crucial for airway protection50. Dysfunction of the swallowing musculature increases the risk of aspiration and pulmonary infection, which are common causes of extubation failure and prolonged intubation in critically ill patients51,52. Many studies have emphasized the need for clinicians to prioritize swallowing training after extubation53,54. However, the results of our study suggest that swallowing function training before extubation should also be emphasized, as it might help reduce postextubation dysfunction and decrease the likelihood of extubation failure. Training and assessing swallowing are crucial abilities in rehabilitation medicine; early intervention in rehabilitation could enhance the extubation success rate by enhancing swallowing function prior to extubation. Nevertheless, this process must highlight individualization, and specific strategies also require additional investigation. Swallowing difficulties are present in 40% of patients with quadriplegia49. They might also have problems like diaphragm imbalance and respiratory issues55,56. Given the low oxygen and low pressure environment of the plateau, patients with quadriplegia may need to focus more on their respiratory training. In severe cases, diaphragm pacemakers may be considered as interventions57.
The influence of consciousness level on extubation success rate remains controversial58. Nevertheless, GCS were consistently ranked in the top three contributors in the models’ classification. Patients with higher GCS scores showed significantly greater extubation success rates. This finding reinforces previous studies which demonstrate that consciousness level strongly correlates with extubation outcomes59,60. Furthermore, cognitive impairment contributes to swallowing disorders, aspiration risks, and subsequent pneumonia, potentially resulting in delayed extubation for patients with tracheostomies61. Impaired consciousness leads to prolonged bed rest, thereby increasing the risk of extubation failure62. If consciousness disorders are truly related to extubation outcomes, then high-altitude areas need to take this issue seriously. The low pressure and insufficient oxygen supply in high-altitude regions can lead to cerebral tissue hypoxia, resulting in vasodilation, disruption of the blood–brain barrier, and cerebral edema11,63. In extreme situations, these alterations may result in a patient quickly transitioning from a state of blurred consciousness to a coma. Therefore, the consciousness of patients with CNS in high-altitude areas should be further emphasized.
The results showed that patients with higher ALB levels were more likely to be classified as extubation failures in this both models. Following CNS damage, various forms of cell death, including apoptosis, ferroptosis, and mitochondrial dysfunction, can deplete a substantial amount of protein resources64,65. Previous research revealed that patients with a daily protein intake greater than 1.2 g/kg/day effectively presented increased serum albumin levels, and their median duration of mechanical ventilation was significantly shorter than that of those with lower protein intake66. Their conclusions emphasized that higher protein intake is beneficial for the successful extubation of patients with prolonged endotracheal intubation66,67. These findings suggest that increasing serum albumin levels through enhanced nutritional support or albumin supplementation prior to extubation may be an effective strategy to improve extubation success rates.
In our study, lymphocyte and IL-6 levels influenced extubation outcomes. The model is more likely to classify samples with lymphocytopenia and elevated IL-6 levels as having a higher risk of extubation failure. A pathway analysis study highlighted IL-6 as a key biomarker linked to inflammatory processes, with elevated levels serving as a reliable indicator of active inflammation in patients68. Moreover, another study has suggested that lymphopenia could indicate a state of chronic inflammation and prolonged immune depression in patients69. Although the exact mechanism by which lymphocytopenia impacts extubation outcomes remains unclear, patients with lymphocytopenia and immunosuppression exhibit significantly reduced extubation success rates and elevated in-hospital mortality70,71. Patients with lymphopenia were also found to present with thrombocytopenia and hypoalbuminemia, suggesting a state of systemic compromise72. This finding suggested that preextubation anti-inflammatory treatment combined with protein intake might be a potential strategy to improve extubation success rates.
This study also has several limitations. Firstly, our models demonstrated superior performance compared to previous studies, but they are not yet suitable for clinical use. More clinical research is necessary in this area. Second, the features included in this study may have been limited, and the model’s reliability could be enhanced by incorporating a more comprehensive set of features during the modeling process73. At the same time, the data collected in this study lack a time dimension, so the results lack explanatory dynamics of the disease course in tracheostomy patients. Moreover, this study did not find any distinctive features specifically associated with high-altitude pulmonary edema outcomes. In future studies, additional indicators such as alveolar oxygen partial pressure (or blood oxygen saturation), plateau pressure, blood urea nitrogen, heart rate, positive end-expiratory pressure, and creatinine will be included74,75,76. Finally, data collection from a single center may reduce the generalization ability of the model. Therefore, in future research, multicenter data collection should be adopted, as it can make the research results more convincing and increase generalizability.
Conclusion
In summary, the models developed in this study, including the random forest, extra tree classifier, k-nearest neighbor, gradient boosting, and WPV ensemble models, demonstrated strong performance in terms of the AUC and accuracy, indicating good predictive ability for outcome prediction at extubation. According to SHAP analysis, dysphagia, quadriplegia, altered consciousness, low white blood cell levels, and abnormal levels of interleukins and lymphocytes may have a negative impact on extubation outcomes. However, the data was collected from a single center, which may lead to insufficient generalizability. In the future, it is necessary to consider supplementing with data from multiple centers. Furthermore, future studies should incorporate a wider range of clinical indicators, particularly those associated with the respiratory system.
Data availability
The datasets used during the current study are available from the corresponding author upon reasonable request.
References
Kumar, S., Patra, A., Deepthi, S. & Biradar, K. Tracheostomy complications over 5 years: Decannulation analysis. Iran. J. Otorhinolaryngol. 36, 559–565. https://doi.org/10.22038/ijorl.2024.75652.3533 (2024).
Gallice, T., Cugy, E., Branchard, O., Dehail, P. & Moucheboeuf, G. Predictive factors for successful decannulation in patients with tracheostomies and brain injuries: A systematic review. Dysphagia 39, 552–572. https://doi.org/10.1007/s00455-023-10646-2 (2024).
Suntrup-Krueger, S. et al. Extubation readiness in critically Ill stroke patients. Stroke 50, 1981–1988. https://doi.org/10.1161/strokeaha.118.024643 (2019).
Guzatti, N. G. et al. Predictive factors of extubation failure in COVID-19 mechanically ventilated patients. J. Intensive Care Med. 37, 1250–1255. https://doi.org/10.1177/08850666221093946 (2022).
Ghiani, A. et al. Incidence, causes, and predictors of unsuccessful decannulation following prolonged weaning. Ther. Adv. Chron. Dis. 13, 20406223221109656. https://doi.org/10.1177/20406223221109655 (2022).
Chen, Y. et al. Predictors of long-term decannulation in patients with disorders of consciousness. Front. Neurol. 14, 1099307. https://doi.org/10.3389/fneur.2023.1099307 (2023).
Thille, A. W., Richard, J. C. & Brochard, L. The decision to extubate in the intensive care unit. Am. J. Respir. Crit. Care Med. 187, 1294–1302. https://doi.org/10.1164/rccm.201208-1523CI (2013).
Liu, X. et al. Comparison of muscle density in middle-aged and older Chinese adults between a high-altitude area (Kunming) and a low-altitude area (Beijing). Front. Endocrinol. https://doi.org/10.3389/fendo.2021.811770 (2021).
Richalet, J. P., Hermand, E. & Lhuissier, F. J. Cardiovascular physiology and pathophysiology at high altitude. Nat. Rev. Cardiol. 21, 75–88. https://doi.org/10.1038/s41569-023-00924-9 (2024).
Thille, A. W., Cortés-Puch, I. & Esteban, A. Weaning from the ventilator and extubation in ICU. Curr. Opin. Crit. Care 19, 57–64. https://doi.org/10.1097/MCC.0b013e32835c5095 (2013).
Wei, L. et al. Complement C3 participates in the function and mechanism of traumatic brain injury at simulated high altitude. Brain Res. 1726, 146423. https://doi.org/10.1016/j.brainres.2019.146423 (2020).
Mylne, D., Briggs, N. & Tolé, G. A formalised process for decannulation reduced number of days with tracheostomy for people with an acquired brain injury: a systematic review and meta-analysis. Brain Impairment https://doi.org/10.1071/IB23077 (2024).
Zhou, T. et al. Tracheostomy decannulation protocol in patients with prolonged tracheostomy referred to a rehabilitation hospital: a prospective cohort study. J. Intensive Care 10, 34. https://doi.org/10.1186/s40560-022-00626-3 (2022).
Kutsukutsa, J., Kuupiel, D., Monori-Kiss, A., del Rey-Puech, P. & Mashamba-Thompson, T. P. Tracheostomy decannulation methods and procedures for assessing readiness for decannulation in adults: a systematic scoping review. JBI Evid. Implement. https://doi.org/10.1097/XEB.0000000000000166 (2019).
Eskildsen, S. J., Irene, W., Ingrid, P., Aviaja, H. C. & Curtis, D. J. Rehabilitative intervention for successful decannulation in adult patients with acquired brain injury and tracheostomy: a systematic review. Disability Rehabil. https://doi.org/10.1080/09638288.2023.2233437 (2024).
Ninan, A., Grubb, L. M., Brenner, M. J. & Pandian, V. Effectiveness of interprofessional tracheostomy teams: A systematic review. J. Clin. Nurs. 32, 6967–6986. https://doi.org/10.1111/jocn.16815 (2023).
Park, J. E. et al. Development of a machine learning model for predicting weaning outcomes based solely on continuous ventilator parameters during spontaneous breathing trials. Bioengineering 10, 1163 (2023).
Pai, K.-C., Su, S.-A., Chan, M.-C., Wu, C.-L. & Chao, W.-C. Explainable machine learning approach to predict extubation in critically Ill ventilated patients: a retrospective study in central Taiwan. BMC Anesthesiol. 22, 351. https://doi.org/10.1186/s12871-022-01888-y (2022).
Cuschieri, S. The STROBE guidelines. Saudi J. Anaesth. 13, S31-s34. https://doi.org/10.4103/sja.SJA_543_18 (2019).
Mannini, A. et al. Data-driven prediction of decannulation probability and timing in patients with severe acquired brain injury. Comput. Methods Programs Biomed. 209, 106345. https://doi.org/10.1016/j.cmpb.2021.106345 (2021).
Hao, P. Y., Chiang, J. H. & Chen, Y. D. Possibilistic classification by support vector networks. Neural Netw. Off. J. Int. Neural Netw. Soc. 149, 40–56. https://doi.org/10.1016/j.neunet.2022.02.007 (2022).
Becker, T., Rousseau, A. J., Geubbelmans, M., Burzykowski, T. & Valkenborg, D. Decision trees and random forests. Am. J. Orthodont. Dentofac. Orthoped. Off. Publ. Am. Assoc. Orthodont. Const. Soc. Am. Board Orthodont. 164, 894–897. https://doi.org/10.1016/j.ajodo.2023.09.011 (2023).
Zhao, Q. Y. et al. Development and validation of a machine-learning model for prediction of extubation failure in intensive care units. Front. Med. 8, 676343. https://doi.org/10.3389/fmed.2021.676343 (2021).
Abraham, A. et al. Machine learning for neuroimaging with scikit-learn. Front. Neuroinform. 8, 14. https://doi.org/10.3389/fninf.2014.00014 (2014).
Lundberg, S. M. et al. From local explanations to global understanding with explainable AI for trees. Nat. Mach. Intell. 2, 56–67. https://doi.org/10.1038/s42256-019-0138-9 (2020).
Chalasani, R. D. & Radhika, Y. Prediction of ITK inhibitor kinases activity based on posterior probabilistic weighted average based ensemble voting classification. J. Intell. Fuzzy Syst. 44, 5837–5846. https://doi.org/10.3233/JIFS-221412 (2023).
Mutanga, R. T. et al. Detecting hate speech on twitter network using ensemble machine learning. Int. J. Adv. Comput. Sci. Appl. https://doi.org/10.1016/j.jjimei.2022.100120 (2022).
Kumar, R. et al. Ensemble learning-based early detection of influenza disease. Multimedia Tools Appl. https://doi.org/10.1007/s11042-023-15848-2 (2023).
Schisterman, E. F., Perkins, N. J., Liu, A. & Bondell, H. Optimal cut-point and its corresponding Youden index to discriminate individuals using pooled blood samples. Epidemiology 16, 73–81. https://doi.org/10.1097/01.ede.0000147512.81966.ba (2005).
Wang, X. et al. Development and validation of a nomogram for decannulation in patients with neurological injury: A prognostic accuracy study. Front. Neurol. 13, 979160. https://doi.org/10.3389/fneur.2022.979160 (2022).
Hur, S. et al. Development and validation of unplanned extubation prediction models using intensive care unit data: Retrospective, comparative, machine learning study. J. Med. Internet Res. 23, e23508. https://doi.org/10.2196/23508 (2021).
Huang, K. Y. et al. Developing a machine-learning model for real-time prediction of successful extubation in mechanically ventilated patients using time-series ventilator-derived parameters. Front. Med. 10, 1167445. https://doi.org/10.3389/fmed.2023.1167445 (2023).
Rodriguez-Galiano, V., Sanchez-Castillo, M., Chica-Olmo, M. & Chica-Rivas, M. Machine learning predictive models for mineral prospectivity: An evaluation of neural networks, random forest, regression trees and support vector machines. Ore Geol. Rev. 71, 804–818. https://doi.org/10.1016/j.oregeorev.2015.01.001 (2015).
Luo, W. et al. Guidelines for developing and reporting machine learning predictive models in biomedical research: A multidisciplinary view. J. Med. Internet Res. 18, e323. https://doi.org/10.2196/jmir.5870 (2016).
Parish, E. J. & Duraisamy, K. A paradigm for data-driven predictive modeling using field inversion and machine learning. J. Comput. Phys. 305, 758–774. https://doi.org/10.1016/j.jcp.2015.11.012 (2016).
Battineni, G., Sagaro, G. G., Chinatalapudi, N. & Amenta, F. Applications of machine learning predictive models in the chronic disease diagnosis. J. Personal. Med. 10, 21 (2020).
Azodi, C. B. et al. Benchmarking parametric and machine learning models for genomic prediction of complex traits. G3 (Bethesda Md.) https://doi.org/10.1534/g3.119.400498 (2019).
Xiao, Q., Chang, H. H., Geng, G. & Liu, Y. An ensemble machine-learning model to predict historical PM(2.5) concentrations in China from satellite data. Environ. Sci. Technol. https://doi.org/10.1021/acs.est.8b02917 (2018).
Luo, M. et al. Combination of feature selection and CatBoost for prediction: The first application to the estimation of aboveground biomass. Forests 12, 216 (2021).
Ghasemzadeh, H., Hillman, R. E. & Mehta, D. D. Toward generalizable machine learning models in speech. Lang. Hear. Sci. Estimat. Sample Size Reduc. Overfitt. 67, 753–781. https://doi.org/10.1044/2023_JSLHR-23-00273 (2024).
Gneiting, T. & Raftery, A. E. Weather forecasting with ensemble. Methods 310, 248–249. https://doi.org/10.1126/science.1115255 (2005).
Mienye, I. D. & Sun, Y. A survey of ensemble learning: Concepts, algorithms, applications, and prospects. IEEE Access 10, 99129–99149. https://doi.org/10.1109/ACCESS.2022.3207287 (2022).
Matloob, F. et al. Software defect prediction using ensemble learning: A systematic literature review. IEEE Access 9, 98754–98771. https://doi.org/10.1109/ACCESS.2021.3095559 (2021).
Yuan, X. et al. Applied machine learning for prediction of CO2 adsorption on biomass waste-derived porous carbons. Environ. Sci. Technol. 55, 11925–11936. https://doi.org/10.1021/acs.est.1c01849 (2021).
Chatzimparmpas, A., Martins, R. M., Kucher, K. & Kerren, A. StackGenVis: Alignment of data, algorithms, and models for stacking ensemble learning using performance metrics. IEEE Trans. Vis. Comput. Graph. 27, 1547–1557. https://doi.org/10.1109/TVCG.2020.3030352 (2021).
Gomes, H. M., Barddal, J. P., Enembreck, F. & Bifet, A. A survey on ensemble learning for data stream classification. ACM Comput. Surveys https://doi.org/10.1145/3054925 (2017).
Xu, S. S. et al. Development of a prediction score for evaluation of extubation readiness in neurosurgical patients with mechanical ventilation. Anesthesiology 139, 614–627. https://doi.org/10.1097/aln.0000000000004721 (2023).
Park, M. K. & Lee, S. J. Changes in swallowing and cough functions among stroke patients before and after tracheostomy decannulation. Dysphagia 33, 857–865. https://doi.org/10.1007/s00455-018-9920-9 (2018).
Shem, K., Castillo, K., Wong, S. L., Chang, J. & Kolakowsky-Hayner, S. Dysphagia and respiratory care in individuals with tetraplegia: incidence, associated factors, and preventable complications. Top. Spinal Cord Inj. Rehabil. 18, 15–22. https://doi.org/10.1310/sci1801-15 (2012).
Brodsky, M. B. et al. Respiratory-swallow phase patterns and their relationship to swallowing impairment in patients treated for oropharyngeal cancer. Head Neck 32, 481–489. https://doi.org/10.1002/hed.21209 (2010).
Osorio, B., Krakora, R., Epping, G., Wright, D. & Rajwani, K. Aspiration after critical illness: role of endotracheal tube, tracheostomy, swallowing disorders. Semin. Respir. Crit. Care Med. https://doi.org/10.1055/a-2445-9054 (2024).
Labeit, B. et al. The assessment of dysphagia after stroke: state of the art and future directions. Lancet Neurol. 22, 858–870. https://doi.org/10.1016/s1474-4422(23)00153-9 (2023).
Chen, L. et al. Interventions for postextubation dysphagia in critically Ill patients: A systematic review and meta-analysis. Dysphagia https://doi.org/10.1007/s00455-024-10695-1 (2024).
Troll, C. et al. A bedside swallowing screen for the identification of post-extubation dysphagia on the intensive care unit - validation of the Gugging swallowing screen (GUSS)-ICU. BMC Anesthesiol. 23, 122. https://doi.org/10.1186/s12871-023-02072-6 (2023).
Catalá-Ripoll, J. V., Monsalve-Naharro, J. & Hernández-Fernández, F. Incidence and predictive factors of diaphragmatic dysfunction in acute stroke. BMC Neurol. 20, 79. https://doi.org/10.1186/s12883-020-01664-w (2020).
Oo, T., Watt, J. W., Soni, B. M. & Sett, P. K. Delayed diaphragm recovery in 12 patients after high cervical spinal cord injury. A retrospective review of the diaphragm status of 107 patients ventilated after acute spinal cord injury. Spinal Cord https://doi.org/10.1038/sj.sc.3100775 (1999).
Kaufman, M. R. et al. Prospective analysis of a surgical algorithm to achieve ventilator weaning in cervical tetraplegia. J. Spinal Cord Med. 45, 531–535. https://doi.org/10.1080/10790268.2020.1829417 (2022).
Chan, L. Y., Jones, A. Y., Chung, R. C. & Hung, K. N. Peak flow rate during induced cough: a predictor of successful decannulation of a tracheotomy tube in neurosurgical patients. Am. J. Crit. Care Off. Publ. Am. Assoc. Crit. Care Nurses 19, 278–284. https://doi.org/10.4037/ajcc2009575 (2010).
Torrini, F. et al. Prediction of extubation outcome in critically ill patients: a systematic review and meta-analysis. Crit. Care https://doi.org/10.1186/s13054-021-03802-3 (2021).
Huang, H. Y. et al. Clinical outcomes and prognostic factors for prolonged mechanical ventilation in patients with acute stroke and brain trauma. J. Formos. Med. Assoc. Taiwan https://doi.org/10.1016/j.jfma.2021.02.011 (2022).
Zanata Ide, L., Santos, R. S. & Hirata, G. C. Tracheal decannulation protocol in patients affected by traumatic brain injury. Int. Arch. Otorhinolaryngol. https://doi.org/10.1055/s-0033-1363467 (2014).
Mitchell, R. B. et al. Clinical consensus statement: tracheostomy care. Otolaryngol.Head Neck Surg. Off. J. Am. Acad. Otolaryngol. Head Neck Surg. https://doi.org/10.1177/0194599812460376 (2013).
Tang, Q. et al. Identification of blood exosomal metabolomic profiling for high-altitude cerebral edema. Sci. Rep. 14, 11585. https://doi.org/10.1038/s41598-024-62360-0 (2024).
Wang, X. et al. CX3CL1/CX3CR1 signal mediates M1-type microglia and accelerates high-altitude-induced forgetting. Front. Cell. Neurosci. 17, 1189348. https://doi.org/10.3389/fncel.2023.1189348 (2023).
Zhang, L., Hu, Z., Li, Z. & Lin, Y. Crosstalk among mitophagy, pyroptosis, ferroptosis, and necroptosis in central nervous system injuries. Neural Regen. Res. 19, 1660–1670. https://doi.org/10.4103/1673-5374.389361 (2024).
Huang, S. W. et al. the impact of higher protein intake in patients with prolonged mechanical ventilation. Nutrients https://doi.org/10.3390/nu14204395 (2022).
Chang, C. H. et al. Higher protein intake may benefit in patients with prolonged mechanical ventilation. Front. Nutr. 11, 1449240. https://doi.org/10.3389/fnut.2024.1449240 (2024).
Misra, S. et al. Common pathways of epileptogenesis in patients with epilepsy post-brain injury: Findings from a systematic review and meta-analysis. Neurology 101, e2243–e2256. https://doi.org/10.1212/wnl.0000000000207749 (2023).
Adrie, C. et al. Persistent lymphopenia is a risk factor for ICU-acquired infections and for death in ICU patients with sustained hypotension at admission. Ann. Intensive Care 7, 30. https://doi.org/10.1186/s13613-017-0242-0 (2017).
Liao, T. Y., Chen, Y. L., Chen, Y. L., Kuo, Y. W. & Jerng, J. S. Persistent inflammation and lymphopenia and weaning outcomes of patients with prolonged mechanical ventilation. Respir. Investig. 62, 935–941. https://doi.org/10.1016/j.resinv.2024.08.001 (2024).
Schneider, B., Oliveira, R. A., Friedman, G. & Moraes, R. B. Association of biomarkers with successful ventilatory weaning in COVID-19 patients: an observational study. Crit. Care Sci. https://doi.org/10.62675/2965-2774.20240158-en (2024).
Soeters, P. B., Wolfe, R. R. & Shenkin, A. Hypoalbuminemia: Pathogenesis and clinical significance. JPEN J. Parenter. Enter. Nutr. https://doi.org/10.1002/jpen.1451 (2019).
Igarashi, Y. et al. Machine learning for predicting successful extubation in patients receiving mechanical ventilation. Front. Med. 9, 961252. https://doi.org/10.3389/fmed.2022.961252 (2022).
Zeng, Z., Tang, X., Liu, Y., He, Z. & Gong, X. Interpretable recurrent neural network models for dynamic prediction of the extubation failure risk in patients with invasive mechanical ventilation in the intensive care unit. BioData Min. 15, 21. https://doi.org/10.1186/s13040-022-00309-7 (2022).
Kuo, H. J. et al. Improvement in the prediction of ventilator weaning outcomes by an artificial neural network in a medical ICU. Respir. Care 60, 1560–1569. https://doi.org/10.4187/respcare.03648 (2015).
Fabregat, A. et al. A machine learning decision-making tool for extubation in intensive care unit patients. Comput. Methods Programs Biomed. 200, 105869. https://doi.org/10.1016/j.cmpb.2020.105869 (2021).
Funding
Scientific Research Fund project of Education Department of Yunnan Province, 2024 J0383,The Major Science and Technology Projects in Doctoral research project, 2023BS01, Rehabilitation Clinical Medical Centre of Yunnan Province, zx2019-04-02, Jiajie Expert Workstation of Yunnan Province, 2019IC034, Science and Technology Talent and Platform Program, 202305 AF150032, Research and Development of Integrated Chinese and Western Medicine Rehabilitation Technology and Multi-modal Monitoring System for movement Disorders, 2022YFC2009700, Study on a New Model of Comprehensive Intervention in Rehabilitation and Psychology of “Brain and Heart together”, 202203 AC100007-6.
Author information
Authors and Affiliations
Contributions
Z.H.C., X.Y. and L.Q.Y. conceived of and designed the study. Z.H.C., X.Y., X.C.L., and H.T.W. performed analysis. Z.H.C., X.Y., H.T.W. and L.Q.Y. wrote the manuscript and Z.H.C., X.Y. and L.Q.Y. critically reviewed the manuscript. Z.H.C., X.Y., and Y.Z. generated the figures and tables. Q.L. and H.M.Z. were responsible for the management of public data. All authors have read and approved the manuscript.
Corresponding authors
Ethics declarations
Competing interests
The authors declare no competing interests.
Additional information
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Supplementary Information
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
About this article
Cite this article
Chen, Zh., Wu, Ht., Yao, Z. et al. Using ML techniques to predict extubation outcomes for patients with central nervous system injuries in the Yun-Gui Plateau. Sci Rep 15, 17773 (2025). https://doi.org/10.1038/s41598-025-98861-9
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-025-98861-9