Skip to main content

ORIGINAL RESEARCH article

Front. Cardiovasc. Med., 05 December 2024
Sec. Cardiovascular Surgery

Development and evaluation of a machine learning model for post-surgical acute kidney injury in active infective endocarditis

  • 1Department of Cardiac Surgery, Peking Union Medical College Hospital, Beijing, China
  • 2Department of Nephrology, Peking Union Medical College Hospital, Beijing, China
  • 3Chief of Cardiac Surgery, Peking Union Medical College Hospital, Beijing, China

Introduction: Acute kidney injury (AKI) is notably prevalent after cardiac surgery for patients with active infective endocarditis. This study aims to create a machine learning model to predict AKI in this high-risk group, improving upon existing models by focusing specifically on endocarditis-related surgeries.

Methods: We analyzed medical records from 527 patients who underwent cardiac surgery for active infective endocarditis from January 2012 to December 2023. Feature selection was performed using LASSO regression. These features informed the development of machine learning models, including logistic regression, linear and radial basis function support vector machines, XGBoost, decision trees, and random forests. The optimal model was selected based on ROC curve AUC. Model performance was assessed through discrimination, calibration, and clinical utility, with explanations provided by SHAP values.

Results: Post-surgical AKI was observed in 261 patients (49.53%). LASSO regression identified 25 significant features for the models. Among the six algorithms tested, the radial basis function support vector machine (RBF-SVM) had the highest AUC at 0.771. The 15 most critical features were valve replacement, pre-operative hypertension, large vegetations, NYHA class, alcoholism, age, post-operative low cardiac output syndrome, TyG index, pre-operative creatinine clearance, cardiopulmonary bypass duration, intra-operative red blood cell transfusion, intra-operative urine output, pre-operative hemoglobin levels, and timing of surgery.

Conclusion: Compared to standard cardiac surgery, AKI occurs more frequently and with a more complex etiology in surgeries for active infective endocarditis. Machine learning models enable early prediction of post-surgical AKI, facilitating targeted perioperative optimization and risk stratification in this distinct patient group.

Graphical Abstract
www.frontiersin.org

Graphical Abstract.

Introduction

Acute kidney injury (AKI) is a common complication of cardiac surgery, with an incidence rate between 5% and 42%. Cardiac surgery-associated AKI (CSA-AKI) is linked to increased mortality and higher medical costs (1). Several models have been reported to predict the risk of CSA-AKI, including the Continuous Improvement in Cardiac Surgery Study score (2), the Cleveland Clinic Score (3), and the Mehta score (4). These models were developed from studies with sample sizes ranging from 30,000–50,000 patients and utilized the logistic regression algorithm to predict the risk of renal failure requiring dialysis after routine cardiac surgeries. In 2016, Birnie et al. developed a logistic regression model to predict AKI, as defined by KDIGO criteria, in 30,000 patients undergoing routine cardiac surgery, achieving an AUC of 0.74 (CI 0.72–0.76) (5). Recently in 2021, Jahan et al. generated machine learning models using four different algorithms to predict CSA-AKI and achieved AUCs outperforming the Cleveland Clinic score (6). However, these models, generated from data on patients undergoing CABG and/or valve surgeries, did not specifically consider patients with active infective endocarditis, which was not included as a feature in any previous models. Notably, the incidence of AKI in patients with active infective endocarditis (AIE-CSA-AKI) was reported to be as high as 59%–69%, approximately two to three times higher than that of CSA-AKI, and was associated with greater mortality rates, morbidity, and healthcare expenses (7, 8). The etiology of AIE-CSA-AKI is more complex, making it challenging to predict and resulting in worse outcomes. This underscores the necessity of developing and validating a predictive model specifically designed for AIE-CSA-AKI.

Population and data processing

Population

Between January 2012 and December 2023, a total of 544 patients underwent first-time cardiac surgery for active infective endocarditis at our institution, reoperation patients for prosthetic valve infective endocarditis (PVIE) were not included. Of these, 17 patients were excluded due to pre-operative renal failure requiring dialysis, leaving 527 patients eligible for inclusion in the study database. This single-center, retrospective, observational cohort study received approval from the Institutional Review Board of Peking Union Medical College Hospital (approval number: I-22PJ1016). All participants provided informed consent and signed the consent form.

