Skip to main content

ORIGINAL RESEARCH article

Front. Cardiovasc. Med., 04 March 2022
Sec. Heart Failure and Transplantation
Volume 9 - 2022 | https://doi.org/10.3389/fcvm.2022.842873

A Machine Learning-Based Prediction Model for Acute Kidney Injury in Patients With Congestive Heart Failure

Xi Peng1,2 Le Li3 Xinyu Wang4 Huiping Zhang1,2*
  • 1Department of Cardiology, National Center of Gerontology, Beijing Hospital, Beijing, China
  • 2Institute of Geriatric Medicine, Chinese Academy of Medical Sciences, Beijing, China
  • 3National Center for Cardiovascular Diseases, Peking Union Medical College, Fuwai Hospital, Chinese Academy of Medical Sciences, Beijing, China
  • 4Department of Environmental and Engineering, Beijing University of Civil Engineering and Architecture, Beijing, China

Background: Machine learning (ML) has been used to build high performance prediction model. Patients with congestive heart failure (CHF) are vulnerable to acute kidney injury (AKI) which makes treatment difficult. We aimed to establish an ML-based prediction model for the early identification of AKI in patients with CHF.

Methods: Patients data were extracted from the Medical Information Mart for Intensive Care III (MIMIC-III) database, and patients with CHF were selected. Comparisons between several common ML classifiers were conducted to select the best prediction model. Recursive feature elimination (RFE) was used to select important prediction features. The model was improved using hyperparameters optimization (HPO). The final model was validated using an external validation set from the eICU Collaborative Research Database. The area under the receiver operating characteristic curve (AUROC), accuracy, calibration curve and decision curve analysis were used to evaluate prediction performance. Additionally, the final model was used to predict renal replacement therapy (RRT) requirement and to assess the short-term prognosis of patients with CHF. Finally, a software program was developed based on the selected features, which could intuitively report the probability of AKI.

Results: A total of 8,580 patients with CHF were included, among whom 2,364 were diagnosed with AKI. The LightGBM model showed the best prediction performance (AUROC = 0.803) among the 13 ML-based models. After RFE and HPO, the final model was established with 18 features including serum creatinine (SCr), blood urea nitrogen (BUN) and urine output (UO). The prediction performance of LightGBM was better than that of measuring SCr, UO or SCr combined with UO (AUROCs: 0.809, 0.703, 0.560 and 0.714, respectively). Additionally, the final model could accurately predict RRT requirement in patients with (AUROC = 0.954). Moreover, the participants were divided into high- and low-risk groups for AKI, and the 90-day mortality in the high-risk group was significantly higher than that in the low-risk group (log-rank p < 0.001). Finally, external validation using the eICU database comprising 9,749 patients with CHF revealed satisfactory prediction outcomes (AUROC = 0.816).

Conclusion: A prediction model for AKI in patients with CHF was established based on LightGBM, and the prediction performance of this model was better than that of other models. This model may help in predicting RRT requirement and in identifying the population with poor prognosis among patients with CHF.

Introduction

Acute kidney injury (AKI) is a condition characterized by a rapid increase in serum creatinine (SCr), a decrease in urine output (UO) or both symptoms occurring simultaneously, accompanied by major complications including volume overload, electrolyte disorders, uremic complications, and drug toxicity (1). The incidence of AKI is 10–15% in patients admitted to the hospital (2), and is more than 50% in those in the intensive care unit (ICU) (3). Previous studies have demonstrated that even mild forms of AKI are strongly associated with poor prognosis (4, 5). In other words, patients who develop AKI have an increased risk of mortality. Moreover, there is a lack of effective treatment options for AKI, which leads to adverse outcomes for patients. Although renal replacement therapy (RRT) is a key treatment for advanced AKI, it also has the potential to cause some harm and is not available in certain settings and regions (6). Therefore, it is important to prevent AKI in hospitalized patients.

Although AKI is associated with many conditions, in most cases, it can be attributed to certain simple and common causes, including insufficient effective circulating volume (ECV) and hypotension (7). Accordingly, in the past decade, attention has shifted from treatment to prevention and early detection. For many years, increased SCr and decreased UO have been used to identify AKI in the short term (8). However, some issues including unsatisfactory accuracy, lack of specificity and hysteretic nature, limit the value of these measurements in the early detection of AKI (9, 10).

