1,310
Views
0
CrossRef citations to date
0
Altmetric
Clinical Study

Development and deployment of interpretable machine-learning model for predicting in-hospital mortality in elderly patients with acute kidney disease

ORCID Icon, , , , , & show all
Pages 1896-1906 | Received 23 Aug 2022, Accepted 24 Oct 2022, Published online: 07 Nov 2022

Abstract

Background

Acute kidney injury (AKI) is more likely to develop in the elderly admitted to the intensive care unit (ICU). Acute kidney disease (AKD) affects ∼45% of patients with AKI and increases short-term mortality. However, there are no studies on the prognosis of AKD in the elderly.

Methods

Data from 2666 elderly patients with AKD in the Medical Information Mart for Intensive Care IV were used for model development and 535 in the eICU Collaborative Research Database for external validation. Based on 5 machine learning algorithms, 33 noninvasive parameters were extracted as features for modeling.

Results

In-hospital mortality of AKD in the elderly was 29.6% and 31.8% in development and validation cohorts, respectively. The comprehensive best-performing algorithm was the support vector machine (SVM), and a simplified online application included only 10 features employing SVM (AUC: 0.810 and 0.776 in the training and external validation cohorts, respectively) was deployed. Model interpretation by SHapley Additive exPlanation (SHAP) values revealed that the difference (AKD day – ICU day) in sequential organ failure assessment (delta SOFA), Glasgow coma scale (GCS), delta GCS, delta peripheral oxygen saturation (SpO2), and SOFA were the top five features associated with prognosis. The optimal target was determined by SHAP values from partial dependence plots.

Conclusions

A web-based tool was externally validated and deployed to predict the early prognosis of AKD in the elderly based on readily available noninvasive parameters, assisting clinicians in intervening with precision and purpose to save lives to the greatest extent.

Introduction

Acute kidney injury (AKI), a complex public health concern affecting ∼15% of patients in hospitals and 40% in intensive care units (ICUs), is associated with a high incidence of adverse events with organ involvement [Citation1–3]. As a result of changes in kidney structure, more comorbidities, and greater susceptibility to renal injury, the morbidity and mortality of elderly patients with AKI are higher than in younger groups [Citation4,Citation5]. In 2017, the Acute Disease Quality Initiative (ADQI) 16 workgroup defined acute kidney disease (AKD) as recurrent renal impairment within 7–90 days of the AKI diagnosis [Citation6]. As a novel concept in the field of kidney disease, AKD presents considerable potential for clinical research during the transitional period between AKI and chronic kidney disease (CKD) [Citation7]. About half of patients with AKI might progress to AKD [Citation8]. Meanwhile, the risk of death associated with AKD in ICU was approximately twice that of AKI patients [Citation9]. Furthermore, 60% of patients in ICU were over 65 years old, reflecting the aging process of the inpatient population [Citation10]. Being the primary focus of health care, the elderly deserve more urgent attention. Therefore, it is necessary to conduct population characterization and construct a reliable and accessible web-based tool to assess the prognosis for AKD in the elderly, which may provide a critical window for early targeted interventions.

Recently, clinical interest has gradually been drawn to research on predictive prognosis for AKD, while enthusiasm for research on AKI remains strong. There have been several studies conducted to predict AKD in patients with sepsis, post-nephrectomy, or post-cardiac surgery, with high predictive performance [Citation11–13]. In addition, a prospective study found that urinary neutrophil gelatinase-associated lipocalin could be used as a biomarker of long-term survival of patients with AKD admitted to coronary care units [Citation14]. Xiao et al. proposed a prognostic early warning model for hospitalized AKD patients based on the traditional logistic regression method [Citation15]. Furthermore, Yan et al. have developed a neural network-based model to predict AKI in patients with CKD following the administration of iodinated contrast media, which has superior prediction accuracy than logical regression, but the researchers did not construct online applications for further assessment [Citation16]. However, there are some inconveniences in operation, limited repeatability, or lack of external validation regardless of whether the model is traditional statistically or machine-learning based. Also, biomarkers have limitations similar to laboratory indicators, such as difficult acquisition, high costs, and delayed results.

Accordingly, we aimed to develop a web-based tool for predicting in-hospital mortality of AKD in the elderly based on machine learning algorithms with high accuracy and noninvasive parameters with easy access and adjustment, and further to perform external validation to demonstrate the generalization of the tool. Moreover, we employed SHAP to visualize the features in order to determine optimal thresholds for early clinical decision-making to enhance short-term outcomes.