Data collection and preprocessing

Medical records were reviewed to collect 39 features for the database. These features included general information (sex, age, BMI, co-morbidities, alcohol and tobacco history), pre-operative assays (serum creatinine, hemoglobin, albumin, blood cell counts, fasting glucose, HDL, TG, CRP, PCT, and calculated indexes), pre-operative clinical characteristics (NYHA class, infective shock, vegetation size, peripheral embolisms, CNS complications), intra-operative data (left heart endocarditis, valve replacement, red blood cell transfusion, crystalloid infusion, urine volume, cardiopulmonary bypass duration), and major post-operative complications (LCOS, infective shock, re-exploration, atrial fibrillation). Detailed definitions, units, and data types for each feature are provided in Supplementary Table S1. For example, left heart endocarditis is defined as infective endocarditis affecting any left heart structure, large vegetation as any vegetation larger than 1 cm observed in pre-operative TTE, and post-operative LCOS as a cardiac index of less than 2.2 L/min/m2 measured by PiCCO. In addition, valve replacement refers to a situation where the defect in the valve tissue, after debridement, is so extensive that one or more valves are deemed unrepairable and must be replaced. This may also occur following an unsuccessful attempt at repair. The overall missing data rate among the 527 observations was 0.11%, with missing values imputed using the average or median values of the variables. Data processing, statistical analyses, and the development and validation of the machine learning model were conducted using R software (version 4.3.2).

Definition of acute kidney injury

The development of postoperative AKI is defined according to the KDIGO criteria (9) within the first 7 days following surgery. It is characterized by an increase in serum creatinine by at least 50% within 7 days or an elevation of at least 0.3 mg/dl (equivalent to approximately 26.5 µmol/L) within 48 h, compared to the baseline serum creatinine level measured preoperatively.

Statistical analysis

Feature selection

A positive outcome was observed in 261 patients, suggesting that the number of features for model development should not exceed 26 to avoid overfitting. Consequently, we employed the Least Absolute Shrinkage and Selection Operator (LASSO) regression analysis for feature selection, as illustrated in Figure 1. After conducting 10-fold cross-validation, 25 features were retained at the lambda value that minimized the mean squared error. These features were deemed significant and utilized in the development of our machine learning models.

Figure 1
www.frontiersin.org

Figure 1. (A) Coefficient path of the LASSO regression. (B) Cross-validation plot of the LASSO regression, showing that 25 features were retained at the lambda value minimizing the mean squared error after 10-fold cross-validation.

Description and comparison

The dataset contained 527 observations, 25 features, and one outcome. Features were firstly compared between patients with or without CSA-AKI. Binary features were described in terms of percentages and assessed using the Chi-square test. Numeric features adhering to a normal distribution were summarized using means and standard deviations (SD) and evaluated with the independent t-test. Those not following a normal distribution were summarized using medians and interquartile ranges (IQR) and assessed with the Mann-Whitney U test. The dataset was then divided into a training set and a validation set in a 7:3 ratio. Descriptive statistics and intergroup comparisons were performed to confirm statistical consistency across the split datasets.

Machine learning algorithms

We utilized different algorithms to develop predictive models based on the training set data. Discrimination was assessed in the validation set using the ROC curve. Six machine learning algorithms were evaluated: logistic regression (LR), linear support vector machine (L-SVM), radial basis function support vector machine (RBF-SVM), XGBoost, decision tree (DT), and random forest (RF).

The XGBoost model was trained using the “xgboost” R package, with the objective parameter set to “binary:logistic” and the evaluation metric for validation data as “auc”. The number of rounds was set to 100 with early stopping after 10 rounds. Default package settings were applied for other parameters. The DT model utilized the “rpart” R package, with the method set to classification and parameters at default. For the RF model, trained with the “randomForest” R package, “ntree” was set to 500. An automatic grid search determined the optimal parameters, with “mtry” set to 3 and “nodesize” to 1.

Given the sensitivity of SVM algorithms to parameter scaling, we performed maximum normalization on numeric and ordinal categorical features before training the SVM models. After normalization, the “e1071” R package was employed to train both the L-SVM and RBF-SVM models. For the RBF-SVM model, the “cost” parameter was set to 1 and “gamma” to 0.04. For the L-SVM model, “cost” was set to 0.01. After developing the models, we plotted the ROC curve for both training and validation sets of all six models and compared their AUCs. The model with the highest AUC and confidence interval (CI) was selected for further evaluation.

