Skip to main content
Medicine logoLink to Medicine
. 2023 Aug 18;102(33):e34847. doi: 10.1097/MD.0000000000034847

Comparing machine learning and logistic regression for acute kidney injury prediction in trauma patients: A retrospective observational study at a single tertiary medical center

Hanlim Choi a, Jin Young Lee b,*, Younghoon Sul b,c, Seheon Kim b, Jin Bong Ye b, Jin Suk Lee b, Suyoung Yoon d, Junepill Seok d, Jonghee Han d, Jung Hee Choi e, Hong Rye Kim f
PMCID: PMC10443755  PMID: 37603521

Abstract

Acute kidney injury (AKI) is common in patients with trauma and is associated with poor outcomes. Therefore, early prediction of AKI in patients with trauma is important for risk stratification and the provision of optimal intensive care unit treatment. This study aimed to compare 2 models, machine learning (ML) techniques and logistic regression, in predicting AKI in patients with trauma. We retrospectively reviewed the charts of 400 patients who sustained torso injuries between January 2016 and June 2020. Patients were included if they were aged > 15 years, admitted to the intensive care unit, survived for > 48 hours, had thoracic and/or abdominal injuries, had no end-stage renal disease, and had no missing data. AKI was defined in accordance with the Kidney Disease Improving Global Outcomes definition and staging system. The patients were divided into 2 groups: AKI (n = 78) and non-AKI (n = 322). We divided the original dataset into a training (80%) and a test set (20%), and the logistic regression with stepwise selection and ML (decision tree with hyperparameter optimization using grid search and cross-validation) was used to build a model for predicting AKI. The models established using the training dataset were evaluated using a confusion matrix receiver operating characteristic curve with the test dataset. We included 400 patients with torso injury, of whom 78 (19.5%) progressed to AKI. Age, intestinal injury, cumulative fluid balance within 24 hours, and the use of vasopressors were independent risk factors for AKI in the logistic regression model. In the ML model, vasopressors were the most important feature, followed by cumulative fluid balance within 24 hours and packed red blood cell transfusion within 4 hours. The accuracy score showed no differences between the 2 groups; however, the recall and F1 score were significantly higher in the ML model (.94 vs 56 and.75 vs 64, respectively). The ML model performed better than the logistic regression model in predicting AKI in patients with trauma. ML techniques can aid in risk stratification and the provision of optimal care.

Keywords: acute kidney injury, logistic regression, machine learning, trauma patients

1. Introduction

Acute kidney injury (AKI) is common in critically ill patients with trauma and is associated with a high mortality rate, prolonged hospital stay, and increased costs.[13] Furthermore, patients with AKI can develop chronic kidney disease and end-stage renal disease, leading to the need for renal replacement therapy.[4] Early recognition of AKI in critically ill patients with trauma could be helpful in fluid resuscitation and avoiding nephrotoxic drugs.[3,5] According to the quantitative increase in serum creatinine levels or decrease in urine output, the International Kidney Disease: Improving global outcomes organization has classified AKI into 3 stages.[6] However, these classical biomarkers are not applicable for early diagnosis of AKI.[4,7,8]

With recent advancements in computer technology, studies have reported that artificial intelligence (AI) can improve the performance of existing tests for diagnosing various diseases.[911] Machine learning (ML) is a type of AI involving a set of algorithms that are not explicitly programmed but instead, learn and improve through a set of predefined objectives.[11] Numerous AI algorithms have been developed to support predictive models that demonstrate improved accuracy compared to traditional multivariate regression models.[2,5,1012]

Using logistic regression, we previously analyzed the risk factors of AKI in major patients with trauma with torso injuries.[3] We hypothesized that the prediction model using ML would have a better predictive performance in this patient population than the traditional logistic regression model. In this study, we aimed to investigate whether an ML-based prediction model can provide better accuracy in predicting AKI in critically ill patients with trauma with torso injuries compared to traditional logistic regression models, potentially leading to improved early recognition and management of AKI in this population.

2. Methods

2.1. Study population