Methods

Study design and cohort extraction

This was a multicenter retrospective cohort study based on large electronic medical records datasets. We included patients older than or equal to 60 years of age, according to the definition of the elderly in China. The exclusion criteria were as follows: (1) length of stay in ICU <48 h; (2) repeated admissions to ICU; (3) end-stage renal disease (ESRD); (4) no AKI or missing diagnosis data; (5) no AKD missing diagnosis data. In accordance with inclusion and exclusion criteria, information on AKD in elderly individuals was extracted from the following critical care databases: the Medical Information Mart for Intensive Care IV (MIMIC-IV, version 1.0) originated from a single-center hospital and the eICU Collaborative Research Database (eICU-CRD, version 2.0) from multi-center hospitals [Citation17,Citation18]. We used the MIMIC-IV cohort for model training and the eICU-CRD cohort for external validation. It has been granted access to the MIMIC-IV and eICU-CRD databases (record ID: 41817305). Our study was exempted from approval by the Institutional Review Board due to the deprivation of the data. We adhered to the Declaration of Helsinki and the Statement of the Transparent Reporting of a multivariable prediction model for Individual Prognosis Or Diagnosis [Citation19,Citation20].

Noninvasive parameters collection

Noninvasive parameters with broad access and easy intervention were used as predictors of mortality in elderly patients with AKD, as follows: (1) basic demographics: age, gender, ethnicity, and body mass index (BMI); (2) severity of disease: AKI stage, Glasgow coma scale (GCS) and sequential organ failure assessment (SOFA); (3) comorbidities: sepsis, hypertension, diabetes mellitus, cerebrovascular disease, congestive heart failure (CHF), and CKD; (4) interventions: mechanical ventilation (MV), renal replacement therapy (RRT), and vasopressor use; (5) the worst value of noninvasive vital signs monitoring: heart rate, systolic blood pressure (SBP), diastolic blood pressure (DBP), mean arterial pressure (MAP), temperature, respiratory rate, and peripheral oxygen saturation (SpO2). The above-mentioned features were extracted from the day of ICU admission. In addition, regarding the GCS, SOFA, and noninvasive monitoring of vital signs, we also identified the changes between the worst value on the day of AKD diagnosis and ICU admission, that is, the fluctuation range of these indicators as modeling features, including delta GCS, delta SOFA, delta heart rate, delta SBP, delta DBP, delta MAP, delta temperature, delta respiratory rate, and delta SpO2.

AKD definition

AKI was diagnosed and staged based on serum creatinine and urine output according to the Kidney Disease: Improving Global Outcomes guidelines for the diagnosis and management of AKI in 2012 [Citation21]. Patients with AKD were diagnosed on the basis of the ADQI 16 workgroup consensus in 2017, which required AKI with at least stage I within 7–90 days after the initial diagnosis of AKI or before discharge [Citation6]. In addition, the primary outcome of our study was in-hospital mortality in the elderly with AKD, which served as the predictive endpoint of our model.

Baseline creatinine was determined by the lowest normal creatinine level during hospitalization, which also applied to patients with CKD with a higher baseline creatinine level than normal. Otherwise, we used the Modification of Diet in Renal Disease Trial formula to estimate the baseline creatinine.

Machine learning algorithms

By analyzing massive amounts of information and identifying patterns, machine learning algorithms can make intelligent predictions on newly acquired data. A total of five supervised machine learning algorithms [logistic regression model (LRM), random forest (RF), extreme gradient boosting (XGBoost), multilayer perceptron (MLP), support vector machine (SVM)] were selected to predict categorical labels. Modeling was conducted using the MIMIC-IV cohort, and external validation was carried out using the eICU-CRD cohort as a new dataset. In order to prevent overfitting and enhance generalizability, a grid search was carried out with 10-fold cross-validation to tune the parameters of the classifier, and further predictions were made to an independent dataset. On the basis of the optimal cutoff value under various algorithms, we obtained the area under the receiver operating characteristic (ROC) curve (AUC), precision-recall curves, sensitivity, specificity, positive predictive value (PPV), and negative predictive value (NPV) to evaluate classification models. Further, calibration curves were drawn for the training and validation cohorts to assess the agreement of the predicted and actual probabilities, as well as decision curves to analyze the clinical utility. The SHapley Additive Explanation (SHAP) enhanced the interpretability of machine learning models by visualizing the marginal contributions of individual features and displaying partial dependence plots to demonstrate how features contribute to and interfere with the death risk in the elderly with AKD. Finally, we selected the best-performing model from external validation for the development, and deployment of a simplified online application with the top 10 features from importance ranking.