The relationship between heart failure and renal dysfunction is very complicated. Briefly, congestive heart failure (CHF) causes low ECV and reduces renal perfusion, which in turn increases the absorption of sodium-water, leading to a heavy load on the heart, thereby making the combination of these conditions extremely difficult to address (11). Because of the poor prognosis of AKI in patients with CHF (12), clinicians should pay more attention to identifying early renal dysfunction in such patients. Unfortunately, few studies were focused on this issue. Therefore, in the present study, we aimed to establish a prediction model for AKI in patients with CHF based on machine learning (ML).

Materials and Methods

Sources of Data

Medical Information Mart for Intensive Care III (MIMIC-III, version 1.4) is a large single-center database containing the medical records of ~60,000 ICU patients admitted to the Beth Israel Deaconess Medical Center (Boston, MA, USA) between 2001 and 2012 (13). To establish the prediction model, the data from the MIMIC-III database were split into a training set and an internal validation set. The eICU Collaborative Research Database (eICU, version 2.0) is a multicenter ICU database comparising high granularity data related to over 200,000 ICU admissions between 2014 and 2015 at 208 hospitals located throughout the United States (14). Data from the eICU database were used as an external validation set.

Researchers who completed and passed an online course on “Protecting Human Research Subjects” organized by the National Institutes of Health (NIH) are qualified to inquie about the information from the databases. One of the authors (LL) obtained the qualification (record ID: 35965741) and was responsible for data extraction. The Massachusetts Institute of Technology has approved the establishment of the databases with an informed consent exemption. The study was reported according to the recommendations of the Transparent Reporting of a multivariable prediction model for Individual Prognosis or Diagnosis (TRIPOD) statement (15).

Study Population

Patients aged >18 years with CHF as the major cause of hospital admission were included in this retrospective cohort study. Patients with incomplete data were excluded from the study. In the two databases, CHF was diagnosed by clinicians based on the guideline of heart failure (16). We aimed to build a prediction model for AKI diagnosed based on the following clinical practice guidelines: increase in SCr by ≥0.3 mg/dL (or ≥ 26.5 μmol/L) in 48 h, increase in SCr to 1.5 times over baseline levels in 7 days, and patient UO ≤ 0.5 mL/kg/h for 6 h (8).

Data Collection

We used PostgreSQL tools version 13.0, to extract medical data from the two databases. There were some patients had more than one ICU admission, the first data records (mostly within the first 24-h) in the first ICU admission were used in the analysis. Subject IDs were used to identify distinct patients. Data, such as the demographics, vital signs, common comorbidities, and laboratory tests results were included in the initial analysis.

Development of the Prediction Model

In the present study, ML-based models were used to build a prediction model for AKI developing during the period of hospital admission in patients with CHF.

First, data from the MIMIC-III database were randomly split into the training set (80%) and internal validation set (20%). Models based on common ML classifiers including LightGBM, XGBoost, AdaBoost, CatBoost, gradient boosting decision tree (GBDT), bootstrap aggregating (Bagging), decision tree, random forest, logistic regression (LR), support vector machine (SVM), naïve Bayes, multi-layer perceptron neural networks (MLP) and k nearest neighbors (KNN) models were selected for making the initial prediction based on 58 features, and the model with the highest prediction value was selected as the primary model in this study.

Second, the recursive feature elimination (RFE) algorithm based on Shapley Additive explanations (SHAP) values was performed to identify key features, which helped in making the model more feasible for clinical practice. The effects of the remaining features on the prediction scores were then measured using the functions of the SHAP Python package (version 0.40.0), which assessed the importance of each feature using a game-theoretic approach (17). The feature with the smallest effect on the prediction was eliminated in each loop (18), and, a compact model was generated.