Evaluation and interpretation of the best model

In addition to the ROC curve and AUC analysis, we employed 1,000 bootstrap samples to generate a bootstrap ROC curve, calculating the mean AUC and its CI. A calibration curve was plotted, and the Hosmer-Lemeshow test was performed to evaluate the model's calibration. The clinical utility was further assessed using decision curve analysis (DCA). Shapley Additive Explanations (SHAP) values for each feature in the validation set were calculated to elucidate each feature's contribution to the prediction outcome.

Results

Overall population

Medical records of 527 patients, who underwent cardiac surgery for active infective endocarditis at our institution, were reviewed. Among them, the median age was 47 years, and 68.5% were male. Hypertension was present in 23.7% of patients, while 23.1% had a history of alcoholism. Left heart infective endocarditis (IE) was diagnosed in 83.3% of cases, and 55.6% had large vegetations. The mean pre-operative TyG (triglyceride-glucose index) was 8.48. Mean creatinine clearance was 99.91 ml/min. The most common New York Heart Association (NYHA) class was class II (63.0%), followed by class III (21.8%). Valve replacement was performed in 62.8% of patients. The average cardiopulmonary bypass time was 139.5 min. Post-operatively, 8.0% of patients developed low cardiac output syndrome. AKI occurred in 261 patients (49.5%). Consequently, the number of features for model development should not exceed 26 to avoid overfitting.

LASSO regression

As illustrated in Figure 1, we employed LASSO regression for feature selection. Out of 39 features included from the database, 25 were retained based on the lambda value that minimized the mean squared error, indicating their significance. All 25 features were depicted and compared between AIE patients with or without CSA-AKI (Table 1). These significant features were subsequently utilized in the development of our machine learning models, ensuring that the number of features was appropriate for the sample size. Consequently, these 25 significant features were used to train machine learning models. The coefficients of these significant features can be found in Supplementary Table S2.

Table 1
www.frontiersin.org

Table 1. Variables in AIE patients with or without CSA-AKI.

Development of the models

The dataset, comprising 527 observations, 25 features, and 1 outcome, was split into training and validation sets at a 7:3 ratio. The differences in these features between the two sets were tested (Table 2), and none were found to be significant (P > 0.05), indicating the consistency between the two sets.

Table 2
www.frontiersin.org

Table 2. Consistency test between the training and validation sets.

Six machine learning algorithms were employed to develop models using the training set. The sensitivity and specificity of these six models are listed in Supplementary Table S3. The ROC curves, AUC values, and CIs were compared, as shown in Figure 2. The RBF-SVM algorithm exhibited the highest AUC value and was, therefore, selected for further evaluation and interpretation. The.rds file of the specific RBF-SVM model has been uploaded as a supplementary file for further testing and application in the R environment. For all 25 features in the model, their definitions, units, and data types can be seen in Supplementary Table S1.

Figure 2
www.frontiersin.org

Figure 2. ROC curve for six machine learning algorithms developed from the (A) training and (B) validation sets. (C) Notably, the RBF-SVM model demonstrates superior performance, as indicated by its highest AUC value, and is emphasized for further evaluation and interpretation.

Model evaluation

To assess the model's discrimination, we employed 1,000 bootstrap samples to generate a bootstrap ROC curve, which was plotted alongside the apparent ROC curve (Figure 3A,B). The apparent AUC was 0.771 (CI, 0.698–0.844), while the mean bootstrap AUC was 0.772 (CI, 0.696–0.842), indicating that the model's discrimination is both good and robust. To evaluate the model's calibration, we used a calibration curve (Figure 3C,D). Notably, the curve for the validation set slightly exceeded the diagonal line, suggesting that the prediction probability was marginally higher in the validation set. However, the Hosmer-Lemeshow test yielded a P value of 0.21, the Brier score was 0.21, and the reliability index was 0.77, all of which suggest satisfactory model calibration. The Decision Curve Analysis (DCA) curve further indicated that the model possesses good clinical practicability (Figure 3E,F).

Figure 3
www.frontiersin.org