This retrospective observational cohort study was conducted at a single-level I trauma center at the Chungbuk National University Hospital, South Korea. Overall, 2020 patients with trauma were admitted to the intensive care unit between January 2016 and June 2020. The inclusion criteria were patients with thoracic and/or abdominal injuries, age > 15 years, and survival > 48 hours. Patients with end-stage renal disease or with missing data were excluded.

This study was approved by the Institutional Review Board of the Chungbuk University Hospital (2023-05-036). The requirement for informed consent was waived by the review board owing to the retrospective nature of the study.

3. Study design

The patients were divided into 2 groups: AKI and non-AKI groups. We compared the baseline characteristics, clinical outcomes, and laboratory results between the 2 groups to identify potential risk factors. Finally, we selected 11 potential risk factors after the univariate analysis through least absolute shrinkage and selection operator regression.[13] A logistic regression model to predict the development of AKI was established using stepwise selection, and an ML model was established using a decision tree with hyperparameter optimization using grid search and cross-validation (Fig. 1).

Figure 1.

Figure 1.

Fow chart of data processing and analysis.

4. Data preprocessing and model establishment

We divided the original dataset into a training (80%) and a test set (20%). Both the ML and logistic regression models were trained on the training set and assessed on the test set. The imbalanced nature of the dataset leads to classifiers being biased toward the majority class.[14] To overcome this issue, we used synthetic minority oversampling technique (SMOTE) preprocessing to balance the data and then conducted ML training.[15]

In the grid search and cross-validation, the data were randomly divided into 10 equal-sized subsamples for training the model and then validated in the remaining subsamples. The hyperparameters were tuned, including “splitter,” “min_impurity_decrease,” “max_depth,” “min_samples_split,” and “max_features.” The best estimator model was evaluated using the test set. All the analyses were performed using Python version 3.10.5.

5. Model performance and comparison

The model was evaluated using a confusion matrix, area under receiver operating characteristic curve, area under the precision-recall curve, sensitivity (recall), positive predictive value (precision), accuracy, and F1 score. The F1 score is the harmonic mean of sensitivity and precision.[16]

6. Study variables and definitions

Clinical and laboratory results were collected upon arrival in the emergency room. Hypotension was defined as a systolic blood pressure < 90 mm Hg. Thoracic and/or abdominal injuries such as hemothorax, pneumothorax, rib fractures, abdominal solid organ injury, and intestinal injuries were identified by a formal reading of computed tomography scans. During the first 24 hours after arrival at the hospital, the quantity of any fluid administered was obtained from the medical records, excluding the number of blood transfusions. The cumulative fluid balance for 24 hours was calculated by subtracting all outputs from the total volume of the infused fluid for 24 hours. AKI diagnosis was made based on the current improving global outcomes criteria,[6] using serum creatinine (SCr) and urine output criteria during the initial 7 days. Baseline SCr level was used as the initial laboratory test result. In most patients, the baseline SCr level was unknown, but an SCr increase ≥ .3 mg/dL within 48 hours was the first criterion for diagnosis.[17] Therefore, we studied patients who survived for > 48 hours during the observation period for AKI diagnosis.

7. Results

7.1. Clinical characteristics of study population

In total, 400 patients with trauma who met the inclusion criteria were included in this study. Of the 400 patients, 78 (19.5%) developed AKI (AKI group), and 322 (80.5%) did not develop AKI (non-AKI group). The differences in baseline characteristics between the 2 groups are shown in Table 1. The patients in the AKI group were significantly older than those in the non-AKI group (60 vs 53 years, P < .001). The injury severity score (ISS) showed that patients were more severely injured in the AKI group than in the non-AKI group (29.1 vs 24.5, P < .001). The abbreviated ISS for the chest showed significant differences between the 2 groups (Table 1).

Table 1.

Baseline characteristics of patients with torso injury.

Total (n = 400) AKI (n = 78) Non-AKI (n = 322) P value
Age (yr), mean ± SD 54.4 ± 17.2 60.0 ± 18.8 53.1 ± 16.5 .0001
 Male, n (%) 285 (71) 55 (70) 230 (71) .983
Underlying disease, n (%)
 HTN 118 (30) 27 (35) 91 (28) .334
 DM 46 (12) 13 (17) 33 (10) .163
 CAoD 12 (3) 3 (4) 9 (3) .906
 CVA 14 (4) 4 (5) 10 (3) .597