Statistical analysis

All statistical analyses were conducted using Python (version 3.9.7) and R (version 4.2.0) software. Statistical significance was set as a two-sided P value <0.05. The continuous variables conforming to a normal distribution were represented by the mean (standard deviation) and tested by the two-tailed t-test, while non-normally distributed variables were expressed as the median (interquartile range) and analyzed by the Mann-Whitney U-test. Furthermore, categorical variables are presented as numbers (percentages) and analyzed using the χ2 test. The missing values were multiply imputed by the mice package (version 3.14.0) of R software. The features selected for this study were noninvasive parameters readily available to clinicians, so there were no features with a missing ratio exceeding 20% to be removed.

Results

Baseline characteristics of AKD in the elderly

In this retrospective study, we finally enrolled 2666 elderly patients with AKD from the MIMIC-IV and 535 from the eICU-CRD as training and external validation datasets for the machine learning model, respectively. A detailed description of the screening process for patients is shown in . After removing missing follow-up data from the MIMIC-IV cohort, 75.2% (2666/3547) of AKI in the elderly progressed to AKD, of whom 29.6% (790/2666) died in the hospital. Moreover, an externally validated cohort from the eICU-CRD showed an incidence of 55.6% (535/962) and in-hospital mortality of 31.8% (170/535) for elderly patients with AKD (). According to , baseline characteristics of the two cohorts were presented, stratified by the presence or absence of in-hospital death in aged individuals with AKD. Patients with AKD who died in hospital were found to be older, have lower BMI, and be less likely to be white in terms of demographics; to have lower GCS, higher delta GCS, SOFA, and delta SOFA in terms of disease severity; to have a higher proportion of sepsis and CKD and a lower proportion of hypertension in terms of comorbidities; to be receiving more RRT and vasopressors in terms of interventional therapy; to have higher heart rate and respiratory rate and lower delta heart rate, SBP, delta SBP, DBP, delta DBP, MAP, delta MAP, temperature, delta respiratory rate, and delta SpO2 in terms of vital signs (p < 0.05). Furthermore, some features in the eICU-CRD cohort shared similar trends and statistical significance with the MIMIC-IV cohort, including age, BMI, sepsis, SBP, delta SBP, DBP, MAP, delta MAP, temperature, and delta SpO2 (P < 0.05).

Figure 1. A flowchart for the selection of elderly patients with AKD. AKD: acute kidney disease; AKI: acute kidney injury; eICU-CRD: the eICU Collaborative Research Database; ESRD: end-stage renal disease; ICU: intensive care unit; MIMIC-IV: medical information mart for intensive care IV.

Figure 1. A flowchart for the selection of elderly patients with AKD. AKD: acute kidney disease; AKI: acute kidney injury; eICU-CRD: the eICU Collaborative Research Database; ESRD: end-stage renal disease; ICU: intensive care unit; MIMIC-IV: medical information mart for intensive care IV.

Table 1. Baseline characteristics of elderly patients with AKD.

Performance comparison of models with machine learning algorithms

As all of the variables shown in are noninvasive and readily available in clinical practice, we incorporated all of the parameters into the development of models. The performance comparison of six machine learning models for predicting mortality of elderly patients with AKD in the training and external validation cohorts is presented in . For each algorithm in the training cohort, we performed a 10-fold cross-validation grid search to determine the optimal hyperparameters (), resulting in the model with the highest prediction accuracy, which was then evaluated in the testing cohort. The best prediction performance in the training cohort was achieved by XGBoost, which had an AUC of 0.899 (0.884–0.914), a sensitivity of 0.799 (0.769–0.826), a specificity of 0.830 (0.812–0.847), a PPV of 0.664 (0.633–0.694), and an NPV of 0.907 (0.893–0.921). Furthermore, in the external validation cohort, the simplified model based on SVM using the top 10 features demonstrated good discrimination for AKD in the elderly survivors, as indicated by an AUC of 0.776 (0.731–0.821), a sensitivity of 0.738 (0.666–0.802), a specificity of 0.686 (0.635–0.733), a PPV of 0.527 (0.462–0.591), and an NPV of 0.846 (0.801–0.886) (). The ROC curves for the six classification models are shown in , in which the model with the simplified model with SVM performed well in training and external validation cohorts. To illustrate the relative accuracy and clinical utility of the predictive models, we selected two models (SVM and simplified SVM) that performed better in the validation process to draw calibration curves; precision-recall curves conduct decision curve analysis ().

