Blog

Machine learning prediction of the failure of high-flow nasal oxygen therapy in patients with acute respiratory failure | Scientific Reports

Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.

Scientific Reports volume  14, Article number: 1825 (2024 ) Cite this article Dental Needle

Acute respiratory failure (ARF) is a prevalent and serious condition in intensive care unit (ICU), often associated with high mortality rates. High-flow nasal oxygen (HFNO) therapy has gained popularity for treating ARF in recent years. However, there is a limited understanding of the factors that predict HFNO failure in ARF patients. This study aimed to explore early indicators of HFNO failure in ARF patients, utilizing machine learning (ML) algorithms to more accurately pinpoint individuals at elevated risk of HFNO failure. Utilizing ML algorithms, we developed seven predictive models. Their performance was evaluated using various metrics, including the area under the receiver operating characteristic curve, calibration curve, and precision recall curve. The study enrolled 700 patients, with 490 in the training group and 210 in the validation group. The overall HFNO failure rate was 14.1% among the 700 patients. The ML algorithms demonstrated robust performance in our study. This research underscores the potential of ML techniques in creating clinically relevant models for predicting HFNO outcomes in ARF patients. These models could play a pivotal role in enhancing the risk management of HFNO, leading to more patient-centered and personalized care approaches.

Daniel D. Im, Eugene Laksana, … Randall C. Wetzel

Ga Eun Kim, Sun Ha Choi, … Myung Hyun Sohn

Mohebat Vali, Shahram Paydar, … Haleh Ghaem

Acute respiratory failure (ARF) ranks among the most prevalent conditions in intensive care unit (ICU). The emergence of COVID-19 in Wuhan has sparked a surge in research focused on acute respiratory failure, as the medical community strives to enhance treatments and patient outcomes. Predominantly impacting the respiratory system, COVID-19 has led to a swift progression to ARF in a significant number of patients1. Recognized by the World Health Organization as a major international health threat, the pandemic has prompted extensive exploration of various treatment methods2. Among these, high-flow nasal oxygen (HFNO) therapy has been noted in several studies as a potentially safe option, even for patients with moderate to severe conditions3.

HFNO has emerged as a prominent non-invasive respiratory approach, extensively utilized for treating ARF in recent years4,5,6. This therapy is adept at delivering a consistent and precise fraction of inspired oxygen, enhancing the partial arterial oxygen pressure. Additionally, HFNO offers the advantage of providing heated and humidified gas, which aids in the activation of airway mucus cilia and boosts sputum clearance7,8,9,10. A key feature of HFNO is its capability to supply high-flow rates that align with a patient's inspiratory flow, creating a positive pressure effect and diminishing anatomic dead space. Compared with conventional oxygen therapies, HFNO has been documented to significantly lower the necessity for invasive mechanical ventilation (IMV)11. However, other studies indicate that failure of HFNO may inadvertently delay the initiation of IMV, correlating with heightened mortality rates12,13,14. Given these findings, it becomes critical to promptly identify the potential failure of HFNO in ARF patients. This urgency underscores the need for developing effective strategies to assess and mitigate the risks associated with HFNO failure.

A viable trajectory for the advancement of this strategy encompasses the utilization of machine learning (ML). ML is renowned for its capacity to assimilate and analyze an exceedingly vast array of input variables, culminating in the generation of models with high predictive accuracy15. Notably, ML methodologies excel in their ability to delineate and interpret nonlinear correlations and interactions, often surpassing the performance metrics of conventional logistic regression models16. To our knowledge, the establishment of such a model, specifically tailored for predicting the failure of HFNO in patients afflicted with ARF, remains an uncharted domain.

Therefore, we embarked on a retrospective data collection of patients diagnosed with ARF who were administered HFNO therapy. We aimed to develop and validate predictive models, employing ML methodologies, that are capable of forecasting the failure of HFNO in treating patients with ARF.

This was a retrospective study, registered at chictr.org (ChiCTR2300067597). This retrospective study was carried out in the ICU of the Affiliated Hospital of Xuzhou Medical University and was approved by the ethics committee (approved number: XYFY2022-KL464). Due to the retrospective and observational nature of the study, informed consent was waived. The Affiliated Hospital of Xuzhou Medical University, located in Xuzhou City, Jiangsu Province, China, is a tertiary hospital. The medical institution has two hospitals, the east and west hospitals, with 4150 beds.