Third, hyperparameter optimization (HPO) was performed to improve the prediction performance of the selected model. For performing the optimization through the hyperband method and for testing different combinations of hyperparameters, we used Optuna version 2.10.0 (19), which is an open-source optimization framework that enables users to design complex deep learning experiments quickly, efficiently, and dynamically (20). A total of 100 trials were conducted, and the parameters with the greatest area under the receiver operating characteristic curve (AUROC) were saved.

Last, the final model was used to predict AKI based on the best combination of hyperparameters. Data from the eICU database were used as an external validation set to verify the model's value. To further demonstrate the performance of the prediction model, patients in the internal validation set were divided into high- and low-risk groups based on whether their AKI risk predicted by the final model was greater than the median risk in the set, and 30-day mortality was also compared between the two groups. Moreover, the requirement for RRT within the first 24-h after ICU admission was predicted based on the final model (Figure 1). In contrast to other studies involving prediction models, we attempted to develop a software program for calculating the possibility of AKI development in patients with CHF, which could help clinicians in easily identifying the high-risk patients and implementing effective prevention strategies.

FIGURE 1
www.frontiersin.org

Figure 1. Flow chart.

Statistical Analyses

The Kolmogorov-Smirnov test was used to evaluate the normal distribution of the data. Continuous variables were expressed as mean ± standard deviation (SD) and compared using t–tests. Levene's homogeneity of variance test was used to test the assumption of homoscedasticity. If the homoscedasticity was unsatisfactory, Welch's t-test was used for performing comparisons between the groups. Categorical data were expressed as proportions and were compared using the chi-squared test. The discriminative ability of the model in predicting AKI was assessed using AUROC. To further elucidate the performance of the model, calibration plotting and decision curve analysis (DCA) were performed. In addition, the accuracy, positive prediction value (PPV), negative prediction value (NPV), balanced accuracy (BA), F1-score and Matthews correlation coefficient (MCC) were calculated for each model in order to evaluate the model's value.

Both the MIMIC-III and eICU databases included extreme and missing values. Extreme and error values that failed the logic check were censored and were replaced with mean values. Variables with a missing values rate of more than 30% of the sample size were excluded. Mean imputation was performed to fill in missing data of <5%. Multiple imputation was used to handle variables with missing data of between 5 and 30% (21).

All statistical analyses were conducted using Python version 3.9.0 (Python Software Foundation, www.python.org) and Stata version 15.0 (StataCorp, College Station, TX, USA). A two-tailed test was performed, and a P < 0.05 was considered to reflect statistical significance.

Results

Baseline Characteristics

A total of 8,580 patients with CHF from the MIMIC-III database were finally included in the analysis. Among them, 2,364 patients were diagnosed with AKI. Additionally, 58 features, including patient demographics and characteristics, vital signs, therapy administered, comorbidities and laboratory values were used to build the initial model (Supplementary Table 1). After the feature selection process, 18 important features including age, weight, temperature, heart rate (HR), mean aortic pressure (MAP), UO within the first 24 h, partial arterial oxygen pressure (PaO2), arterial partial pressure of carbon dioxide (PaCO2), white blood cell count (WBC), red blood cell count (RBC), hematocrit, platelet count (PLT), SCr, blood urine nitrogen (BUN), creatine kinase (CK), blood lactate, blood glucose, and calcium were identified for establishing a compact model and for performing external validation using the eICU database. Comparisons between the non-AKI and AKI groups from the MIMIC-III and eICU databases are shown in Table 1. The first records of the abovementioned medical data were selected for analysis.

TABLE 1
www.frontiersin.org

Table 1. Baseline characteristic of the cohorts.

Development of LightGBM Model

Comparisons among 13 ML-based models for the initial prediction of AKI showed that the LightGBM algorithm exhibited the best prediction performance, with an AUROC of 0.803 (Figure 2). Therefore, the LightGBM algorithm was selected as the primary model. Eighteen important features were selected after RFE. The distribution of the effects of each feature in the full and compact models is shown in Figure 3. For the full model with 58 features, the feature importance was evaluated by SHAP value (Figure 3A). Feature importance in the compact model with the 18 selected features is shown in Figures 3B,C. We found that SCr, BUN and PaO2 were the three main important risk factors in both the full and compact models.

FIGURE 2
www.frontiersin.org