Injury mechanism, n (%) .156
 Pedestrian TA 72 (18) 18 (23) 54 (17)
 In car TA 113 (30) 23 (32) 90 (29)
 Motorcycle TA 45 (12) 9 (13) 36 (12)
 Fall 97 (26) 11 (15) 86 (28)
 Others 56 (15) 14 (19) 42 (14)
 ISS, mean ± SD 25.4 ± 10.2 29.1 ± 11.2 24.5 ± 9.7 <.001
AIS score, n (%)
 Chest 1 14 (4) 2 (3) 12 (4) .044
2 79 (20) 7 (9) 72 (22)
3 253 (63) 53 (68) 200 (62)
4 47 (12) 14 (18) 33 (10)
5 7 (2) 2 (3) 5 (2)
 Abdomen 1 1 (.2) 0 (0) 1 (.3) .963
2 195 (49) 36 (46) 159 (49)
3 141 (35) 29 (37) 112 (35)
4 57 (14) 12 (15) 45 (14)
5 6 (2) 1 (1) 5 (2)

Values are presented as mean ± standard deviation or n (%).

AIS = abbreviated injury scale, AKI = acute kidney injury, CAoD = coronary artery occlusive disease, CVA = cerebrovascular accident, DM = diabetes mellitus, HTN = hypertension, ISS = injury severity score, TA = traffic accident.

The clinical and laboratory features are presented in Tables 2 and 3, respectively. The AKI group had greater proportions of patients with hypotension, hemothorax, and intestinal injury than the non-AKI group (50% vs 25%, P < .001; 50% vs 35%, P = .016; 32% vs 8%, P < .001, respectively). The AKI group was more likely to receive blood transfusions in the initial 4 hours and a greater volume of fluid infusion (Table 2).

Table 2.

Comparison of clinical parameters between patients with and without acute kidney injury.

Total (n = 400) AKI (n = 78) Non-AKI (n = 322) P value
Hemothorax, n (%) 150 (38) 39 (50) 111 (35) .016
Pneumothorax, n (%) 174 (43) 41 (53) 133 (41) .094
Rib fracture (s), n (%) 314 (79) 66 (85) 248 (77) .442
Abdominal solid organ injury, n (%) 210 (53) 37 (47) 173 (54) .405
Intestinal injury, n (%) 52 (13) 25 (32) 27 (8) <.001
Transfusion 4 hours, n (%) 213 (53) 59 (76) 154 (48) <.001
pRBC transfusions (U) 4 h, median (IQR) 0 (0–3) 4 (0–10) 0 (0–2) <.001
Total volume of infused fluid 24 h (L), median (IQR) 4.7 (3.4–6.6) 6.4 (4.2–8.3) 4.3 (3.3–6.0) <.001
Cumulative fluid balance at 24 hours (L), median (IQR) 1.9 (.7–3.6) 3.6 (2.2–5.6) 1.6 (.5–2.9) <.001
Hypotension, n (%) 120 (30) 39 (50) 81 (25) <.001
Use of vasopressor, n (%) 129 (32) 53 (68) 76 (24) <.001
In-hospital mortality, n (%) 52 (13) 26 (33) 26 (8) <.001

Values are presented as n (%) or median [interquartile range].

AKI = acute kidney injury, pRBC = packed red blood cell.

Table 3.

Comparison of laboratory findings between patients with and without acute kidney injury.

Total (n = 400) AKI (n = 78) Non-AKI (n = 322) P value
Hemoglobin (g/dL),
Median (IQR)
12.9 (11.1 to 14.1) 12.2 (10.3 to 13.6) 12.9 (11.1 to 14.2) .040
Mean corpuscular volume (fL), median (IQR) 94.3 (91.5 to 98.1) 95.6 (92.1 to 99.4) 94.1 (91.4 to 97.5) <.039
Creatinine (μmol/L),
median (IQR)
.9 (.74 to 1.10) 1.0 (.76 to 1.21) .9 (.73 to 1.01) .002
CPK (g/dL), median (IQR) 377 (222 to 670) 421 (230 to 683) 357 (219 to 662) .361
pH, median (IQR) 7.4 (7.3 to 7.4) 7.3 (7.2 to 7.4) 7.4 (7.3 to 7.4) <.001
Base deficit (mmol/L),
median (IQR)
−4.0 (−7.6 to − 1.8) −7.5 (−10.2 to − 2.7) −3.8 (−6.8 to − 1.7) <.001
Lactate (mmol/L), median (IQR) 3.0 (1.9 to 4.5) 4.2 (2.6 to 6.7) 2.9 (1.9 to 4.1) <.001