Figure 2. (a) The ROC curves of the SVM, Simplified SVM, LRM, MLP, RF, and XGB in the training cohort. (b) The ROC curves of the SVM, Simplified SVM, LRM, MLP, RF, and XGB in the external validation cohort. LRM: logistic regression model; MLP: multilayer perceptron; RF: random forest; SVM: support vector machine; XGBoost: extreme gradient boosting.

Figure 2. (a) The ROC curves of the SVM, Simplified SVM, LRM, MLP, RF, and XGB in the training cohort. (b) The ROC curves of the SVM, Simplified SVM, LRM, MLP, RF, and XGB in the external validation cohort. LRM: logistic regression model; MLP: multilayer perceptron; RF: random forest; SVM: support vector machine; XGBoost: extreme gradient boosting.

Figure 3. (a) Calibration curves. (b) Decision curve analysis. (c) Precision-Recall curves of the SVM and Simplified SVM in the external validation cohort. SVM: support vector machine.

Figure 3. (a) Calibration curves. (b) Decision curve analysis. (c) Precision-Recall curves of the SVM and Simplified SVM in the external validation cohort. SVM: support vector machine.

Table 2. The predictive performance of models in the training and external validation cohorts.

Additional file 1. The optimal hyperparameters for five models based on the ten-fold cross-validation.

Interpretation and visualization of SVM predictions

To better explain the clinical significance of certain variables, we utilized SHAP to visualize predictions generated by the machine learning model. As shown in , the risk of in-hospital mortality in elderly with AKD was positively associated with the following features: delta SOFA, SOFA, sepsis, age, vasopressor use, MV, respiratory rate, heart rate, delta DBP, renal toxic drugs, race other than white, and female. Moreover, we have drawn the ranking plot of feature importance (), as well as partial dependency plots for the relationship between the SHAP value and the feature value for the 12 most important continuous parameters (). An analysis of partial dependence plots can provide a visual interpretation of the distribution of each feature and its global relationship to in-hospital mortality. illustrated how delta SOFA affected the risk of death. As delta SOFA gradually increased from −1, the death risk also gradually increased from 0, indicating the optimal cutoff value for delta SOFA was −1. Similar patterns can also be observed with SOFA (cutoff 7; ), age (cutoff 75; ), respiratory rate (cutoff 22; ), and heart rate (cutoff 90; ). In addition, the probability of dying in the hospital increased as GCS decreased from 10 (). The following features also displayed opposite trends: delta GCS (cutoff 5; ), delta SpO2 (cutoff −10; ), delta SBP (cutoff −25; ), MAP (cutoff 75; ), delta MAP (cutoff −20; ), and SBP (cutoff 120; ). Targeted management of vital signs based on the cutoff values shown in the partial dependence plots may contribute to controlling and minimizing the in-hospital death risk of AKD in the elderly.

Figure 4. (a) The distribution of the impacts of features on the SVM model. (b) The ranking of features importance. DBP: diastolic blood pressure; GCS: Glasgow coma scale; MAP: mean artery pressure; MV: mechanical ventilation; SBP: systolic blood pressure; SpO2: peripheral oxygen saturation; SOFA: sequential organ failure assessment.

Figure 4. (a) The distribution of the impacts of features on the SVM model. (b) The ranking of features importance. DBP: diastolic blood pressure; GCS: Glasgow coma scale; MAP: mean artery pressure; MV: mechanical ventilation; SBP: systolic blood pressure; SpO2: peripheral oxygen saturation; SOFA: sequential organ failure assessment.

Figure 5. The partial dependence plots of (a) Delta SOFA, (b) GCS, (c) Delta GCS, (d) Delta SpO2, (e) SOFA, (f) Delta SBP, (g) MAP, (h) Delta MAP, (i) Age, (j) SBP, (k) Respiratory rate, and (l) Heart rate. GCS: Glasgow coma scale; MAP: mean artery pressure; SBP: systolic blood pressure; SOFA: sequential organ failure assessment; SpO2: peripheral oxygen saturation.