Figure 2. Comparisons of different machine learning models.

FIGURE 3
www.frontiersin.org

Figure 3. Features importance estimated using the Shapley Additive explanations (SHAP) values. (A) All 58 features, the blue to red color represents the feature value (red high, blue low). The x-axis measures the impacts on the model output (right positive, left negative); (B) Compact 18 features; (C) Significance of the predictors in the LightGBM model. CRE, creatinine; BUN, blood urea nitrogen; PO2, partial pressure of oxygen; UO, urine output; HR, heat rate; WBC, white blood cell; PCO2, partial pressure of carbon dioxygen; MAP, mean aortic pressure. RBC, red blood cell; PLT, platelet; CK, creatine kinase.

Subsequently, HPO was conducted to improve the performance of the compact model (Figure 4). After 100 trials, the LightGBM model with the greatest AUROC was obtained. The final settings of the hyperparameter search are listed in Supplementary Table 2. The performance of a single hyperparameter is shown in Supplementary Figure 1. A comparison was performed between the latest model with the best combination of model parameters and the pre-HPO model in order to confirm the optimization effect (Figure 5). As shown in the figure, the full model had a favorable AUROC of 0.803, and the compact model had a slightly lower prediction performance with an AUROC of 0.802. After HPO, the prediction value of the compact model increased as expected (AUROC = 0.809).

FIGURE 4
www.frontiersin.org

Figure 4. Hyperparameters optimization. (A) Each blue point represents the result of a trial, and the dark orange line represents the best AUROC value; (B) Each line represents a trial, the shade of color represents the performance of optimization; (C) the empirical distribution function of HPO.

FIGURE 5
www.frontiersin.org

Figure 5. Comparisons of full parameters, pre-HPO and after-HPO compacted parameters models.

Model Evaluation and Validation

The AKI prediction performance of the LightGBM model was compared with that of other predictive factors including SCr, UO, BUN, and SCr combined with UO, and we found that the LightGBM model had the best prediction performance (Figure 6A). Other evaluation indicators including AUROC, accuracy, PPV, NPV, BA, F1-score and MCC of the different models based on the 18 features in the internal validation and the external validation sets are summarized in Table 2. As shown in the table, the LightGBM model had the highest AUROC, accuracy and MCC in the two sets. Moreover, it also had the best NPV and BA in the internal validation set of the MIMIC-III database. Calibration curve plotting and DCA were also performed in the present study, and for simplicity, LR, XGBoost and KNN models were selected for comparisons with LightGBM model. As shown in Figure 6B, the prediction probability of the LightGBM model was the closest to the true probability compared with that of the other models. A favorable performance was also observed in the DCA (Figure 6C).

FIGURE 6
www.frontiersin.org

Figure 6. Model evaluation and validation. (A) Comparisons of prediction performance between the compact model and measurements of creatinine, urine output, creatinine combined with urine output, and urea nitrogen; (B) Calibration curve; (C) Decision curve analysis; (D) Prediction of renal replacement therapy requirement using the LightGBM model; (E) Kaplan-Meier curve analysis of 90-day mortality between high-and low-risk groups divided using the LightGBM.

TABLE 2
www.frontiersin.org

Table 2. Model evaluation.

Because many patients with severe AKI have to receive RRT for hyperkalemia, pulmonary edema or anuria, we performed another prediction of RRT requirement during ICU admission based on the LightGBM model using the 18 selected features to further elucidate the prediction performance of the LightGBM model. Figure 6D showed that the performance of the LightGBM model in predicting RRT requirement was satisfactory, with an AUROC of 0.954. In addition, patients from the internal validation set were divided into high- and low-risk groups, as previously described. The comparison of 90-day mortality between the high- and low-risk groups is shown in Figure 6E; the mortality in the high-risk group was significantly higher than that in the low-risk group (log-rank p < 0.001).