Figure 3. Comprehensive Evaluation of the Predictive Model: (A,B) ROC curves for the training and validation sets. For the validation set, the apparent AUC is 0.771 (CI, 0.698–0.844), and the mean bootstrap AUC is 0.772 (CI, 0.696–0.842), indicating excellent and robust model discrimination. (C,D) Calibration curves assess the model's accuracy in probability predictions across different thresholds. The curve for the validation set is slightly above the diagonal, suggesting marginally overestimated predictions. However, the model's calibration is deemed satisfactory, supported by a Hosmer-Lemeshow test P-value of 0.21, a Brier score of 0.21, and a reliability index of 0.77. (E,F) DCA evaluates the clinical practicability of the model, demonstrating that the model provides substantial clinical benefit across a range of decision thresholds.

Model interpretation

We calculated SHAP values for all features in the validation set. Based on the mean SHAP values, we plotted a bar chart to represent the top 15 important features (Figure 4). A SHAP summary plot was also created to illustrate how specific features influence the predicted outcome (Figure 5). Additionally, univariate SHAP dependence plots were utilized to demonstrate the cut-off value for each numeric or ordinal categorical feature (Figure 6). The top 15 important features associated with AIE-CSA-AKI include valve replacement, pre-operative hypertension, large vegetations, NYHA class III or IV, alcoholism, age > 46, post-operative LCOS, TyG index > 8.75, Ccr < 90 ml/min, CPB time > 160 min, intra-operative red blood cell transfusion > 300 ml, intra-operative urine output < 750 ml, pre-operative hemoglobin < 97 g/L, a diagnosis-to-surgery gap of over a week, and male sex.

Figure 4
www.frontiersin.org

Figure 4. Bar chart displaying the top 15 important features influencing AIE-CSA-AKI, ranked by mean SHAP values. Features include valve replacement, pre-operative hypertension, large vegetations, NYHA class, alcoholism, age, post-operative LCOS, TyG, Ccr, CPB time, intra-operative red blood cell transfusion, intra-operative urine outputl, pre-operative hemoglobin, surgery timing, and sex.

Figure 5
www.frontiersin.org

Figure 5. SHAP summary plot depicting the influence of various features on the predicted outcome of AIE-CSA-AKI. Each point represents a SHAP value for a feature and a specific observation, showing the distribution of the impacts each feature has on the model output. The color intensity indicates the feature value (red-high, blue-low).

Figure 6
www.frontiersin.org

Figure 6. Univariate SHAP dependence plots for numeric and ordinal categorical features. These plots illustrate the relationship between feature values and their SHAP values. These plots reveal how specific feature values influence the model's predictions, particularly identifying cut-off points where the impact of a feature shifts from “protective” to “risk”. According to the plots, NYHA class III or IV (A), age > 46 (B), TyG index > 8.75 (C), Ccr < 90 ml/min (D), CPB time > 160 min (E), intra-operative red blood cell transfusion > 300 ml (F), intra-operative urine output < 750 ml (G), pre-operative albumin < 97 g/L (H), and diagnosisto-surgery gap over 7 days (I) were associated with high AKI risk.

Discussion

In this study, we trained and compared various machine learning algorithms to predict AIE-CSA-AKI, using data from 527 patients with active infective endocarditis who underwent cardiac surgery at our institution. Among the six algorithms tested, the RBF-SVM model demonstrated superior discrimination, achieving the highest AUC of 0.771 (CI, 0.698–0.844), surpassing both the Cleveland Clinic Score and the Mehta Score (10). Analysis of the top 15 important features, based on mean SHAP values, revealed that 10 are pre-operative, four are intra-operative, and only one, LCOS, is post-operative. This distribution suggests that, relying on this machine learning model, it is possible to predict AIE-CSA-AKI pre-operatively with reasonable accuracy. To our knowledge, this is the first study to compare multiple machine learning algorithms and develop a predictive model specifically tailored to AIE-CSA-AKI.

The advantage of our study lies in our institution's extensive database of patients with active infective endocarditis, which is sufficiently large to train machine learning models incorporating a significant number of features. Initially, 39 features were selected, primarily based on previous studies focusing on CSA-AKI. Additionally, we included features specifically associated with active infective endocarditis, such as large vegetations, embolisms, and infective shock, along with features indicative of the systemic inflammatory level, such as CRP, SIRI, SII, etc. Most of these features are pre-operative to avoid reverse causality, thereby enhancing the interpretability and clinical applicability of the model. The objective of feature selection was to ensure that the number of included features did not exceed the limit imposed by the sample size. In this process, the use of LASSO regression helped to prevent the dilution of features with internal correlations (11).