Patients with ARF who received HFNO were screened for enrollment. Inclusion criteria: (1) diagnosed as ARF (defined as oxygenation index ≤ 300 mmHg, the oxygenation index is the percentage of arterial partial pressure of oxygen divided by the concentration of inspired oxygen) and given HFNO; (2) the age between 18 and 89 years old. Exclusion criteria: (1) ICU stay < 24 h; (2) multiple admissions to ICU; (3) Patients with incomplete clinical data.

The characteristics of clinical data in the study are shown in Table 1. The clinical data included: (1) baseline characteristics and comorbidities; (2) vital signs, Glasgow Coma Scale (GCS) score, clinical variables on the first day of HFNO; (3) treatment measures (use of sedation, vasopressors, albumin, diuretics and glucocorticoids); (4) primary outcome. HFNO failure was defined as either application of invasive mechanical ventilation or switching to the other study treatment modality.

The outcome-related feature screening process was carried out using least absolute shrinkage and selection operator (LASSO). For the development of the models, the most relevant features chosen are employed. Non-zero characteristic indicators selected through LASSO analysis were put into the multivariate logistic regression analysis to identify the independent risk factors associated with HFNO failure.

We considered seven different types of models: support vector machine (SVM), adaptive boosting (ADABOOST), logistic regression (LR), extreme gradient boosting (XGBOOST), stacking ensemble algorithms (STACK), random forest (RF), and naive bayes (NB); The STACK is algorithms that integrate LR, SVM, NB, and RF. For the selection of hyper-parameters in models, we used five fold cross-validation for the selection of hyper-parameters, which also helped to effectively prevent the model's over-fitting.

For validation of prediction model, we divided the data randomly into a training set and validation set according to a 70–30 split, and then used the resampling method for the internal validation of the prediction model in training set. Finally, we performed the validation again in the validation set. We provide additional technical information on the methods and parameter settings in the Supplementary material Table 1.

To evaluate our models, we considered three predictive metrics: area under receiver operating characteristic (AUROC) curve, Brier score and area under precision recall curve (AUPRC). AUROC is bounded between 0.5 and 1.0, with higher values being better. The Brier score is the mean squared difference between the predicted probability of HFNO failure and the actual outcome (0 or 1 where 1 indicates failure of HFNO). The Brier score is bounded between 0 and 1, with lower values being better. We additionally compared the models by plotting their receiver operator characteristic (ROC) curves, precision recall (PR) curves and calibration curve.

We applied the Shapley (SHAP) value to explain features in the training set. The SHAP summary, combining feature importance with feature effects, was visualized with dot plots to present the distribution of SHAP The position on the y-axis was determined by the feature and that on the x-axis by the SHAP value. The features are ranked by importance. Moreover, partial dependence plots (PDPs) were created to visualize the average change in probability of HFNO failure for all values of a predictor while keeping all other predictors constant17.