Moreover, the eICU database was used for external validation of the model. As shown in Figure 7, the LightGBM model had the best prediction performance (AUROC = 0.816) compared with the other models. The accuracy of the LightGBM model in the external validation set was also the highest among the models, and the other evaluation indicators are summarized in Table 2. Finally, we developed a software program based on the 18 features for predicting AKI and determining the probability (Figure 8). The main codes of this study were available at gitee (https://gitee.com/lile_xj/prediction-model-for-aki-in-patients-with-chf).

FIGURE 7
www.frontiersin.org

Figure 7. Comparisons of different machine learning models in external validation set.

FIGURE 8
www.frontiersin.org

Figure 8. An example of the prediction software.

Discussion

In the present study, we established a prediction model based on several ML algorithms, and found that various features are strongly associated with AKI in patients with CHF. Among the 13 models, the LightGBM model had the best prediction performance in both the internal and external validation sets. Using this model as the primary model, we found that SCr, BUN and UO were significant risk factors for AKI which is consistent with previous findings (1, 8). Moreover, demographics, such as age and weight; vital signs including temperature, HR and MAP; and various laboratory values, including PaO2, PaCO2, WBC, RBC, PLT, hematocrit, CK, glucose, blood calcium and lactate were also associated with AKI. When evaluated in both the internal and external validation sets, the LightGBM model also exhibited a favorable performance, predicting RRT requirement during ICU admission and in assessing the short-term mortality in high- and low-risk groups for AKI based on its prediction.

LightGBM is a type of modified gradient boosting algorithm which overcomes the unsatisfactory efficiency and scalability of traditional gradient boosting algorithms, such as XGBoost (22). Several studies have demonstrated that it has a favorable prediction value in the field of medicine (2325). In this study, we found that LightGBM had the best prediction value compared with XGBoost, LR, naïve Bayes and etc. models. Using the exclusive feature bundling (EFB) method, LightGBM can speed up the training process of the XGBoost algorithm by up to over 20 times while achieving almost the same accuracy (22). Therefore, we suggest that LightGBM, a highly efficient and accurate new ML algorithm, to build some convincing prediction models.

An increase in SCr and a decrease in UO over a short period of time were the main features of AKI and were used to define AKI according to the guidelines (8, 26). BUN is also a classic biomarker for evaluating renal function (27). As mentioned above, SCr, UO, and BUN were the key predictive factors for AKI; however, these biomarkers were not sensitive enough, especially for the early diagnosis of AKI (28). Accordingly, we compared the prediction performance between the compact model and measurements of SCr, UO, SCr combined with UO, and BUN and found that the performance of the compact model was significantly better than the that of these measurements (AUROCs: 0.809, 0.703, 0.560, 0.714 and 0.675, respectively) (Figure 6A). In addition, although chronic kidney disease (CKD) is an important risk factor for AKI (6), it was excluded in the compact model through RFE. The reason may be that the participants with CKD were not divided into different groups based on the severity of renal dysfunction in the present study; stage 1 or 2 CKD may be less strongly associated with AKI than moderate to severe CKD (29). Future studies are required to address this issue.

Furthermore, we found that elderly and obese patients may at a high risk of AKI, which was consistent with the findings of previous studies (30, 31). Abnormal vital signs, including temperature, HR, and MAP, were associated with AKI, as expected. Other laboratory values, including PaO2, PaCO2, WBC, RBC, PLT, hematocrit, CK, glucose, calcium, and lactate, which are not commonly used in prediction models, were also found to be predictive factors for AKI; this information would be helpful in future research (Figure 3B).

To further evaluate the prediction performance, the LightGBM model was used to predict RRT requirement during ICU admission using the 18 selected features. AKI is strongly associated with increased early and long-term mortality (32, 33), and some patients with severe AKI must receive RRT for hyperkalemia, pulmonary edema or anuria (34). In the present study, the LightGBM model was also able to efficiently predict RRT requirement with an AUROC of 0.954, which again demonstrated the satisfactory prediction performance of LightGBM. Moreover, all patients in the internal validation set were divided into high- and low-risk groups for AKI using the model, and we performed a Kaplan-Meier curve analysis to compare the 90-day mortality between the two groups. The result showed that the 90-day mortality in the high-risk group was significantly higher than that in the low-risk group (log-rank p < 0.001). In addition, the LightGBM model also had the best prediction value in the external validation set from the eICU database, indicating a remarkable ability for generalization and clinical value. The favorable prediction performance of the LightGBM model was demonstrated in various aspects, suggesting its clinical application value in the early identification of AKI in patients with CHF and consequently in the administration of appropriate preventive treatments.

Strengths and Limitations

Our study, which was based on two large-scale cohorts, has contributed to establishing a prediction model for AKI. To our knowledge, the present study has built the first ML-based prediction model for AKI in patients with CHF. Furthermore, a series of ML algorithms were screened to select the best prediction model and guarantee the satisfactory prediction performance. Moreover, RFE was performed to identify the important prediction features and to exclude weakly correlated factors, which also improved the clinical feasibility. Additionally, HPO could improve the prediction performance of the ML-based model. Finally, a large cohort was included in this study as the external validation set, and internal and the external validation enhanced the reliability of the model.

There were some limitations associated with this study. First, we collected related data from two public databases, and some features, including B-type natriuretic peptide and cardiac troponin I levels were excluded because of the high rate of missing data. Feature selection is an important aspect of building a prediction model, and excluding certain variables might affect the prediction performance. Second, the participants were all from the ICU, where patients are more likely to have multiple-organ dysfunction and poor prognosis compared with those in general wards, which may limit the target population of the prediction model. Finally, this study was based on a retrospective analysis of data and the results should be confirmed through further prospective studies.

Conclusion

In conclusion, we established a prediction model based on ML algorithms, which included 18 clinical features, and found that the LightGBM model could predict AKI in CHF patients with high accuracy and that the prediction performance was better than that of other clinical models. Moreover, the model may help in predicting RRT requirement and identifying the population of patients with poor prognosis among those with CHF. These findings need to be confirmed in future prospective studies.

Data Availability Statement

Publicly available datasets were analyzed in this study. This data can be found here: https://mimic.mit.edu/.

Ethics Statement

Ethical review and approval was not required for the study on human participants in accordance with the local legislation and institutional requirements. Written informed consent for participation was not required for this study in accordance with the national legislation and the institutional requirements.

Author Contributions

This study was designed by LL and XP. XYW was responsible for machine learning analysis. LL were responsible for data collation and statistical analysis. XP and LL wrote the first draft. HZ reviewed and checked the manuscript. All authors read and approved the final manuscript. All authors contributed to the article and approved the submitted version.

Funding

This project was supported by the Beijing Hospital Clinical Research 121 Project (BJ-2018-201).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fcvm.2022.842873/full#supplementary-material

References

1. Levey AS, James MT. Acute Kidney Injury. Ann Intern Med. (2017) 167:ITC66-ITC80. doi: 10.7326/AITC201711070

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Al-Jaghbeer M, Dealmeida D, Bilderback A, Ambrosino R, Kellum JA. Clinical Decision Support for In-Hospital AKI. J Am Soc Nephrol. (2018) 29:654–60. doi: 10.1681/ASN.2017070765

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Hoste EA, Bagshaw SM, Bellomo R, Cely CM, Colman R, Cruz DN, et al. Epidemiology of acute kidney injury in critically ill patients: the multinational AKI-EPI study. Intensive Care Med. (2015) 41:1411–23. doi: 10.1007/s00134-015-3934-7

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Murugan R, Karajala-Subramanyam V, Lee M, Yende S, Kong L, Carter M, et al. Acute kidney injury in non-severe pneumonia is associated with an increased immune response and lower survival. Kidney Int. (2010) 77:527–35. doi: 10.1038/ki.2009.502

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Sileanu FE, Murugan R, Lucko N, Clermont G, Kane-Gill SL, Handler SM, et al. AKI in low-risk versus high-risk patients in intensive care. Clin J Am Soc Nephrol. (2015) 10:187–96. doi: 10.2215/CJN.03200314

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Vanmassenhove J, Kielstein J, Jorres A, Biesen WV. Management of patients at risk of acute kidney injury. Lancet. (2017) 389:2139–51. doi: 10.1016/S0140-6736(17)31329-6

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Mehta RL, Burdmann EA, Cerda J, Feehally J, Finkelstein F, Garcia-Garcia G, et al. Recognition and management of acute kidney injury in the International Society of Nephrology 0by25 Global Snapshot: a multinational cross-sectional study. Lancet. (2016) 387:2017–25. doi: 10.1016/S0140-6736(16)30240-9

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Khwaja A. KDIGO clinical practice guidelines for acute kidney injury. Nephron Clin Pract. (2012) 120:c179–84. doi: 10.1159/000339789

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Schrezenmeier EV, Barasch J, Budde K, Westhoff T, Schmidt-Ott KM. Biomarkers in acute kidney injury - pathophysiological basis and clinical performance. Acta Physiol (Oxf). (2017) 219:554–72. doi: 10.1111/apha.12764

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Kellum JA, Prowle JR. Paradigms of acute kidney injury in the intensive care setting. Nat Rev Nephrol. (2018) 14:217–30. doi: 10.1038/nrneph.2017.184

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Rangaswami J, Bhalla V, Blair JEA, Chang TI, Costa S, Lentine KL, et al. Cardiorenal Syndrome: Classification, Pathophysiology, Diagnosis, and Treatment Strategies: A Scientific Statement From the American Heart Association. Circulation. (2019) 139:e840–78. doi: 10.1161/CIR.0000000000000664

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Ronco C, House AA, Haapio M. Cardiorenal syndrome: refining the definition of a complex symbiosis gone wrong. Intensive Care Med. (2008) 34:957–62. doi: 10.1007/s00134-008-1017-8

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Johnson AE, Pollard TJ, Shen L, Lehman LW, Feng M, Ghassemi M, et al. MIMIC-III, a freely accessible critical care database. Sci Data. (2016) 3:160035. doi: 10.1038/sdata.2016.35

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Pollard TJ, Johnson AEW, Raffa JD, Celi LA, Mark RG, Badawi O. The eICU Collaborative Research Database, a freely available multi-center database for critical care research. Sci Data. (2018) 5:180178. doi: 10.1038/sdata.2018.178

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Collins GS, Reitsma JB, Altman DG, Moons KG. Transparent reporting of a multivariable prediction model for individual prognosis or diagnosis (TRIPOD): the TRIPOD statement. BMJ. (2015) 350:g7594. doi: 10.1136/bmj.g7594

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Hunt SA, Baker DW, Chin MH, Cinquegrani MP, Feldman AM, Francis GS, et al. ACC/AHA Guidelines for the Evaluation and Management of Chronic Heart Failure in the Adult: Executive Summary A Report of the American College of Cardiology/American Heart Association Task Force on Practice Guidelines (Committee to Revise the 1995 Guidelines for the Evaluation and Management of Heart Failure): Developed in Collaboration With the International Society for Heart and Lung Transplantation; Endorsed by the Heart Failure Society of America. Circulation. (2001) 104:2996–3007. doi: 10.1161/hc4901.102568

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Lundberg SM, Erion G, Chen H, DeGrave A, Prutkin JM, Nair B, et al. From Local Explanations to Global Understanding with Explainable AI for Trees. Nat Mach Intell. (2020) 2:56–67. doi: 10.1038/s42256-019-0138-9

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Zhang Z. Variable selection with stepwise and best subset approaches. Ann Transl Med. (2016) 4:136. doi: 10.21037/atm.2016.03.35

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Akiba T, Sano S, Yanase T, Ohta T, Koyama M. In: Optuna: A Next-generation Hyperparameter Optimization Framework, the 25th ACM SIGKDD International Conference. Anchorage, AK (2019)

Google Scholar

20. Li L, Jamieson K, Desalvo G, Rostamizadeh A, Talwalkar A. Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization. J Mach Learn Res. (2017) 18:6765–816.

Google Scholar

21. Zhang Z. Multiple imputation with multivariate imputation by chained equation (MICE) package. Ann Transl Med. (2016) 4:30. doi: 10.3978/j.issn.2305-5839.2015.12.63

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Ke G, Meng Q, Finley T, Wang T, Chen W, Ma W, et al. LightGBM: a highly efficient gradient boosting decision tree, Proceedings of the 31st International Conference on Neural Information Processing Systems. Curran Associates Inc., Long Beach, California, USA (2017). pp. 3149–57.

Google Scholar

23. Zeng H, Yang C, Zhang H, Wu Z, Zhang J, Dai G, et al. A LightGBM-Based EEG Analysis Method for Driver Mental States Classification. Comput Intell Neurosci. (2019) 2019:3761203. doi: 10.1155/2019/3761203

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Shaker B, Yu MS, Song JS, Ahn S, Ryu JY, Oh KS, et al. LightBBB: computational prediction model of blood-brain-barrier penetration based on LightGBM. Bioinformatics. (2021) 37:1135–9. doi: 10.1093/bioinformatics/btaa918

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Sayed M, Riano D, Villar J. Predicting Duration of Mechanical Ventilation in Acute Respiratory Distress Syndrome Using Supervised Machine Learning. J Clin Med. (2021) 10:3824. doi: 10.3390/jcm10173824

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Mehta RL, Kellum JA, Shah SV, Molitoris BA, Ronco C, Warnock DG, et al. Acute Kidney Injury Network: report of an initiative to improve outcomes in acute kidney injury. Crit Care. (2007) 11:R31. doi: 10.1186/cc5713

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Baum N, Dichoso CC, Carlton CE. Blood urea nitrogen and serum creatinine. Physiology and interpretations. Urology. (1975) 5:583–8. doi: 10.1016/0090-4295(75)90105-3

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Urbschat A, Obermuller N, Haferkamp A. Biomarkers of kidney injury. Biomarkers. (2011) 16 Suppl 1:S22–30. doi: 10.3109/1354750X.2011.587129

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Hobson C, Ruchi R, Bihorac A. Perioperative acute kidney injury: risk factors and predictive strategies. Crit Care Clin. (2017) 33:379–96. doi: 10.1016/j.ccc.2016.12.008

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Grams ME, Sang Y, Ballew SH, Gansevoort RT, Kimm H, Kovesdy CP, et al. A Meta-analysis of the Association of Estimated GFR, Albuminuria, Age, Race, and Sex With Acute Kidney Injury. Am J Kidney Dis. (2015) 66:591–601. doi: 10.1053/j.ajkd.2015.02.337

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Pedersen AB, Gammelager H, Kahlert J, Sorensen HT, Christiansen CF. Impact of body mass index on risk of acute kidney injury and mortality in elderly patients undergoing hip fracture surgery. Osteoporos Int. (2017) 28:1087–97. doi: 10.1007/s00198-016-3836-8

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Thakar CV, Christianson A, Freyberg R, Almenoff P, Render ML. Incidence and outcomes of acute kidney injury in intensive care units: a Veterans Administration study. Crit Care Med. (2009) 37:2552–8. doi: 10.1097/CCM.0b013e3181a5906f

PubMed Abstract | CrossRef Full Text | Google Scholar

33. Lafrance JP, Miller DR. Acute kidney injury associates with increased long-term mortality. J Am Soc Nephrol. (2010) 21:345–52. doi: 10.1681/ASN.2009060636

PubMed Abstract | CrossRef Full Text | Google Scholar

34. Ronco C, Bellomo R, Kellum JA. Acute kidney injury. Lancet. (2019) 394:1949–64. doi: 10.1016/S0140-6736(19)32563-2

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: acute kidney injury, congestive heart failure, prediction model, machine learning, LightGBM

Citation: Peng X, Li L, Wang X and Zhang H (2022) A Machine Learning-Based Prediction Model for Acute Kidney Injury in Patients With Congestive Heart Failure. Front. Cardiovasc. Med. 9:842873. doi: 10.3389/fcvm.2022.842873

Received: 31 December 2021; Accepted: 15 February 2022;
Published: 04 March 2022.

Edited by:

Toshiaki Nakano, Kyushu University, Japan

Reviewed by:

Lei Wang, Aerospace Center Hospital, China
Blanca Vazquez, National Autonomous University of Mexico, Mexico

Copyright © 2022 Peng, Li, Wang and Zhang. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Huiping Zhang, huipingzhang73@163.com

These authors have contributed equally to this work

Download