RBF-SVM stood out among the six tested algorithms. By employing the Radial Basis Function kernel, this algorithm transforms the input space into a higher-dimensional space, facilitating linear separation and proving especially effective for non-linear data (12). However, its characteristic of non-linear mapping, unlike logistic and tree models, renders the RBF-SVM model more akin to a “black box” that is difficult to interpret directly. To address this, we calculated SHAP values for all features in the validation set to explain how feature values impact the model's predicted result. The feature value where SHAP equals zero was used to represent the cut-off value for numeric and ordinal categorical features.

Among the top 15 important features, “valve replacement” was identified as the most significant. As defined in the “Methods” section, “valve replacement” refers to the replacement of one or more valves during surgery. In cases of AIE, we perform valve replacement when the infected area has expanded, the defect after debridement is large, and one or more valves are unrepairable. This classification includes all complex surgical approaches, such as double or triple valve replacement, aortic root replacement, and commando operations. In conclusion, “valve replacement” in this context indicates a more complex surgical approach. Moreover, valve replacement often indicates a more severe infective lesion, typically associated with a more serious systemic infection. Thus, the feature “valve replacement” not only reflects the complexity of the surgery but also the severity of the systemic infection, justifying its status as the most important feature.

Unlike CSA-AKI, the incidence of AIE-CSA-AKI is additionally influenced by systemic infection and inflammatory responses. This influence is evident in several key features of the model, including large vegetations, pre-operative CRP, SII, and SIRI. Notably, SII and SIRI are two recently identified biomarkers derived from blood cell counts. Research has shown that both SII and SIRI are effective in predicting adverse outcomes in patients with cardiovascular diseases (1315), as well as in forecasting cardiovascular events and all-cause mortality in the general population (16, 17).

Surgical timing was identified among the top 15 important features of the model. The SHAP dependency plot showed that the timing of surgery, when performed within 7 days of diagnosis, altered the model's prediction direction. Early surgery for AIE patients turned out to be related to a lower prospective risk of CSA-AKI. Previous CSA-AKI models, including the Cleveland Clinic Score and the Simplified Renal Index (18), identified “non-selective” and “emergent” surgeries as risk factors for CSA-AKI. Our study appears to conclude the opposite. This contradiction is directly related to the significant difference between active infective endocarditis and non-infective structural cardiac diseases. In cases of AIE, as an active infection, the earlier the infected tissue is surgically removed, the lower the risk of post-operative mortality or morbidity. This supports the recommendation that AIE should be treated surgically as soon as possible.

Other important features in the model include NYHA class III or IV, pre-operative hypertension, age over 46, post-operative LCOS, pre-operative Ccr less than 90 ml/min, CPB time exceeding 160 min, intra-operative red blood cell transfusion greater than 300 ml, intra-operative urine output less than 750 ml, and pre-operative hemoglobin below 97 g/L. These findings are largely consistent with previously developed models for CSA-AKI (36).

Study limitations

This study has several limitations. Firstly, being a single-center, retrospective study with a relatively small sample size, the performance of our model may not be optimal when applied to patient populations from different institutions or with varying characteristics. Hence, external validation is necessary to ensure its generalizability and to prevent overfitting. Secondly, the initial database features were selected manually, which may have led to the omission of some potentially important features. Thirdly, the limited number of positive samples constrained the number of features that could be included in the model. Consequently, the feature selection process might have overlooked some significant features. In conclusion, patients with AIE represent a unique subgroup among all cardiac surgery patients. Future studies are required to further explore the applicability of machine learning models to this specific group.

Conclusion

Compared to CSA-AKI, AIE-CSA-AKI presents a more complex etiology, encompassing both the severity of local infection and the level of systemic inflammation. Machine learning models have shown efficacy in predicting AIE-CSA-AKI, suggesting that their use could enhance risk stratification and peri-operative management.

Data availability statement

The original contributions presented in the study are included in the article/Supplementary Material, further inquiries can be directed to the corresponding author.

Ethics statement

