Skip to main content

ORIGINAL RESEARCH article

Front. Public Health, 06 April 2023
Sec. Clinical Diabetes

Predicting the risk factors of diabetic ketoacidosis-associated acute kidney injury: A machine learning approach using XGBoost

Tingting FanTingting Fan1Jiaxin WangJiaxin Wang1Luyao LiLuyao Li1Jing KangJing Kang1Wenrui WangWenrui Wang2Chuan Zhang
Chuan Zhang1*
  • 1Department of Endocrinology, Second Affiliated Hospital of Jilin University, Changchun, China
  • 2Digestive Diseases Center, Department of Hepatopancreatobiliary Medicine, Second Affiliated Hospital of Jilin University, Changchun, China

Objective: The purpose of this study was to develop and validate a predictive model based on a machine learning (ML) approach to identify patients with DKA at increased risk of AKI within 1 week of hospitalization in the intensive care unit (ICU).

Methods: Patients diagnosed with DKA from the Medical Information Mart for Intensive Care IV (MIMIC-IV) database according to the International Classification of Diseases (ICD)-9/10 code were included. The patient’s medical history is extracted, along with data on their demographics, vital signs, clinical characteristics, laboratory results, and therapeutic measures. The best-performing model is chosen by contrasting the 8 Ml models. The area under the receiver operating characteristic curve (AUC), sensitivity, accuracy, and specificity were calculated to select the best-performing ML model.

Results: The final study enrolled 1,322 patients with DKA in total, randomly split into training (1,124, 85%) and validation sets (198, 15%). 497 (37.5%) of them experienced AKI within a week of being admitted to the ICU. The eXtreme Gradient Boosting (XGBoost) model performed best of the 8 Ml models, and the AUC of the training and validation sets were 0.835 and 0.800, respectively. According to the result of feature importance, the top 5 main features contributing to the XGBoost model were blood urea nitrogen (BUN), urine output, weight, age, and platelet count (PLT).

Conclusion: An ML-based individual prediction model for DKA-associated AKI (DKA-AKI) was developed and validated. The model performs robustly, identifies high-risk patients early, can assist in clinical decision-making, and can improve the prognosis of DKA patients to some extent.

1. Introduction

Diabetic ketoacidosis (DKA) is a serious acute complication of diabetes mellitus that can be fatal if left untreated. DKA is characterized by uncontrolled blood glucose (BG) levels, acidosis, and ketosis. It can also cause imbalances in electrolytes and fluids, leading to complications such as cerebral edema, acute kidney injury (AKI), and even renal failure in severe cases (1, 2). AKI is a common complication, affecting 40 to 50 percent of DKA patients. Unfortunately, AKI can result in increased morbidity and mortality, prolonged intensive care unit (ICU) stays, a greater susceptibility to chronic kidney disease (CKD), and recurrent AKI episodes during ICU treatment. Therefore, it is critical to closely monitor DKA patients for signs of AKI and promptly intervene to mitigate its potential negative impact (3, 4). The diagnosis of AKI is typically based on the dynamic changes in serum creatinine (SCr) and urine output, following the clinical practice recommendations established by the Kidney Disease Improving Global Outcomes (KDIGO) organization (5). However, renal damage usually precedes the elevation of SCr levels, so that renal damage has already begun by the time AKI is diagnosed (6). DKA-associated AKI (DKA-AKI) usually occurs after hypoperfusion of the kidney due to hypovolemia. Renal function can be improved to some extent by effective prevention and treatment, such as applying vasoactive drugs, ensuring adequate renal perfusion, and avoiding nephrotoxic drugs (7). Consequently, it is necessary to explore predictors for AKI and monitor the population at risk for DKA-AKI. Clinicians can improve the prognosis of DKA patients with timely management.

Several studies have demonstrated that various factors, including age, type of diabetes, comorbidities, respiratory rate (RR), blood pressure, baseline Scr, blood urea nitrogen (BUN), and urine output, can be used to predict the risk of DKA-AKI (3, 4, 8). In our previous work (9), a model for predicting DKA-AKI risk based on logistic regression was developed and a nomogram was drawn. Besides, numerous models for predicting AKI have been developed (1013). However, few publications have identified the specific risk of AKI in DKA patients.

In recent years, machine learning (ML) algorithms have been found to have excellent predictive performance (14). ML has also demonstrated excellent performance in the administration of ICU patients, and combining it with electronic health record systems can increase the reliability of technological support for critical care.