Figure 5. The partial dependence plots of (a) Delta SOFA, (b) GCS, (c) Delta GCS, (d) Delta SpO2, (e) SOFA, (f) Delta SBP, (g) MAP, (h) Delta MAP, (i) Age, (j) SBP, (k) Respiratory rate, and (l) Heart rate. GCS: Glasgow coma scale; MAP: mean artery pressure; SBP: systolic blood pressure; SOFA: sequential organ failure assessment; SpO2: peripheral oxygen saturation.

A user-friendly web-based tool for predicting in-hospital mortality in elderly patients with AKD

We finally selected the simplified SVM model using only 10 features for deployment in light of the predictive performance of various machine learning algorithms in the external validation cohort (), developing a readily accessible online tool for clinicians to predict in-hospital mortality of AKD in the elderly (https://forlmx.herokuapp.com/). In different clinical practice settings, once an elderly patient has been diagnosed with AKD, physicians can quickly collect and enter values for noninvasive parameters into the web application, and then click on the ‘predict’ button to obtain a prediction of in-hospital survival. The partial dependence plots in allowed us to treat patients at risk of death as early as possible and to control the intervenable indicators near the cutoff value, which has practical value for guiding physicians to save lives.

Discussion

In this retrospective study using multicenter critical care data, we developed and externally validated a predictive model based primarily on noninvasive parameters for elderly patients with AKD, and then selected the best performing simplified model with SVM algorithm (AUC in the training set: 0.810 (0.790–0.830); AUC in the testing set: 0.776 (0.731–0.821)) to deploy a web-based prediction tool. According to our knowledge, this is the first prognostic study and online prediction application developed for elderly patients with AKD. More importantly, the online tool can identify patients at risk of in-hospital death on the diagnosis of AKD, allowing a larger window of time for physicians and patients to intervene.

In 2017, the ADQI 16 workgroup released an expert consensus on AKD for the first time and emphasized the need for clinical research in this area [Citation6]. According to previous studies, ∼45% of patients with AKI progressed to AKD with in-hospital mortality of ∼26%, significantly greater than ∼12% in patients without AKD [Citation8,Citation9]. As a result of increased susceptibility factors to renal injury, the elderly experience higher morbidity and mortality from AKI [Citation22]. Our study demonstrated that 29.6% and 31.8% of AKD in the elderly died in the hospital in the MIMIC-IV and eICU-CRD cohorts, respectively, which were higher than 26.1% in adults with AKD and 24.6% in sepsis with AKD from other studies [Citation9,Citation23]. As well, we found that in older patients with AKD, the stage of initial AKI was not associated with in-hospital mortality, similar to the multicenter study conducted by Peng et al. on AKI in the elderly [Citation24]. Meanwhile, short- and long-term mortality was also independent of the level of AKI severity in sepsis with AKD [Citation25].

A majority of laboratory indicators are not available on a daily basis as a result of invasive monitoring procedures and high measurement costs. Noninvasive parameters such as vital signs can be collected more conveniently and respond more sensitively to changes in the patient’s condition. Zhang et al. applied only the indicators of noninvasive monitoring to establish an outcome prediction model for general critically ill patients, and the performance was no less than that of the model incorporating laboratory indicators [Citation26]. In addition, we found that the fluctuation ranges of certain indicators between the day of ICU admission and the diagnosis of AKD have a high predictive value and corresponding cutoff values, including delta SOFA, delta GCS, delta SpO2, delta SBP, and delta MAP. Controlling the change in indicators within the threshold range may benefit the prognosis of elderly patients with AKD. He et al. used the magnitude of SOFA change as a feature for predicting AKD in septic patients, but the delta SOFA was the difference between day 3 and day 1 without taking into account the condition at the time of AKI diagnosis [Citation11]. Karakike et al. demonstrated that the difference in SOFA between day 7 and admission may be a reliable predictor of short-term mortality in sepsis [Citation27]. However, no exploratory studies have been carried out on the optimal thresholds for SOFA changes at different periods of time.

GCS, SOFA, MAP, and sepsis have also been identified as critical predictors of short-term survival for elderly patients with AKD. As a measure of the level of consciousness disturbance, GCS is commonly used to assess patients with cerebrovascular disease and traumatic brain injury (TBI). A multicenter observational study showed that GCS was a critical predictor of death in hospitalization in patients with TBI [Citation28]. Abdallah et al. reported a higher risk of 30-day mortality among adult patients with GCS of 8 or less in the emergency department [Citation29]. In our study, we observed that GCS was inversely related to the in-hospital death risk of AKD in elderly individuals, with a critical threshold of 10 for GCS. In addition, we found that SOFA ≥7 may increase the risk of mortality for individuals with AKD, in line with previous studies indicating that SOFA was significantly associated with the prognosis of severe illnesses such as sepsis, surgery, and acute decompensated heart failure [Citation30–32]. MAP is an essential part of hemodynamic monitoring, and the optimal threshold for treatment has been widely debated. The Surviving Sepsis Campaign Guidelines in 2021 recommended an optimal MAP target of 65 mmHg for patients with septic shock [Citation33]. However, Maheshwari et al. demonstrated that this target setting of MAP may be prudent, since their retrospective analysis of multicenter data from 110 hospitals revealed that the in-hospital mortality of patients with sepsis increased as MAP decreased from 85 mmHg [Citation34]. A prospective study showed that septic patients with MAP lower than 73 mmHg were more susceptible to AKI [Citation35]. In our study, the optimal cutoff value for MAP was determined to be 75 mmHg to promote short-term survival for elderly patients with AKD. In the ICU, sepsis is the leading cause of AKI, and mortality from sepsis-associated AKI can reach 60% [Citation36]. In a large randomized controlled trial, there was no indication that septic shock patients with AKD increased the risk of in-hospital death by 60-day and the length of ICU stay [Citation37]. Nevertheless, our study revealed that sepsis was an independent death risk factor for people with AKD, possibly due to the broader focus on older adults.

While many studies have investigated the use of machine learning algorithms to predict prognosis, only a few have developed easy-to-use predictive tools to alert caregivers to timely interventions. In a cluster-randomized trial of multifaceted interventions in patients with AKI, an organized intervention could improve the accuracy of diagnosis and reduce the length of stay in the hospital [Citation38]. Researchers have demonstrated the clinical value of an early warning system for AKI in identifying patients at high risk of morbidity and mortality [Citation39]. Recently, Peng et al. have established an all-cause mortality score formula for predicting short-term survival of elderly hospitalized patients with AKI, which can be used to determine the individual death risk by adding up the scores represented by different variables [Citation24]. However, there is currently no study on early warning of AKD in the elderly. The web-based prediction tool we developed is externally validated and can easily be deployed in any healthcare setting to guide clinicians in early intervention planning (https://forlmx.herokuapp.com/).

There are some limitations to our study. First, due to the fact that AKD was not diagnosed until 7 days after the initial event of AKI, we excluded patients who were discharged within 7 days of the diagnosis from the cohorts, since only hospitalization data was available. Second, the online prediction tool developed using multiple classifier algorithms can identify whether elderly patients with AKD are at risk of death. Therefore, the probability of death cannot be displayed in detail. Further, we are only able to predict survival when patients have been discharged from the hospital based on the available datasets, since survival data for long-term follow-up was lacking. Last, we performed external validation with the eICU-CRD cohort from the multicenter and achieved good performance. However, prospective intervention trials based on local medical record system will be necessary to determine the extent to which web prediction tools can contribute to improving the prognosis of AKD in elderly individuals as compared to clinical experience alone.

Conclusions

In conclusion, we constructed six models for predicting in-hospital mortality of AKD in the elderly with noninvasive parameters including demographics, comorbidities, vital signs, and corresponding fluctuation differences. For generalization to different medical settings, the simplified SVM with the highest performance in the external validation cohort was selected for deployment as an online tool. As well, the predictions of the web tool combined with the optimal thresholds in the partial dependence plots have the potential to advance bundled management to improve prognosis in elderly patients with AKD.

Ethics approval and consent to participate

Not applicable.

Author contributions

Study design: Shuangping Zhao and Chenghuan Hu; Data extraction: Buyao Zhang and Qinlan Hou; Data analysis: Mingxia Li and Li Huang; Model development and deployment: Mingxia Li and Qinghe Zhuang; Manuscript preparation: Mingxia Li and Shuangping Zhao. All authors reviewed and approved the final manuscript.

Acknowledgements

We are grateful to the authors of the MIMIC-IV and eICU-CRD databases, which have contributed greatly to the advancement of clinical research.

Disclosure statement

The authors declare that they have no competing interests.

Data availability statement

The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

Additional information

Funding

This study was supported by Natural Science Foundation of Hunan Province of China (grant numbers: 2020JJ4929 and S2020JJQNJJ1081), Research Project of Hunan Provincial Health Commission (grant number: 202217015418).

References

  • Al-Jaghbeer M, Dealmeida D, Bilderback A, et al. Clinical decision support for in-Hospital AKI. J Am Soc Nephrol. 2018;29(2):654–660.
  • Hoste EA, Bagshaw SM, Bellomo R, et al. Epidemiology of acute kidney injury in critically ill patients: the multinational AKI-EPI study. Intensive Care Med. 2015;41(8):1411–1423.
  • Ronco C, Bellomo R, Kellum JA. Acute kidney injury. Lancet 2019;394(10212):1949–1964.
  • Yokota LG, Sampaio BM, Rocha EP, et al. Acute kidney injury in elderly patients: narrative review on incidence, risk factors, and mortality. Int J Nephrol Renovasc Dis. 2018;11:217–224.
  • Mataloun SE, Machado FR, Senna AP, et al. Incidence, risk factors and prognostic factors of acute renal failure in patients admitted to an intensive care unit. Braz J Med Biol Res. 2006;39(10):1339–1347.
  • Chawla LS, Bellomo R, Bihorac A, Acute Disease Quality Initiative Workgroup 16, et al. Acute kidney disease and renal recovery: consensus report of the acute disease quality initiative (ADQI) 16 workgroup. Nat Rev Nephrol. 2017;13(4):241–257.
  • Lameire NH, Levin A, Kellum JA, Conference Participants, et al. Harmonizing acute and chronic kidney disease definition and classification: report of a kidney disease: improving global outcomes (KDIGO) consensus conference. Kidney Int. 2021;100(3):516–526.
  • Yan P, Duan X-J, Liu Y, et al. Acute kidney disease in hospitalized acute kidney injury patients. PeerJ. 2021;9:e11400.
  • Andonovic M, Traynor JP, Shaw M, et al. Short-and long-term outcomes of intensive care patients with acute kidney disease. EClinicalMedicine. 2022;44:101291.
  • Hsu RK, Siew ED. The growth of AKI: half empty or half full, it’s the size of the glass that matters. Kidney Int. 2017;92(3):550–553.
  • He J, Lin J, Duan M. Application of machine learning to predict acute kidney disease in patients with sepsis associated acute kidney injury. Front Med (Lausanne). 2021;8:792974.
  • Hu X-Y, Liu D-W, Qiao Y-J, et al. Development and validation of a nomogram model to predict acute kidney disease after nephrectomy in patients with renal cell carcinoma. Cancer Manag Res. 2020;12:11783–11791.
  • Mizuguchi KA, Huang C-C, Shempp I, et al. Predicting kidney disease progression in patients with acute kidney injury after cardiac surgery. J Thorac Cardiovasc Surg. 2018;155(6):2455–2463.
  • Chen Y-T, Jenq C-C, Hsu C-K, et al. Acute kidney disease and acute kidney injury biomarkers in coronary care unit patients. BMC Nephrol. 2020;21(1):1–11.
  • Xiao Y-Q, Cheng W, Wu X, et al. Novel risk models to predict acute kidney disease and its outcomes in a Chinese hospitalized population with acute kidney injury. Sci Rep. 2020;10(1):1–11.
  • Yan P, Duan SB, Luo XQ, et al. Development and validation of a deep neural network-based model to predict acute kidney injury following intravenous administration of iodinated contrast media in hospitalized patients with chronic kidney disease: a multicohort analysis. Nephrol Dial Transplant. 2022;gfac049.
  • Johnson A, Bulgarelli L, Pollard T, et al. MIMIC-IV" (version 1.0). PhysioNet. 2021. Available from:
  • Pollard TJ, Johnson AEW, Raffa JD, et al. The eICU collaborative research database, a freely available multi-center database for critical care research. Sci Data. 2018;5:180178.
  • World Medical Association Declaration of Helsinki. Ethical principles for medical research involving human subjects. Bull WHO. 2001;79(4):373.
  • Collins GS, Reitsma JB, Altman DG, et al. Transparent reporting of a multivariable prediction model for individual prognosis or diagnosis (TRIPOD): the TRIPOD statement. BMJ. 2015;350:g7594.
  • Group K. KDIGO clinical practice guideline for acute kidney injury. Kidney Int. 2012;2(1):138
  • Infante B, Franzin R, Madio D, et al. Molecular mechanisms of AKI in the elderly: from animal models to therapeutic intervention. JCM. 2020;9(8):2574.
  • Li S, Miller-Wilso L-A, Guo H, et al. Establishment and external validation of an online dynamic nomogram for predicting in-hospital death risk in sepsis-associated acute kidney disease. Curr Med Res Opin. 2022;1–16.
  • Peng J-C, Wu T, Wu X, et al. Development of mortality prediction model in the elderly hospitalized AKI patients. Sci Rep. 2021;11(1):1–10.
  • Gameiro J, Carreiro C, Fonseca JA, et al. Acute kidney disease and long-term outcomes in critically ill acute kidney injury patients with sepsis: a cohort analysis. Clin Kidney J. 2021;14(5):1379–1387.
  • Zhang G, Xu J, Yu M, et al. A machine learning approach for mortality prediction only using non-invasive parameters. Med Biol Eng Comput. 2020;58(10):2195–2238.
  • Karakike E, Kyriazopoulou E, Tsangaris I, et al. The early change of SOFA score as a prognostic marker of 28-day sepsis mortality: analysis through a derivation and a validation cohort. Crit Care. 2019;23(1):1–8.
  • Gao G, Wu X, Feng J, et al. Clinical characteristics and outcomes in patients with traumatic brain injury in China: a prospective, multicentre, longitudinal, observational study. Lancet Neurol. 2020;19(8):670–677.
  • Abdallah A, Demaerschalk BM, Kimweri D, et al. A comparison of the full outline of unresponsiveness (FOUR) and glasgow coma scale (GCS) scores in predicting mortality among patients with reduced level of consciousness in Uganda. Neurocrit Care. 2020;32(3):734–741.
  • Bauer M, Gerlach H, Vogelmann T, et al. Mortality in sepsis and septic shock in Europe, North america and Australia between 2009 and 2019—results from a systematic review and meta-analysis. Crit Care. 2020;24(1):1–9.
  • Basile-Filho A, Lago A, Menegueti M, et al. The use of APACHE II, SOFA, SAPS 3, C-reactive protein/albumin ratio, and lactate to predict mortality of surgical critically ill patients: a retrospective cohort study. Medicine (Baltimore). 2019;98(26):e16204.
  • Elias A, Agbarieh R, Saliba W, et al. SOFA score and short-term mortality in acute decompensated heart failure. Sci Rep. 2020;10(1):1–10.
  • Evans L, Rhodes A, Alhazzani W, et al. Surviving sepsis campaign: international guidelines for management of sepsis and septic shock 2021. Intensive Care Med. 2021;47(11):1181–1247.
  • Maheshwari K, Nathanson BH, Munson SH, et al. The relationship between ICU hypotension and in-hospital mortality and morbidity in septic patients. Intensive Care Med. 2018;44(6):857–867.
  • Poukkanen M, Wilkman E, Vaara ST, the FINNAKI Study Group, et al. Hemodynamic variables and progression of acute kidney injury in critically ill patients with severe sepsis: data from the prospective observational FINNAKI study. Crit Care. 2013;17(6):R295–11.
  • Bagshaw SM, Lapinsky S, Dial S, Cooperative Antimicrobial Therapy of Septic Shock (CATSS) Database Research Group, et al. Acute kidney injury in septic shock: clinical outcomes and impact of duration of hypotension prior to initiation of antimicrobial therapy. Intensive Care Med. 2009;35(5):871–881.
  • Peerapornratana S, Priyanka P, Wang S, ProCESS and ProGReSS-AKI Investigators, et al. Sepsis-associated acute kidney disease. Kidney Int Rep. 2020;5(6):839–850.
  • Selby NM, Casula A, Lamming L, et al. An organizational-level program of intervention for AKI: a pragmatic stepped wedge cluster randomized trial. J Am Soc Nephrol. 2019;30(3):505–515.
  • Prendecki M, Blacker E, Sadeghi-Alavijeh O, et al. Improving outcomes in patients with acute kidney injury: the impact of hospital based automated AKI alerts. Postgrad Med J. 2016;92(1083):9–13.