The studies involving humans were approved by The Institutional Review Board of Peking Union Medical College Hospital. The studies were conducted in accordance with the local legislation and institutional requirements. The participants provided their written informed consent to participate in this study. Written informed consent was obtained from the individual(s) for the publication of any potentially identifiable images or data included in this article.

Author contributions

XL: Data curation, Formal Analysis, Methodology, Software, Writing – original draft, Writing – review & editing. SA: Data curation, Formal Analysis, Methodology, Software, Writing – original draft, Writing – review & editing. RY: Data curation, Methodology, Software, Writing – review & editing. CZ: Methodology, Supervision, Writing – review & editing. QM: Conceptualization, Funding acquisition, Writing – review & editing.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. This work was supported by the National High Level Hospital Clinical Research Funding Grant No. 2022-PUMCH-B-105.

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

Abbreviations

AIE, Active infective endocarditis; AKI, Acute kidney injury; CI, Confidence interval; CSA-AKI, Cardiac surgery associated—acute kidney injury; DCA, Decision curve analysis; DT, Decision tree; IE, Infective endocarditis; IQR, Interquartile ranges; LASSO, Least absolute shrinkage and selection operator; LCOS, Low cardiac output syndrome; LR, Logistic regression; L-SVM, Linear support vector machine; RBF-SVM, Radial basis function support vector machine; RF, Random forest; SD, Standard deviations; SHAP, Shapley additive explanations; TyG, Triglyceride-glucose index.

References

1. Wang Y, Bellomo R. Cardiac surgery-associated acute kidney injury: risk factors, pathophysiology and treatment. Nat Rev Nephrol. (2017) 13(11):697–711. doi: 10.1038/nrneph.2017.119

PubMed Abstract | Crossref Full Text | Google Scholar

2. Chertow GM, Lazarus JM, Christiansen CL, Cook EF, Hammermeister KE, Grover F, et al. Preoperative renal risk stratification. Circulation. (1997) 95(4):878–84. doi: 10.1161/01.CIR.95.4.878

PubMed Abstract | Crossref Full Text | Google Scholar

3. Thakar CV, Arrigain S, Worley S, Yared JP, Paganini EP. A clinical score to predict acute renal failure after cardiac surgery. J Am Soc Nephrol. (2005) 16(1):162–8. doi: 10.1681/ASN.2004040331

PubMed Abstract | Crossref Full Text | Google Scholar

4. Mehta RH, Grab JD, O'Brien SM, Bridges CR, Gammie JS, Haan CK, et al. Society of thoracic surgeons national cardiac surgery database I: bedside tool for predicting the risk of postoperative dialysis in patients undergoing cardiac surgery. Circulation. (2006) 114(21):2208–16. doi: 10.1161/CIRCULATIONAHA.106.635573

PubMed Abstract | Crossref Full Text | Google Scholar

5. Birnie K, Verheyden V, Pagano D, Bhabra M, Tilling K, Sterne JA, et al. Predictive models for kidney disease: improving global outcomes (KDIGO) defined acute kidney injury in UK cardiac surgery. Crit Care. (2014) 18(6):606. doi: 10.1186/s13054-014-0606-x

PubMed Abstract | Crossref Full Text | Google Scholar

6. Penny-Dimri JC, Bergmeir C, Reid CM, Williams-Spence J, Cochrane AD, Smith JA. Machine learning algorithms for predicting and risk profiling of cardiac surgery-associated acute kidney injury. Semin Thorac Cardiovasc Surg. (2021) 33(3):735–45. doi: 10.1053/j.semtcvs.2020.09.028

PubMed Abstract | Crossref Full Text | Google Scholar

7. Legrand M, Pirracchio R, Rosa A, Petersen ML, Van der Laan M, Fabiani JN, et al. Incidence, risk factors and prediction of post-operative acute kidney injury following cardiac surgery for active infective endocarditis: an observational study. Crit Care. (2013) 17(5):R220. doi: 10.1186/cc13041

PubMed Abstract | Crossref Full Text | Google Scholar

8. Gagneux-Brunon A, Pouvaret A, Maillard N, Berthelot P, Lutz MF, Cazorla C, et al. Acute kidney injury in infective endocarditis: a retrospective analysis. Med Mal Infect. (2019) 49(7):527–33. doi: 10.1016/j.medmal.2019.03.015