In the administration of ICU patients, ML has demonstrated excellent performance and, when combined with electronic health record systems, can increase the reliability of technological support for critical care (15). Unfortunately, to our knowledge, there are no relevant studies that apply machine learning algorithms to build a model and identify risk factors for DKA-AKI. Therefore, in this research, we developed a model for predicting DKA-AKI in real-time using ML algorithms and validated its performance. This is an important step toward identifying and managing DKA-AKI, as it could help clinicians intervene early and prevent further complications.

2. Methods

2.1. Database

Patients’ information for this retrospective investigation was obtained from the database called Marketplace for Medical Information in Intensive Care IV (MIMIC-IV). It is consisted of the medical history for the ill critical patients at Beth Israel Deaconess Medical Center (Boston, MA), including demographic information, disease diagnosis, vital signs, laboratory tests, treatment information, survival status, and other comprehensive clinical records. The inclusion of the MIMIC-IV database has been expanded from 2008–2012 to 2008–2019, compared to the previous version of the MIMIC-III (Certificate number: 9168028).

2.2. Study population

DKA patients in the MIMIC-IV databases identified with the International Classification of Diseases (ICD) -9/10 code were included. The excluded criteria were: (1) patients with a diagnosis of CKD stage 5; (2) if a patient was admitted to the ICU repeatedly during one hospitalization, only the first hospitalization information was retained; and (3) patients with more than 20% missing data. The overall flowchart is shown in Figure 1.

FIGURE 1
www.frontiersin.org

Figure 1. Overall flowchart of this study. MIMIC-IV, Medical Information Mart for Intensive Care IV; CKD, chronic kidney disease; ICU, intensive care unit; DKA, v; AKI, acute kidney injury; HR, heart rate; RR, respiratory rate; WBC, white blood cell count; PLT, Platelet count; Hb, hemoglobin; CHF, congestive heart failure; XGBoost, eXtreme Gradient Boosting; GNB, Gaussian Naïve Bayes; CNB, Complement Naive Bayes; MLP, multi-layer perceptron neural network; SVM, support vector machine; LASSO CV, least absolute shrinkage and selection operator cross-validation.

2.3. Data extraction and pre-processing

The following patient data were retrieved from the MIMIC-IV database: demographics, vital signs, comorbidities, laboratory tests, interventions, prognosis, and scoring systems, as shown in Supplementary Table S1. Features missing greater than 20% were excluded in the follow-up study, and other variables were duplicated using nearest neighbor imputation algorithms (excluded missing variables were shown in Supplementary Table S2). All items were recorded within 24 h of admission to the ICU. And due to repeat sampling, we only retained the results of the first test.

2.4. Outcome

Our study’s primary outcome was the occurrence of AKI of DKA patients receiving ICU care within a week. Utilizing KDIGO criteria, a diagnosis of AKI was determined (5).

2.5. Model development and validation

Supervised ML algorithms have been playing an important role in various clinical prediction models. In the present study, supervised ML algorithms were used to construct later predictions of the risk of AKI in DKA patients. The least absolute shrinkage and selection operator cross-validation (LASSO CV) method was used for model selection in order to reduce model complexity and the risk of overfitting and to optimize model training speed. Machine learning has contributed massively applications in medical diagnosis, treatment, and prediction (16). In our present study, the overall dataset was divided into 2 groups randomly, 85% in training cohort and 15% in validation cohort, respectively. To minimize overfitting and identify the optimization hyperparameters, 10-fold cross-validation (CV) was also performed. And then, 8 Ml model algorithms, including eXtreme Gradient Boosting (XGBoost); logistic regression, Light BGM, Ada Boost, Gaussian Naïve Bayes (GNB), multi-layer perceptron neural network (MLP), Complement Naive Bayes (CNB), support vector machine (SVM). Before establishing the models, the Lasso CV features selection method was applied to better select feature parameters. Furthermore, we reported several parameters related to model performance in this study, including area under the receiver operating characteristic curve (AUC), sensitivity, specificity, and accuracy. The final model was determined according to the highest AUC value after comparing the performance of the 8 different ML models. Finally, feature importance was calculated for the final models to evaluate the contribution of the candidate predictors. The programming written using Python (package version 3.8) was used to exert data analysis.

2.6. Statistical analysis