Values are presented as median [interquartile range].

AKI = acute kidney injury, CPK = creatine phosphokinase.

The 2 groups had significant differences in hemoglobin, creatinine, base deficit, and lactate levels (Table 3).

7.2. Logistic regression model

We selected 11 potential risk factors, and the logistic regression analysis identified intestinal injury, cumulative fluid balance for 24 hours, and use of vasopressors as independent risk factors for AKI [adjusted odds ratio (OR), 3.03; 95% confidence interval (CI), 1.373–6.683; P = .006; OR, 1.000; 95% CI, 1.000–1.003; P = .004; OR, 2.781; 95% CI, 1.352–5.718; P = .005, respectively; Table 4].

Table 4.

Logistic regression model with stepwise variable selection

Variables Univariate analysis Multivariate analysis
OR (95% CI) P value OR (95% CI) P value
Age (yr) 1.018 (1.003–1.034) .021
ISS 1.052 (1.026–1.079) <.001
AIS_Chest 1.671 (1.160–2.402) .005
Hypotension (SBP < 90 mm Hg, yes/no) 3.345 (1.954–5.726) <.001
Hemothorax (yes/no) 1.917 (1.139–3.229) .014
Intestinal injury (yes/no) 5.204 (2.773–9.764) <.001 3.030 (1.373–6.683) .006
pRBC transfusions (U) 4 h 1.234 (1.152–1.322) <.001
Mean corpuscular volume (fL) 1.051 (1.000–1.100) .0315
Cumulative fluid balance 24 h 5.742 (3.249–10.146) <.001 1.000 (1.000–1.003) .004
Lactate (mmol/L) 1.311 (1.171–1.467) <.001
Use of vasopressors (yes/no) 7.612 (4.347–13.331) <.001 2.781 (1.352–5.718) .005

AIS_chest = abbreviated injury scale score of the chest, CI = confidence interval, ISS = injury severity score, OR = odds ratio, pRBC = packed red blood cell, SBP = systolic blood pressure.

7.3. ML model

The results of the best model of the decision tree with hyperparameter optimization using grid search and cross-validation are shown in Supplemental Digital Content 1, http://links.lww.com/MD/J530, and the feature importance using the Shapley additive explanations (SHAP) method is shown in Figure 2. The features are ordered according to their effects on the prediction. The colors of the points indicate whether a certain observation has a higher or lower value than that of other observations.[18] Higher cumulative fluid balance within 24 hours, pRBC transfusion within 4 hours, lactate levels, and age had a positive impact on AKI prediction. The learning curves showed that the training scores decreased and the validation scores increased as the number of training examples increased (Fig. 3). By repeatedly training and validating the training set, the difference between the training and validation sets decreased as the training increased, indicating that the model became more generalized and robust.

Figure 2.

Figure 2.

SHAP value of the machine learning model output. SHAP = shapley additive exPlanations, pRBC = packed red blood cells, ISS = injury severity score, AIS_chest = abbreviated injury scale score (chest).

Figure 3.

Figure 3.

Learning curve of the decision tree model after hyperparameter tuning.

7.4. Model performance and comparison

The accuracy, precision, recall, F1 score, and confusion matrix for the 2 models validated by the test dataset are shown in Figure 3. The accuracy score showed no differences between the 2 groups; however, the recall and F1 score were significantly higher in the ML model (.94 vs 56 and.75 vs 64, respectively; Fig. 4). The area under receiver operating characteristic curve of the ML model was significantly higher than that of the logistic regression model (.912 vs840; Fig. 5).

Figure 4.

Figure 4.

Confusion matrices of both models and accuracy, precision, recall, and F1 scores using the test dataset.

Figure 5.

Figure 5.

Receiver operating characteristic curve for estimating the discrimination between the Logistic regression model and the machine learning model.