Pmsampsize package (https://search.r-project.org/CRAN/refmans/pmsampsize/html/pmsampsize.html) in R software computes the minimum sample size required for the development of a new multivariable prediction model using the criteria proposed by Riley et al.18. Riley et al. lay out a series of criteria the sample size should meet. These aim to minimize the over-fitting and to ensure precise estimation of key parameters in the prediction model. Following the parameters set in the pmsampsize package, we set the c-statistic to 0.80, the potential prediction parameter to 8, and the target event incidence to be 14.1%. Minimum sample size required for new model development based on the above parameters inputs was 459, with 65 events. The sample size in the training set satisfies the minimum sample size requirement for the development of a new multivariable prediction model.

The Kolmogorov–Smirnov test was used to test the normal distribution for measurement data. Normally distributed data were expressed as means ± standard deviation, and the skewed distributed data was reported as medians with interquartile (25th–75th) percentiles. The two groups were compared using student t-test or Mann–Whitney U tests. Numeric data were expressed as a percentage (%), using χ2 or Fisher’s exact probability tests. R software was used for all analyses (R Foundation for Statistical Computing, Vienna, Austria).

The study was approved by the Ethics Committee of the Affiliated Hospital of Xuzhou Medical University (approved number: XYFY2022-KL464).The procedures were followed in accordance with the ethical standards of the Ethics Committee of the Affiliated Hospital of Xuzhou Medical University on human experimentation and with the Helsinki Declaration of 1975. Due to the retrospective and observational nature of the study, informed consent was waived by the Ethics Committee of the Affiliated Hospital of Xuzhou Medical University.

During the study period, 1671 patients diagnosed with ARF were initially enrolled. Following the exclusion of 971 patients for various reasons, as detailed in Supplementary Material Fig. 1, the study proceeded with an analysis of 700 patients. These patients were divided into two groups: a training set comprising 490 patients and a validation set consisting of 210 cases. The general characteristics of these groups are summarized in Table 1. There are no statistically significant differences between the training set and the validation set (all P > 0.05). In both the training and validation sets, HFNO was failure in 67 (13.7%) of the 490 patients and 32 (15.2%) of the 210 patients, respectively. Overall, the incidence of HFNO failure across the entire dataset was 14.1%. Considering the severity based on the oxygenation index, the majority of patients in this study exhibited mild or moderate symptoms3, as detailed in Table 1 and Supplementary Material Fig. 2.

Demographic and clinical feature selection using the LASSO regression. (A) The selection of the tuning parameter (lambda) in the LASSO model used fivefold cross-validation with the minimum criteria. The relationship curve between partial likelihood deviation (binomial deviation) and log (lambda) was plotted. Dotted vertical lines were drawn at the optimal values by using the minimum criteria and the 1 standard error (SE) of the minimum criteria (the 1-SE criteria). (B) LASSO coefficient profiles of the 44 features. A coefficient profile plot was produced against the log (lambda) sequence. Vertical line was drawn at the value selected using fivefold cross-validation, where optimal lambda resulted in 5 features with non-zero coefficients. LASSO least absolute shrinkage and selection operator.

SHAP importance plots of the HFNO failure for the ML model. The position on the y-axis was determined by the feature and that on the x-axis by the SHAP value. The length of the SHAP value indicates the importance of the features. LODS Logistic Organ Dysfunction Score, GCS Glasgow Coma Score; SHAP, Shapley.

Table 2 shows the top 5 most important variables of the LASSO regression model for training set. Forty-three variables from the clinical characteristics were included in the LASSO regression analysis (Fig. 1A,B). We selected five non-zero characteristic variables including logistic organ dysfunction score (LODS), Glasgow coma score (GCS), prone position, lactic acid, oxygenation index to construct models (Table 2). We plotted the SHAP importance plots to reflect the significance of the five features. Each row represents the impact of a feature on the outcome of HFNO failure, with higher SHAP values indicating higher likelihood of HFNO failure (see Fig. 2 for details). The PDPs in Supplementary material Fig. 3 shows that an oxygenation index under 155 or lactic acid above 3.5 compared to their median values increases the probability of HFNO failure.

Forest plot of multivariate logistic regression analysis. LODS Logistic Organ Dysfunction Score, GCS Glasgow Coma Score, SHAP Shapley, OR odds ratio, CI confidence interval.

The results of multivariate logistic analysis are presented in Fig. 3. Independent predictors identified by multivariate logistic regression analysis included LODS (OR = 1.342; 95% CI 1.178–1.529) and oxygenation index (OR = 0.971; 95% CI 0.961–0.981).

Figure 4 displays the AUROC, Brier score and AUPRC metrics for the different predictive models and using different sets of data. In the training set, all models resulted in AUROC on the order of 0.81 to 0.87. There were no statistically significant differences between the AUROC for all models through the DeLong's test (P > 0.05). However, only three models in the validation set had AUROC greater than 0.80. Specifically, the RF model's AUROC showed the least difference in the training and validation. To further compare the models, we additionally compared the models by plotting calibration curves and their PR curves. The STACK and RF models have lower Brier scores, and their calibration curves also have higher agreement with the 45-degree line. Similarly, the RF model's Brier score showed the least difference in the training and validation sets. The larger AUPRC represents the better performance of the model. In training set, only three models reached AUPRC above 0.5, which are LR, RF and STACK models respectively. However, in the validation set, RF has a larger AUPRC. Similarly, the RF model's AUPRC showed the least difference in the training and validation sets. In view of the above results analysis, the RF model is deemed superior to the other models.

A series of performance metrics in the ML models. (A,B) The receiver operating characteristic (ROC) curve was compared between training and validation set. (C,D) The calibration curve in training and validation set. (E,F) The Precision Recall (PR) curve in training and validation set. LODS Logistic Organ Dysfunction Score, GCS Glasgow Coma Score, SHAP Shapley, OR odds ratio, CI confidence interval, AUROC area under receiver operating characteristic, AUPRC area under precision-recall curve.

Finally, we established a dynamic grading system to facilitate the application of the model. The website address of the dynamic scoring system is https://huxiaoyi.shinyapps.io/whole/.

ARF remains a leading cause of mortality among patients in ICU. Recently, HFNO has gained prominence in the treatment of ARF, effectively reducing the necessity for IMV19,20. However, the failure of HFNO therapy can lead to prolonged ICU stays and increased mortality rates21. Therefore, early prediction of HFNO failure is crucial for identifying patients at higher risk and optimizing their treatment strategies.

Since the COVID-19 outbreak in 2020, the European Society for Critical Care has released clinical practice guidelines for HFNO22. In 2021, several Chinese medical associations also issued expert consensus guidelines on HFNO's clinical use23. These guidelines emphasize close monitoring of patients’ vital signs within the first 1–2 h of HFNO application. They recommend upgrading respiratory support if failure predictors are observed, including a respiratory rate over 35 breaths/min, SpO2 below 88%, a ROX index under 2.85, contradictory thoracic and abdominal movements, or the use of accessory respiratory muscles. Although these guidelines are based on moderate-level evidence, there remains a gap in research to enhance this evidence level. The relatively recent introduction of HFNO as a treatment limits the availability of extensive data. This study aims to contribute valuable insights for monitoring HFNO, addressing this data scarcity.

Our data analysis reveals two crucial insights regarding the prediction of HFNO failure in ARF patients. Firstly, all models exhibit high discrimination in the training set, with some achieving an AUROC between 0.80 and 0.85. Secondly, the ability of these models to resist over-fitting, despite the inclusion of numerous features, is key to our methodology's effectiveness24. Traditional risk model development often follows the “one-in-ten” rule to limit features and prevent over-fitting, a constraint primarily due to the limitations of classic logistic regression. This traditional approach requires significant manual intervention and expert knowledge to exclude unnecessary features. ML algorithms can be helpful in developing more precise prognostication models that integrate complex interactions at a higher dimensional level25. Physicians now have access to a variety of resources to learn about ML fundamentals and techniques26,27. In our study's training set, the classical logistic regression model showed a higher AUROC, but it also exhibited the largest drop in the validation set, with a 0.099 AUROC difference, suggesting potential over-fitting. Our findings further confirm that ML models are generally more robust than traditional logistic regression models. However, despite their advanced algorithmic power, ML models, except LR, are often “black-box” algorithms, offering high algorithmic capabilities but low interpretability28. This raises several concerns: (1) Clinicians may find it challenging to explain ML-based decisions, hindering the adoption of ML for critical decisions, and (2) Emerging regulations and concerns about ML emphasize the need for interpretability and transparent predictive reasoning. To address these issues, our study includes forest plots of multivariate logistic analysis and SHAP importance plots to better elucidate the models' characteristics.

In our study, we analyzed a total of 700 patients, among whom 99 cases (14.1%) experienced HFNO failure, as detailed in Table 1. The low failure rate of HFNO in our study can be attributed to four primary factors: (1) The patients with respiratory failure included in our study predominantly had mild or moderate symptoms, evidenced by a median oxygenation index of 151.00. (2) The patient cohort was relatively young, with a median age of 49 years. (3) The retrospective nature of the study introduces inherent biases. (4) The use of HFNO was often complemented by the application of prone positioning. Therefore, the success rate of HFNO observed in our study surpasses that reported in previous research29,30.

The independent risk factors related to HFNO failure including LODS and oxygenation index were identified (Fig. 3). Among these features, oxygenation index was the strongest factor for HFNO failure in patients with ARF, and its SHAP value is the higher among several features (Fig. 2). Therefore, patients with lower oxygenation index also had a higher risk of failure in HFNO. Previous studies on the prognosis of pulmonary infection induced sepsis showed that oxygenation index was an independent risk factor for predicting in-hospital mortality31,32. The results of Liu et al.33 also confirmed that oxygenation index was an independent risk factor for patients with non-invasive ventilation failure. LODS is an organ function-focused scoring system that reflects the severity of multiple organ dysfunction syndrome (MODS)34. This study also found that LODS was a independent risk factor for the failure of HFNO. In addition to the oxygenation index, it is also an important feature in ML models (see Fig. 3 for details). Finally, the ML model was transformed into a dynamic scoring system, which further facilitated the use of this model and patient’s understanding of disease prognosis.

In this study, there were several limitations that are inherent in these types of retrospective, ML projects. First of all, this study uses retrospective data, and should continue to conduct prospective validation research. Secondly, external validation data from other institutions can further determine the extrapolation of this model. Thirdly, although the ultimately validated ML model was robust and accurate, the size of data used was still relatively small. Fourthly, variable selection was exclusively conducted using the LASSO method. We did not employ other variable selection algorithms like RF, Boruta, etc., which could potentially have further enhanced the model's performance. Fifth, patients who had multiple ICU admissions were excluded, and only those aged between 18 and 89 years were included. The reasons for this are as follows: (1) To avoid the impact of duplicate data; (2) To maintain the independence of the dataset; (3) To reduce the potential for confounding factors; (4) Children or patients older than 90 years are difficult to cooperate with high-flow nasal catheter oxygen therapy. Their poor compliance with HFNO could potentially bias the outcomes. Finally, many features associated with HFNO failure are complex and there are far more factors to be investigated and used to predict the failure of HFNO. Thus, picture features such as chest X-ray computer tomography should be included to improve the model in the future.

In this study, this work demonstrates the ability of ML techniques to produce clinically useful models for predicting state of HFNO.

The study may assist risk management of HFNO with improved patient centered and personalized care.

The datasets used and analysed in this study may be obtained from the corresponding author upon reasonable request.

Least absolute shrinkage and selection operator

Area under the receiver operating characteristic

Area under precision recall curve

Chan, J. F. et al. A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: A study of a family cluster. Lancet 395, 514–523. https://doi.org/10.1016/S0140-6736(20)30154-9 (2020).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Sohrabi, C. et al. World Health Organization declares global emergency: A review of the 2019 novel coronavirus (COVID-19). Int. J. Surg. 76, 71–76. https://doi.org/10.1016/j.ijsu.2020.02.034 (2020).

Article  PubMed  PubMed Central  Google Scholar 

Li, X. & Ma, X. Acute respiratory failure in COVID-19: Is it “typical” ARDS?. Crit. Care 24, 198. https://doi.org/10.1186/s13054-020-02911-9 (2020).

Article  PubMed  PubMed Central  Google Scholar 

Nishimura, M. High-flow nasal cannula oxygen therapy in adults: Physiological benefits, indication, clinical benefits, and adverse effects. Respir. Care 61, 529–541. https://doi.org/10.4187/respcare.04577 (2016).

Nishimura, M. High-flow nasal cannula oxygen therapy devices. Respir. Care 64, 735–742. https://doi.org/10.4187/respcare.06718 (2019).

Lewis, S. R., Baker, P. E., Parker, R. & Smith, A. F. High-flow nasal cannulae for respiratory support in adult intensive care patients. Cochrane Database Syst. Rev. 3, CD010172. https://doi.org/10.1002/14651858.CD010172.pub3 (2021).

Papazian, L. et al. Use of high-flow nasal cannula oxygenation in ICU adults: A narrative review. Intensive Care Med. 42, 1336–1349. https://doi.org/10.1007/s00134-016-4277-8 (2016).

Article  CAS  PubMed  Google Scholar 

Gotera, C., Diaz Lobato, S., Pinto, T. & Winck, J. C. Clinical evidence on high flow oxygen therapy and active humidification in adults. Rev. Port. Pneumol. 19, 217–227. https://doi.org/10.1016/j.rppneu.2013.03.005 (2013).

Article  CAS  PubMed  Google Scholar 

Cuquemelle, E. et al. Heated and humidified high-flow oxygen therapy reduces discomfort during hypoxemic respiratory failure. Respir. Care 57, 1571–1577. https://doi.org/10.4187/respcare.01681 (2012).

Itagaki, T. et al. Effect of high-flow nasal cannula on thoraco-abdominal synchrony in adult critically ill patients. Respir. Care 59, 70–74. https://doi.org/10.4187/respcare.02480 (2014).

Zhao, H., Wang, H., Sun, F., Lyu, S. & An, Y. High-flow nasal cannula oxygen therapy is superior to conventional oxygen therapy but not to noninvasive mechanical ventilation on intubation rate: A systematic review and meta-analysis. Crit. Care 21, 184. https://doi.org/10.1186/s13054-017-1760-8 (2017).

Article  PubMed  PubMed Central  Google Scholar 

Lee, C. C. et al. High flow nasal cannula versus conventional oxygen therapy and non-invasive ventilation in adults with acute hypoxemic respiratory failure: A systematic review. Respir. Med. 121, 100–108. https://doi.org/10.1016/j.rmed.2016.11.004 (2016).

Ni, Y. N. et al. Can high-flow nasal cannula reduce the rate of endotracheal intubation in adult patients with acute respiratory failure compared with conventional oxygen therapy and noninvasive positive pressure ventilation? A systematic review and meta-analysis. Chest 151, 764–775. https://doi.org/10.1016/j.chest.2017.01.004 (2017).

Kang, B. J. et al. Failure of high-flow nasal cannula therapy may delay intubation and increase mortality. Intensive Care Med. 41, 623–632. https://doi.org/10.1007/s00134-015-3693-5 (2015).

Xu, C. et al. Statistical learning in patients in the minimally conscious state. Cereb Cortex. https://doi.org/10.1093/cercor/bhac222 (2022).

Elith, J., Leathwick, J. R. & Hastie, T. A working guide to boosted regression trees. J. Anim. Ecol. 77, 802–813. https://doi.org/10.1111/j.1365-2656.2008.01390.x (2008).

Article  CAS  PubMed  Google Scholar 

Friedman, J. H. Greedy function approximation: A gradient boosting machine. Ann. Stat. 29, 1189–1232 (2001).

Riley, R. D. et al. Calculating the sample size required for developing a clinical prediction model. BMJ 368, m441. https://doi.org/10.1136/bmj.m441 (2020).

Dysart, K., Miller, T. L., Wolfson, M. R. & Shaffer, T. H. Research in high flow therapy: Mechanisms of action. Respir. Med. 103, 1400–1405. https://doi.org/10.1016/j.rmed.2009.04.007 (2009).

Ait Hamou, Z. et al. Use of high-flow nasal cannula oxygen and risk factors for high-flow nasal cannula oxygen failure in critically-ill patients with COVID-19. Respir. Res. 23, 329. https://doi.org/10.1186/s12931-022-02231-2 (2022).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Lee, J. H. et al. High-flow nasal cannula oxygen therapy in idiopathic pulmonary fibrosis patients with respiratory failure. J. Thorac. Dis. 12, 966–972. https://doi.org/10.21037/jtd.2019.12.48 (2020).

Article  PubMed  PubMed Central  Google Scholar 

Rochwerg, B. et al. The role for high flow nasal cannula as a respiratory support strategy in adults: A clinical practice guideline. Intensive Care Med. 46, 2226–2237. https://doi.org/10.1007/s00134-020-06312-y (2020).

Article  PubMed  PubMed Central  Google Scholar 

Emergency Physician Branch of Chinese Medical Doctor Association, Chinese Emergency Specialist Medical Alliance, Beijing Emergency Medicine Association. Expert consensus on the clinical application of nasal high-flow oxygen therapy in emergency adults. Chin. J. Emerg. Med. 30, 1041–1050 (2021).

Lee, K., Ahn, H., Moon, H., Kodell, R. L. & Chen, J. J. Multinomial logistic regression ensembles. J. Biopharm. Stat. 23, 681–694. https://doi.org/10.1080/10543406.2012.756500 (2013).

Article  MathSciNet  PubMed  Google Scholar 

Awada, H. et al. Personalized risk schemes and machine learning to empower genomic prognostication models in myelodysplastic syndromes. Int. J. Mol. Sci. 23, 2802. https://doi.org/10.3390/ijms23052802 (2022).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Deo, R. C. Machine learning in medicine. Circulation 132, 1920–1930. https://doi.org/10.1161/CIRCULATIONAHA.115.001593 (2015).

Article  PubMed  PubMed Central  Google Scholar 

Ramesh, A. N., Kambhampati, C., Monson, J. R. & Drew, P. J. Artificial intelligence in medicine. Ann. R. Coll. Surg. Engl. 86, 334–338. https://doi.org/10.1308/147870804290 (2004).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Poon, A. I. F. & Sung, J. J. Y. Opening the black box of AI-Medicine. J. Gastroenterol. Hepatol. 36, 581–584. https://doi.org/10.1111/jgh.15384 (2021).

Rodriguez, M. et al. Predictors of successful separation from high-flow nasal oxygen therapy in patients with acute respiratory failure: A retrospective monocenter study. Ann. Intensive Care 9, 101. https://doi.org/10.1186/s13613-019-0578-8 (2019).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Ferrando, C. et al. Awake prone positioning does not reduce the risk of intubation in COVID-19 treated with high-flow nasal oxygen therapy: A multicenter, adjusted cohort study. Crit. Care 24, 597. https://doi.org/10.1186/s13054-020-03314-6 (2020).

Article  PubMed  PubMed Central  Google Scholar 

Ren, Y. et al. Risk factor analysis and nomogram for predicting in-hospital mortality in ICU patients with sepsis and lung infection. BMC Pulm. Med. 22, 17. https://doi.org/10.1186/s12890-021-01809-8 (2022).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Kim, E. et al. Failure of high-flow nasal cannula therapy in pneumonia and non-pneumonia sepsis patients: A prospective cohort study. J. Clin. Med. 10, 3587. https://doi.org/10.3390/jcm10163587 (2021).

Article  PubMed  PubMed Central  Google Scholar 

Liu, L. et al. A simple nomogram for predicting failure of non-invasive respiratory strategies in adults with COVID-19: A retrospective multicentre study. Lancet Digit. Health 3, e166–e174. https://doi.org/10.1016/s2589-7500(20)30316-2 (2021).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Johnson, H. et al. Multiple organ dysfunction syndrome and pediatric logistic organ dysfunction-2 score in pediatric cerebral malaria. Am. J. Trop. Med. Hyg. 107, 820–826. https://doi.org/10.4269/ajtmh.22-0140 (2022).

Article  PubMed  PubMed Central  Google Scholar 

We thanks all participants in The Affiliated Hospital of Xuzhou Medical University and The Second Affiliated Hospital of Nanjing Medical University.

Funding was provided by the Affiliated Hospital of Xuzhou Medical University (No. 2021ZA33).

Department of Intensive Care Unit, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, 221000, Jiangsu, People’s Republic of China

Ziwen Wang, Yali Chao, Meng Xu & Wenjing Zhao

Department of Anesthesiology, The Second Affiliated Hospital of Nanjing Medical University, Nanjing, 210000, Jiangsu, People’s Republic of China

You can also search for this author in PubMed  Google Scholar

You can also search for this author in PubMed  Google Scholar

You can also search for this author in PubMed  Google Scholar

You can also search for this author in PubMed  Google Scholar

You can also search for this author in PubMed  Google Scholar

Z.W. and X.H. designed the study. M.X. collected the data. Z.W. and Y.C. drafted the manuscript. X.H. analysed the data and provided critical revision of the manuscript for important intellectual content. W.Z. gave a review and improved the paper. All authors have read and approved the manuscript.

The authors declare no competing interests.

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, 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 changes were made. 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/4.0/.

Wang, Z., Chao, Y., Xu, M. et al. Machine learning prediction of the failure of high-flow nasal oxygen therapy in patients with acute respiratory failure. Sci Rep 14, 1825 (2024). https://doi.org/10.1038/s41598-024-52061-z

DOI: https://doi.org/10.1038/s41598-024-52061-z

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

By submitting a comment you agree to abide by our Terms and Community Guidelines. If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.

Scientific Reports (Sci Rep) ISSN 2045-2322 (online)

High Flow Nasal Cannula Fio2 Chart Sign up for the Nature Briefing newsletter — what matters in science, free to your inbox daily.