PubMed Abstract | Crossref Full Text | Google Scholar

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

PubMed Abstract | Crossref Full Text | Google Scholar

10. Kiers HD, van den Boogaard M, Schoenmakers MC, van der Hoeven JG, van Swieten HA, Heemskerk S, et al. Comparison and clinical suitability of eight prediction models for cardiac surgery-related acute kidney injury. Nephrol Dial Transplant. (2013) 28(2):345–51. doi: 10.1093/ndt/gfs518

PubMed Abstract | Crossref Full Text | Google Scholar

11. Freijeiro-González L, Febrero-Bande M, González-Manteiga W. A Critical Review of LASSO and its Derivatives for Variable Selection Under Dependence Among Covariates. Available online at: https://arxiv.org/abs/2012.11470 (accessed November 29, 2024).

Google Scholar

12. Sidharth. The RBF Kernel in SVM: A Complete Guide. Available online at: https://www.pycodemates.com/2022/10/the-rbf-kernel-in-svm-complete-guide.html?m=1 (accessed November 29, 2024).

Google Scholar

13. Tian SY. Systemic immune-inflammation index predicts restenosis after interventions for lower extremity arteriosclerosis obliterans. Heart Surg Forum. (2023) 26(3):E225–33. doi: 10.1532/hsf.5303

PubMed Abstract | Crossref Full Text | Google Scholar

14. Lin K, Lan Y, Wang A, Yan Y, Ge J. The association between a novel inflammatory biomarker, systemic inflammatory response index and the risk of diabetic cardiovascular complications. Nutr Metab Cardiovasc Dis. (2023) 33(7):1389–97. doi: 10.1016/j.numecd.2023.03.013

PubMed Abstract | Crossref Full Text | Google Scholar

15. Aksakal E, Aksu U, Birdal O, Ozturk M, Gulcu O, Kalkan K, et al. Role of systemic immune-inflammatory index in predicting the development of in-hospital malignant ventricular arrhythmia in patients with ST-elevated myocardial infarction. Angiology. (2023) 74(9):881–8. doi: 10.1177/00033197221121435

PubMed Abstract | Crossref Full Text | Google Scholar

16. Jin Z, Wu Q, Chen S, Gao J, Li X, Zhang X, et al. The associations of two novel inflammation indexes, SII and SIRI with the risks for cardiovascular diseases and all-cause mortality: a ten-year follow-up study in 85,154 individuals. J Inflamm Res. (2021) 14:131–40. doi: 10.2147/JIR.S283835

PubMed Abstract | Crossref Full Text | Google Scholar

17. Li J, He D, Yu J, Chen S, Wu Q, Cheng Z, et al. Dynamic status of SII and SIRI alters the risk of cardiovascular diseases: evidence from kailuan cohort study. J Inflamm Res. (2022) 15:5945–57. doi: 10.2147/JIR.S378309

PubMed Abstract | Crossref Full Text | Google Scholar

18. Wijeysundera DN, Karkouti K, Dupuis JY, Rao V, Chan CT, Granton JT, et al. Derivation and validation of a simplified predictive index for renal replacement therapy after cardiac surgery. JAMA. (2007) 297(16):1801–9. doi: 10.1001/jama.297.16.1801

PubMed Abstract | Crossref Full Text | Google Scholar

Keywords: active infective endocarditis, surgery, acute kidney injury, machine learning, clinical prediction model

Citation: Liu X, Ai S, Yu R, Zhang C and Miao Q (2024) Development and evaluation of a machine learning model for post-surgical acute kidney injury in active infective endocarditis. Front. Cardiovasc. Med. 11:1425275. doi: 10.3389/fcvm.2024.1425275

Received: 29 April 2024; Accepted: 22 November 2024;
Published: 5 December 2024.

Edited by:

Debasis Das, Narayana Superspeciality Hospital, India

Reviewed by:

Massimo Baudo, Lankenau Institute for Medical Research, United States
Francesco Cabrucci, Lankenau Institute for Medical Research, United States

Copyright: © 2024 Liu, Ai, Yu, Zhang and Miao. 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: Qi Miao, bWlhb3FpcHVtY0Bob3RtYWlsLmNvbQ==

These authors have contributed equally to this work

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.