8. Discussion

In this study, we analyzed patients with torso injuries who were admitted to the intensive care unit, and the results showed a 19.5% incidence of AKI and a 4-fold increase in in-hospital mortality compared with non-AKI patients. Therefore, predicting AKI is important for risk stratification, and the ML model showed excellent performance in predicting AKI compared with the logistic regression model. In patients with torso injury with age 45 years, ISS of 25, abbreviated injury scale_chest score of 3, cumulative fluid balance for 24 hours of 2000 mL, lactate level of 2.5, mean corpuscular volume of 90 fL, pRBC transfusion within 4 hours of 1 U, positive hemothorax, intestinal injury, hypotension, and use of vasopressor, the AKI prediction rate was 66.7% (Supplemental Digital Content 2, http://links.lww.com/MD/J531). Based on these results, a system that sends electronic alerts and identifies at-risk patients through AI applications could be developed to monitor renal function.[19,20]

Decision tree algorithms have been a basic and major field used since the early days of ML and are widely used in various fields, such as classification and regression.[21] However, a simple decision tree model may have a low classification performance for other ML models, and it is difficult to process noisy datasets.[10,2123] To address these challenges, we used a dataset with no missing data, and feature selection was aided by the least absolute shrinkage, and selection operator regression method.[13] In the unbalanced data, the specificity or local accuracy of the majority class exceeded that of the minority class. The SMOTE method is not just a simple oversampling approach but can also increase the number of minority class instances by introducing new minority class examples in the neighborhood, thus overcoming overfitting and helping the classifier improve its generalization on the testing data.[15] Finally, we used hyperparameter optimization techniques such as grid search and cross-validation (Grid Search CV) from scikit-learn. To overcome the overfitting constraint in an ordinary grid search, stratified cross-validation is applied, where samples are randomly divided into k-folds, causing an increase in accuracy.[22] The learning curves represent the model’s generalization performance as a function of the training set size.[24]

We used the SHAP method to analyze the feature importance in the ML model. The use of vasopressors was the most important feature, followed by cumulative fluid balance within 24 hours and pRBC transfusion within 4 hours. The SHAP method intuitively shows the contribution of each feature and is effective in determining the importance of individual features.[11,25] The confusion matrix was categorized into 4 groups based on the classification outcome and is most commonly used for evaluating binary classifiers.[11] The F1 score is the harmonic mean of precision and recall. In general, the F1 score tends to be closer to smaller measures, and a high value of F1 scores indicates that both measures are reasonably high and convincing.[16]

This study provides additional evidence to the finding of previous studies that ML models outperform logistic regression in predicting AKI.[10,11,26] Although the XG Boost algorithm is known to exhibit better performance than other algorithms, it requires more time for model training.[25,27] Our study demonstrated a good classification performance with only hyperparameter tuning through Grid Search CV, without using XG Boost or gradient boosting tree algorithms.

Our study had some limitations. First, this was a retrospective, single-center study. Our cohort was specific to patients with thoracic and/or abdominal trauma. Thus, they were not free from selection bias. The second limitation is the unbalanced nature of the dataset. We used the SMOTE technique to overcome this issue; however, it may affect model generalization and reliability. Third, our sample size was relatively small. The ML model requires additional data and external validation.

9. Conclusion

In this study, the ML model showed excellent performance in predicting AKI compared with the logistic regression model. ML will help realize the future of improved healthcare by better analyzing complex nonlinear relationships[28] and enabling predictions, which in turn provide immediate results in personalized patient care.

Author contributions

Conceptualization: Hanlim Choi, Jin Young Lee.

Data curation: Jin Young Lee, Younghoon Sul, Seheon Kim, Jin Bong Ye, Jin Suk Lee, Suyoung Yoon, Junepill Seok, Jonghee Han, Jung Hee Choi, Hong Rye Kim.

Formal analysis: Hanlim Choi, Jin Young Lee.

Methodology: Jin Young Lee

Supervision: Jin Suk Lee, Suyoung Yoon, Junepill Seok.

Validation: Seheon Kim, Junepill Seok, Jonghee Han.

Writing – original draft: Hanlim Choi, Jin Young Lee, Younghoon Sul.

Writing – review & editing: Jin Young Lee, Younghoon Sul, Seheon Kim, Jin Bong Ye, Jin Suk Lee, Suyoung Yoon, Junepill Seok, Jonghee Han, Jung Hee Choi, Hong Rye Kim.

Supplementary Material

medi-102-e34847-s001.pdf (189.7KB, pdf)
medi-102-e34847-s002.pdf (179.8KB, pdf)

Abbreviations:

AI
artificial intelligence
AKI
acute kidney injury
CI
confidence interval
ISS
injury severity score
ML
machine learning
OR
odds ratio
SCr
serum creatinine
SHAP
Shapley additive explanations
SMOTE
synthetic minority oversampling technique

This study was approved by the Institutional Review Board of the Chungbuk University Hospital (2023–05-036). The review board waived the requirement for informed consent owing to the retrospective nature of the study.

The authors have no funding and conflicts of interest to disclose.

The datasets generated during and/or analyzed during the current study are not publicly available, but are available from the corresponding author on reasonable request.

Supplemental Digital Content is available for this article.

How to cite this article: Choi H, Lee JY, Sul Y, Kim S, Ye JB, Lee JS, Yoon S, Seok J, Han J, Choi JH, Kim HR. Comparing machine learning and logistic regression for acute kidney injury prediction in trauma patients: A retrospective observational study at a single tertiary medical center. Medicine 2023;102:33(e34847).

Contributor Information

Hanlim Choi, Email: choijh0612@gmail.com.

Younghoon Sul, Email: ssulyh@gmail.com.

Seheon Kim, Email: nshrkim@gmail.com.

Jin Bong Ye, Email: arabi98@hanmail.net.

Jin Suk Lee, Email: lesilles@gmail.com.

Suyoung Yoon, Email: ysy1227@hanmail.net.

Junepill Seok, Email: Suc2601@gmail.com.

Jonghee Han, Email: medihan7@naver.com.

Jung Hee Choi, Email: choijh0612@gmail.com.

Hong Rye Kim, Email: nshrkim@gmail.com.

References

  • [1].Eriksson M, Brattström O, Mårtensson J, et al. Acute kidney injury following severe trauma: risk factors and long-term outcome. J Trauma Acute Care Surg. 2015;79:407–12. [DOI] [PubMed] [Google Scholar]
  • [2].Haines RW, Fowler AJ, Kirwan CJ, et al. The incidence and associations of acute kidney injury in trauma patients admitted to critical care: a systematic review and meta-analysis. J Trauma Acute Care Surg. 2019;86:141–7. [DOI] [PubMed] [Google Scholar]
  • [3].Sul YH, Lee JY, Kim SH, et al. Risk factors for acute kidney injury in critically ill patients with torso injury: a retrospective observational single-center study. Medicine (Baltim). 2021;100:e26723. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [4].Beker BM, Corleto MG, Fieiras C, et al. Novel acute kidney injury biomarkers: their characteristics, utility and concerns. Int Urol Nephrol. 2018;50:705–13. [DOI] [PubMed] [Google Scholar]
  • [5].Rashidi HH, Sen S, Palmieri TL, et al. Early recognition of burn-and trauma-related acute kidney injury: a pilot comparison of machine learning techniques. Sci Rep. 2020;10:205. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [6].Kellum JA, Lameire N, Aspelin P, et al. Kidney disease: improving global outcomes (KDIGO) acute kidney injury work group. KDIGO clinical practice guideline for acute kidney injury. Kidney Int Suppl. 2012;2:1–138. [Google Scholar]
  • [7].Moon SJ, Park HB, Yoon SY, et al. Urinary biomarkers for early detection of recovery in patients with acute kidney injury. J Korean Med Sci. 2013;28:1181–6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [8].Devarajan P, Murray P. Biomarkers in acute kidney injury: are we ready for prime time? Nephron Clin Pract. 2014;127:176–9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [9].Kumar Y, Koul A, Singla R, et al. Artificial intelligence in disease diagnosis: a systematic literature review, synthesizing framework and future research agenda. J Ambient Intell Humaniz Comput. 2022;14:8459–86. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [10].Zhang H, Wang AY, Wu S, et al. Artificial intelligence for the prediction of acute kidney injury during the perioperative period: systematic review and meta-analysis of diagnostic test accuracy. BMC Nephrol. 2022;23:405. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [11].Wei C, Zhang L, Feng Y, et al. Machine learning model for predicting acute kidney injury progression in critically ill patients. BMC Med Inform Decis Mak. 2022;22:1–11. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [12].Hodgson LE, Selby N, Huang T-M, et al. The role of risk prediction models in prevention and management of AKI. Semin Nephrol. 2019;39:421–30. [DOI] [PubMed] [Google Scholar]
  • [13].Muthukrishnan R, Rohini R. LASSO: a feature selection technique in predictive modeling for machine learning. 2016 IEEE International Conference on Advances in Computer Applications (ICACA), Coimbatore, India. IEEE; 2016; New York. [Google Scholar]
  • [14].Kumar A, Goel S, Sinha N, et al. A review on unbalanced data classification. Proceedings of International Joint Conference on Advances in Computational Intelligence: IJCACI 2021. Springer; 2022; New York. [Google Scholar]
  • [15].Fernández A, Garcia S, Herrera F, et al. SMOTE for learning from imbalanced data: progress and challenges, marking the 15-year anniversary. J Artif Intell Res. 2018;61:863–905. [Google Scholar]
  • [16].Miao J, Zhu W. Precision–recall curve (PRC) classification trees. Evol Intell. 2022;15:1545–69. [Google Scholar]
  • [17].Stevens PE, Levin A; Kidney Disease: Improving Global Outcomes Chronic Kidney Disease Guideline Development Work Group Members. Evaluation and management of chronic kidney disease: synopsis of the kidney disease: improving global outcomes 2012 clinical practice guideline. Ann Int Med. 2013;158:825–30. [DOI] [PubMed] [Google Scholar]
  • [18].Li Z. Extracting spatial effects from machine learning model using local interpretation method: an example of SHAP and XGBoost. Comput Environ Urban Syst. 2022;96:101845. [Google Scholar]
  • [19].Kellum JA, Bihorac A. Artificial intelligence to predict AKI: is it a breakthrough? Nat Rev Nephrol. 2019;15:663–4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [20].Tomašev N, Glorot X, Rae JW, et al. A clinically applicable approach to continuous prediction of future acute kidney injury. Nature. 2019;572:116–9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [21].Navada A, Ansari AN, Patil S, et al. Overview of use of decision tree algorithms in machine learning. 2011 IEEE Control and System Graduate Research Colloquium. IEEE; 2011; New York. [Google Scholar]
  • [22].Shekar B, Dagnew G. Grid search-based hyperparameter tuning and classification of microarray cancer data. 2019 Second International Conference on Advanced Computational and Communication Paradigms (ICACCP). IEEE; 2019; New York. [Google Scholar]
  • [23].Alhakeem ZM, Jebur YM, Henedy SN, et al. Prediction of ecofriendly concrete compressive strength using gradient boosting regression tree combined with GridSearchCV hyperparameter-optimization techniques. Materials (Basel). 2022;15:7432. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [24].Perlich C. Learning curves in machine learning. In: Encyclopedia of machine learning. New York: Springer; 2010. [Google Scholar]
  • [25].Li J, Gong M, Joshi Y, et al. Machine learning prediction model for acute renal failure after acute aortic syndrome surgery. Front Med (Lausanne). 2022;8:3044. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [26].Lee H-C, Yoon H-K, Nam K, et al. Derivation and validation of machine learning approaches to predict acute kidney injury after cardiac surgery. J Clin Med. 2018;7:322. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [27].Leung WK, Cheung KS, Li B, et al. Applications of machine learning models in the prediction of gastric cancer risk in patients after Helicobacter pylori eradication. Aliment Pharmacol Ther. 2021;53:864–72. [DOI] [PubMed] [Google Scholar]
  • [28].Goecks J, Jalili V, Heiser LM, et al. How machine learning will transform biomedicine. Cell. 2020;181:92–101. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

medi-102-e34847-s001.pdf (189.7KB, pdf)
medi-102-e34847-s002.pdf (179.8KB, pdf)

Articles from Medicine are provided here courtesy of Wolters Kluwer Health

RESOURCES