Variables that followed a normal distribution were expressed as the mean ± standard deviation (SD); if they did not follow a normal distribution the quartiles were generally used. Student’s t-test or Mann–Whitney U-test was used to analyze continuous variables. In the case of categorical variables, the χ2 test or Fisher’s exact test was generally used. All Statistical analyses were performed using R version 3.6.3 and python version 3.7. The core code for model construction was provided by the Extreme Smart Analysis platform1 and uploaded to the supplemental material.

3. Results

3.1. Patients’ characteristics

1,322 patients diagnosed with DKA in total were eventually enrolled in our study. Among the total cohort, 689 (52.1%) were female, and the median age was 50 [IQR 35, 62] years. Within a week of admission to the ICU, 497 (37.6%) progressed to DKA-AKI. The incidence of DKA-AKI was 36.4% (181/497) in stage 1, 34.4% (171/497) in stage 2, and 29.2% (145/497) in stage 3. CRRT was applied to 17.4% (73/497) of AKI patients. The AKI group had higher ventilator utilization, hospital length of stay (HLOS), and in-hospital mortality. Except for gender, systolic blood pressure (SBP), liver disease, history of hypertension, platelet count (PLT), calcium, BG, and infusion volume, the statistical analysis of the candidate predictors revealed significant differences between the AKI and non-AKI groups (Table 1).

TABLE 1
www.frontiersin.org

Table 1. Characteristic at baseline between AKI and non-AKI group.

3.2. Predictive model performance

The results of LASSO CV screened seven variables as input variables for the model (Figure 2). Eight Ml-based models have been developed and validated, and the XGBoost model performed the strongest in predicting DKA-AKI with the highest AUC value (0.835) (Figure 3A). In addition, the XGBoost model had a sensitivity of 0.716, a specificity of 0.823, and an accuracy of 0.782 in the training set (Table 2). When internal validation was performed, the XGBoost model still showed optimal performance with an AUC of 0.800 (Figure 3B), and its sensitivity, specificity, and accuracy were 0.718, 0.790, and 0.749, respectively (Table 3). Therefore, the XGBoost model was selected as the final mode. Furthermore, decision curve analysis (DCA) (Figure 4A) and calibration plots (Figure 4B) were also performed to further demonstrate the performance of the XGBoost model.

FIGURE 2
www.frontiersin.org

Figure 2. Lasso CV method was used to conduct feature selection. LASSO CV, least absolute shrinkage and selection operator cross-validation, BUN, blood urea nitrogen; BG, blood glucose; PLT, platelet count.

FIGURE 3
www.frontiersin.org

Figure 3. Comparing the different ML models’ AUC in the training (A) and validation (B) sets. ML, machine learning; AUC, area under the receiver operating characteristic curve; XGBoost, eXtreme Gradient Boosting; GNB, Gaussian Naïve Bayes; CNB, Complement Naive Bayes; MLP, multi-layer perceptron neural network; SVM, support vector machine.

TABLE 2
www.frontiersin.org

Table 2. Model parameters in training set.

TABLE 3
www.frontiersin.org

Table 3. Model parameters in validation set.

FIGURE 4
www.frontiersin.org

Figure 4. DCA (A) and calibration curve (B) of the XGBoost and simplified model. DCA, decision curve analysis; XGBoost, eXtreme Gradient Boosting.

3.3. Relative importance of variables

Based on the XGBoost model with superior performance, 7 characteristics of interest were finally obtained in this study. Feature importance analysis was conducted to interpret the importance of the variables, which revealed that the top 5 contributing variables were blood urea nitrogen (BUN), urine output, weight, age, and platelet count (PLT), in that order (Figure 5 and Supplementary Table S3).

FIGURE 5
www.frontiersin.org

Figure 5. BUN, blood urea nitrogen; PLT, platelet count, BG, blood glucose.

4. Discussion

Although the incidence of DKA-AKI was lower than in previous studies by Junzhe Chen (3) and Jean-Christophe Orban (8), it was comparable to the findings of our previous study in the MIMIC-III database (9). Thirty-eight candidate predictors were applied to train and validate 8 Ml models to predict the risk of DKA-AKI. The XGBoost model outperforms all other ML method in terms of discrimination and accuracy, with an AUC value of 0.835 in the training set and 0.800 in the validation set. BUN, urine output, weight, age, PLT, fluid volume, and glucose were the 7 variables that contributed to the XGBoost model orderly. The mortality rate among patients in the AKI group was found to be 10 times higher than that of the non-AKI group, with rates of 10.1 and 1.3%, respectively. Additionally, patients who suffered from AKI were more likely to require mechanical ventilation and spend longer periods of time in the ICU, leading to increased medical expenses. Accurately predicting the incidence of DKA-AKI can assist clinicians in identifying high-risk DKA-AKI patients in the ICU, and timely treatment and management can significantly improve the prognosis of these patients.

With the evolution of electronic medical and advent of the Big Data era, ML has already achieved remarkable achievements in the diagnosis and prognosis of diseases (17). For instance, ML methods have been maturely applied to develop predictive models for AKI in patients with sepsis, as well as in those undergoing cardiac and liver surgeries (13, 1821).

BUN and urine output at baseline were included in our final model and were ranked higher in importance, so more attention should be given to patients with DKA who already had abnormal BUN and urine volume at ICU admission. Additionally, body weight was found to be a predictor for DKA-AKI in our study, with a median weight of 70.0 [IQR 60.3, 83.6] (Kg) in the AKI group compared to 78.5 [IQR 66.0, 94.0] (Kg) in the non-AKI group. Shi et al. (22) reported that overweight and obese patients were at a significantly higher risk of cardiac surgery-related AKI. However, since height is largely absent of ICU patients from the database, we were unable to calculate body mass index (BMI). Notably, increased intra-abdominal pressure in critically ill obese patients causes venous obstruction and insufficient blood flow to arterial organs, which may account for why obese patients are more likely to experience AKI (2224). Age was also found to be significantly associated with AKI in our study, consistent with previous research (3, 8). The median age was higher in the AKI group (58 years [IQR 46, 68]) compared to the non-AKI group (43 years [IQR 30, 57]). Age-related structural and functional changes in the kidney include glomerulosclerosis, a decline in estimated glomerular filtration rate (eGFR), and an increase in glomerular capillary pressure. The kidney becomes more vulnerable to acute injury as it ages because its capacity to self-regulate declines (25). Long-term poor glycemic control, which is common in older patients with diabetes, can also lead to persistent kidney damage through inflammation, oxidative stress, and glycosylation (26). Both fluid therapy and low-dosage insulin are crucial treatments for DKA. Our study found that patients with AKI received more fluid infusions and experienced less urination compared to patients without AKI, leading to a higher cumulative fluid balance. Similar findings have been reported in earlier studies (2729). Furthermore, Inkinen et al. (30) demonstrated that this phenomenon is linked to a lack of recovery from AKI. Excessive fluid intake may result in interstitial renal edema, which can raise renal perfusion pressure and impair kidney function. Ischemia–reperfusion (I/R) injury represents one of the crucial mechanisms of AKI. Following this, coagulation and inflammation are activated, and platelets are crucial to this process. In an animal model of AKI induced by I/R, Jansen et al. demonstrated that a significant proportion of activated platelets were present in the necrotic zone. Furthermore, the application of clopidogrel prior to modeling reduced tubular necrosis and preserved some renal function in mice (31). Also, an observational cohort study discovered that a significant connection between preoperative aspirin use and a reduced risk of AKI linked to cardiac surgery (32). Further research is necessary to determine whether antiplatelet medications can be utilized to prevent and treat other causes of AKI. BG was still included in the final XGBoost model and was negatively correlated with the outcome even though there was no statistically significant difference between the AKI (191.0 mg/dl [IQR 139.0, 258.0]) and the non-AKI groups (183 mg/dl [IQR 130.0, 251.0]) in terms of BG level. This could be due to the fact that individuals with kidney damage are more likely to experience hypoglycemia when taking insulin (33).

In contrast to previous clinical studies, we have successfully constructed a tool for assessing the risk of DAK-AKI based on several supervised ML algorithms. This model is constructed using a large real-world database and plays a crucial role in risk assessment and stratification of AKI, particularly in critically ill patients. To our knowledge, our study is the first to develop and validate a ML-based model of DKA-AKI, assisting clinicians in identifying high-risk individuals’ early and addressing associated risk factors promptly. Furthermore, our sample size of DKA patients is the largest compared to similar studies, ensuring more robust results. Encouragingly, the prediction models constructed in our study exhibit promising performance in both the training and validation sets.

Limitations of our present study should be noted. Firstly, our research was conducted as a single-center study on ICU patients, and we obtained data from the MIMIC-IV database. Further research will require data collection on patients from various nations or regions as well as general medical wards to enhance the generalizability of the findings.

Second, missing data were present in this study, and some variables with missing data of >20% were excluded. However, we made every effort to address the limitations of missing data by applying the KNN algorithm to the dataset for interpolation. Third, this is a retrospective study based on a public database the results have some limitations. Finally, in the absence of prior monitoring data in the MIMIC-IV database, it becomes challenging to assess if a patient with DKA has developed AKI. Hence, we cannot exclude this group of patients from the study, which may result in biased results.

5. Conclusion

Collectively, we extracted the data from the MIMIC-IV database to build ML-based model to predict the DKA-AKI. The results showed that BUN, urine output, weight, age, PLT, infusion volume, and glucose, in order of importance, were predictors of the occurrence of DKA-AKI. This model can identify high-risk patients at an early stage, assist clinical decision-making, and may improve the prognosis of DKA patients to some extent.

Data availability statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Author contributions

TF, JW, and LL collected the data, analyzed the data, and drafted the manuscript. CZ supervised the project and reviewed the manuscript. TF, JK, WW, JW, and CZ conceived of the study, participated in its design and coordination, and helped to draft the manuscript. CZ was responsible for the whole project, designed the study, and supervised the study. All authors read and approved the final manuscript.

Funding

This work was supported by Extreme Smart Analysis platform (https://www.xsmartanalysis.com/).

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/fpubh.2023.1087297/full#supplementary-material

Abbreviations

BG, Blood glucose; DM, Diabetes mellitus; AKI, Acute kidney injury; ICU, Intensive care unit; CKD, Chronic kidney disease; SCr, Serum creatinine; KDIGO, Kidney Disease Improving Global Outcomes; RR, Respiratory rate; BUN, Blood urea nitrogen; ML, Machine learning; MIMIC-IV, Marketplace for Medical Information in Intensive Care-IV; ICD, International Classification of Diseases; LASSO CV, Least absolute shrinkage and selection operator cross-validation; XGBoost, eXtreme Gradient Boosting; GNB, Gaussian Naïve Bayes; MLP, Multi-layer perceptron neural network; CNB, Complement Naive Bayes; SVM, Support vector machine; AUC, Area under the receiver operating characteristic curve; SD, Standard deviation; HLOS, Hospital length of stay; SBP, Systolic blood pressure; PLT, Platelet count; DCA, Decision curve analysis; BMI, Body mass index; eGFR, Estimated glomerular filtration rate; I/R, Ischemia–reperfusion.

Footnotes

References

1. Azova, S, Rapaport, R, and Wolfsdorf, J. Brain injury in children with diabetic ketoacidosis: Review of the literature and a proposed pathophysiologic pathway for the development of cerebral edema. Pediatr Diabetes. (2021) 22:148–60. doi: 10.1111/pedi.13152

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Dhatariya, KK. Defining and characterising diabetic ketoacidosis in adults. Diabetes Res Clin Pract. (2019) 155:107797. doi: 10.1016/j.diabres.2019.107797

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Chen, J, Zeng, H, Ouyang, X, Zhu, M, Huang, Q, Yu, W, et al. The incidence, risk factors, and long-term outcomes of acute kidney injury in hospitalized diabetic ketoacidosis patients. BMC Nephrol. (2020) 21:48. doi: 10.1186/s12882-020-1709-z

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Hursh, BE, Ronsley, R, Islam, N, Mammen, C, and Panagiotopoulos, C. Acute kidney injury in children with type 1 diabetes hospitalized for diabetic ketoacidosis. JAMA Pediatr. (2017) 171:e170020–09. doi: 10.1001/jamapediatrics.2017.0020

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Kellum, JA, and Lameire, N. Diagnosis, evaluation, and management of acute kidney injury: A KDIGO summary (part 1). Crit Care. (2013) 17:204. doi: 10.1186/cc11454

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Sutherland, SM, Chawla, LS, Kane-Gill, SL, Hsu, RK, Kramer, AA, Goldstein, SL, et al. Utilizing electronic health records to predict acute kidney injury risk and outcomes: Workgroup statements from the 15(th) ADQI consensus conference. Can J Kidney Health Dis. (2016) 3:11. doi: 10.1007/s00586-016-4623-0

CrossRef Full Text | Google Scholar

7. Dong, J, Feng, T, Thapa-Chhetry, B, Cho, BG, Shum, T, Inwald, DP, et al. Machine learning model for early prediction of acute kidney injury (AKI) in pediatric critical care. Crit Care. (2021) 25:288. doi: 10.1186/s13054-021-03724-0

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Orban, J-C, Maizière, E-M, Ghaddab, A, Van Obberghen, E, and Ichai, C. Incidence and characteristics of acute kidney injury in severe diabetic ketoacidosis. PLoS One. (2014) 9:e110925. doi: 10.1371/journal.pone.0110925

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Fan, T, Wang, H, Wang, J, Wang, W, Guan, H, and Zhang, C. Nomogram to predict the risk of acute kidney injury in patients with diabetic ketoacidosis: An analysis of the MIMIC-III database. BMC Endocr Disord. (2021) 21:37. doi: 10.1186/s12902-021-00696-8

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Tseng, PY, Chen, YT, Wang, CH, Chiu, KM, Peng, YS, Hsu, SP, et al. Prediction of the development of acute kidney injury following cardiac surgery by machine learning. Crit Care. (2020) 24:478. doi: 10.1186/s13054-020-03179-9

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Zhang, Z, Ho, KM, and Hong, Y. Machine learning for the prediction of volume responsiveness in patients with oliguric acute kidney injury in critical care. Crit Care. (2019) 23:112. doi: 10.1186/s13054-019-2411-z

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Zhou, C, Wang, R, Jiang, W, Zhu, J, Liu, Y, Zheng, J, et al. Machine learning for the prediction of acute kidney injury and paraplegia after thoracoabdominal aortic aneurysm repair. J Card Surg. (2020) 35:89–99. doi: 10.1111/jocs.14317

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Qu, C, Gao, L, Yu, XQ, Wei, M, Fang, GQ, He, J, et al. Machine learning models of acute kidney injury prediction in acute pancreatitis patients. Gastroenterol Res Pract. (2020) 2020:3431290. doi: 10.1155/2020/3431290

CrossRef Full Text | Google Scholar

14. Beam, AL, and Kohane, IS. Big data and machine learning in health care. JAMA. (2018) 319:1317–8. doi: 10.1001/jama.2017.18391

CrossRef Full Text | Google Scholar

15. Gutierrez, G. Artificial intelligence in the intensive care unit. Crit Care. (2020) 24:101. doi: 10.1186/s13054-020-2785-y

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Van Calster, B, and Wynants, L. Machine learning in medicine. N Engl J Med. (2019) 380:2588. doi: 10.1056/NEJMra1814259

CrossRef Full Text | Google Scholar

17. Cheungpasitporn, W, and Kashani, K. Electronic data systems and acute kidney injury. Contrib Nephrol. (2016) 187:73–83. doi: 10.1159/000442367

CrossRef Full Text | Google Scholar

18. Dong, JF, Xue, Q, Chen, T, Zhao, YY, Fu, H, Guo, WY, et al. Machine learning approach to predict acute kidney injury after liver surgery. World J Clin Cases. (2021) 9:11255–64. doi: 10.12998/wjcc.v9.i36.11255

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Poorsarvi Tehrani, P, and Malek, H. Early detection of Rhabdomyolysis-induced acute kidney injury through machine learning approaches. Arch Acad Emerg Med. (2021) 9:e29. doi: 10.22037/aaem.v9i1.105

CrossRef Full Text | Google Scholar

20. Rashidi, HH, Sen, S, Palmieri, TL, Blackmon, T, Wajda, J, and Tran, NK. Early recognition of burn- and trauma-related acute kidney injury: A pilot comparison of machine learning techniques. Sci Rep. (2020) 10:205. doi: 10.1038/s41598-019-57083-6

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Thongprayoon, C, Hansrivijit, P, Bathini, T, Vallabhajosyula, S, Mekraksakit, P, Kaewput, W, et al. Predicting acute kidney injury after cardiac surgery by machine learning approaches. J Clin Med. (2020) 9:1767. doi: 10.3390/jcm9061767

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Shi, N, Liu, K, Fan, YM, Yang, LL, Zhang, S, Li, X, et al. The association between obesity and risk of acute kidney injury after cardiac surgery. Front Endocrinol. (2020) 11:534294. doi: 10.3389/fendo.2020.534294

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Kim, IB, Prowle, J, Baldwin, I, and Bellomo, R. Incidence, risk factors and outcome associations of intra-abdominal hypertension in critically ill patients. Anaesth Intensive Care. (2012) 40:79–89. doi: 10.1177/0310057X1204000107

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Mullens, W, Abrahams, Z, Francis, GS, Sokos, G, Taylor, DO, Starling, RC, et al. Importance of venous congestion for worsening of renal function in advanced decompensated heart failure. J Am Coll Cardiol. (2009) 53:589–96. doi: 10.1016/j.jacc.2008.05.068

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Anderson, S, Eldadah, B, Halter, JB, Hazzard, WR, Himmelfarb, J, Horne, FM, et al. Acute kidney injury in older adults. J Am Soc Nephrol. (2011) 22:28–38. doi: 10.1681/ASN.2010090934

CrossRef Full Text | Google Scholar

26. Wada, J, and Makino, H. Inflammation and the pathogenesis of diabetic nephropathy. Clin Sci. (2013) 124:139–52. doi: 10.1042/CS20120198

CrossRef Full Text | Google Scholar

27. Berthelsen, R, Perner, A, Jensen, A, Jensen, JU, and Bestle, M. Fluid accumulation during acute kidney injury in the intensive care unit. Acta Anaesthesiol Scand. (2018) 62:780–90. doi: 10.1111/aas.13105

CrossRef Full Text | Google Scholar

28. Zhang, J, Crichton, S, Dixon, A, Seylanova, N, Peng, ZY, and Ostermann, M. Cumulative fluid accumulation is associated with the development of acute kidney injury and non-recovery of renal function: A retrospective analysis. Crit Care. (2019) 23:1–10. doi: 10.1186/s13054-019-2673-5

CrossRef Full Text | Google Scholar

29. Raimundo, M, Crichton, S, Martin, JR, Syed, Y, Varrier, M, Wyncoll, D, et al. Increased fluid administration after early acute kidney injury is associated with less renal recovery. Shock. (2015) 44:431–7. doi: 10.1097/SHK.0000000000000453

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Inkinen, N, Jukarainen, S, Wiersema, R, Poukkanen, M, Pettily, V, and Vaara, TS. Fluid management in patients with acute kidney injury-a post-hoc analysis of the FINNAKI study. J Crit Care. (2021) 64:205–10. doi: 10.1016/j.jcrc.2021.05.002

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Jansen, MPB, Emal, D, Teske, GJD, Dessing, MC, Florquin, S, and Roelofs, J. Release of extracellular DNA influences renal ischemia reperfusion injury by platelet activation and formation of neutrophil extracellular traps. Kidney Int. (2017) 91:352–64. doi: 10.1016/j.kint.2016.08.006

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Cao, L, Silvestry, S, Zhao, N, Diehl, J, and Sun, J. Effects of preoperative aspirin on cardiocerebral and renal complications in non-emergent cardiac surgery patients: A sub-group and cohort study. PLoS One. (2012) 7:e30094. doi: 10.1371/journal.pone.0030094

PubMed Abstract | CrossRef Full Text | Google Scholar

33. Mahmoodpoor, A, Hamishehkar, H, Beigmohammadi, M, Sanaie, S, Shadvar, K, Soleimanpour, H, et al. Predisposing factors for hypoglycemia and its relation with mortality in critically ill patients undergoing insulin therapy in an intensive care unit. Anesth Pain Med. (2016) 6:e33849. doi: 10.5812/aapm.33849

CrossRef Full Text | Google Scholar

Keywords: diabetic ketosis, acute kidney injury, machine learning, XGBoost, outcome

Citation: Fan T, Wang J, Li L, Kang J, Wang W and Zhang C (2023) Predicting the risk factors of diabetic ketoacidosis-associated acute kidney injury: A machine learning approach using XGBoost. Front. Public Health. 11:1087297. doi: 10.3389/fpubh.2023.1087297

Received: 02 November 2022; Accepted: 17 March 2023;
Published: 06 April 2023.

Edited by:

Debasis Samanta, Indian Institute of Technology Kharagpur, India

Reviewed by:

Lakshmi Kannan, University of Pikeville Kentucky College of Osteopathic Medicine, United States
Chao-Yu Guo, National Yang Ming Chiao Tung University, Taiwan

Copyright © 2023 Fan, Wang, Li, Kang, 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: Chuan Zhang, zhangchuan@jlu.edu.cn

Disclaimer: 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.