Skip to main content

Interpretable machine learning models for predicting the incidence of antibiotic- associated diarrhea in elderly ICU patients

Abstract

Background

Antibiotic-associated diarrhea (AAD) can prolong hospitalization, increase medical costs, and even lead to higher mortality rates. Therefore, it is essential to predict the incidence of AAD in elderly intensive care unit(ICU) patients. The objective of this study was to create a prediction model that is both interpretable and generalizable for predicting the incidence of AAD in elderly ICU patients.

Methods

We retrospectively analyzed data from the First Medical Center of the People’s Liberation Army General Hospital (PLAGH) in China. We utilized the machine learning model Extreme Gradient Boosting (XGBoost) and Shapley’s additive interpretation method to predict the incidence of AAD in elderly ICU patients in an interpretable manner.

Results

A total of 848 adult ICU patients were eligible for this study. The XGBoost model predicted the incidence of AAD with an area under the receiver operating characteristic curve (ROC) of 0.917, sensitivity of 0.889, specificity of 0.806, accuracy of 0.870, and an F1 score of 0.780. The XGBoost model outperformed the other models, including logistic regression, support vector machine (AUC = 0.809), K-nearest neighbor algorithm (AUC = 0.872), and plain Bayes (AUC = 0.774).

Conclusions

While the XGBoost model may not excel in absolute performance, it demonstrates superior predictive capabilities compared to other models in forecasting the incidence of AAD in elderly ICU patients categorized based on their characteristics.

Peer Review reports

Background

Antibiotic-associated diarrhea (AAD) is a type of diarrhea that occurs subsequent to antibiotic administration and cannot be attributed to any other etiology. The prevalence of AAD ranges from 5 to 35% [1,2,3]. Critically ill patients in intensive care units (ICU) exhibit a higher incidence of AAD due to the complexity of their conditions, the diverse array of antibiotics utilized, and the frequent use of antibiotic combinations [4,5,6]. With the aging demographic, there has been a rise in the proportion of elderly patients in the ICU. As the elderly population experiences a reduction in beneficial commensal bacteria, the intestinal barrier becomes more vulnerable. Consequently, the elderly are more susceptible to the effects of antibiotic use, leading to an elevated risk of AAD. The occurrence of AAD prolongs hospitalization, escalates medical expenses, and may even contribute to increased mortality [7,8,9]. Early identification of patients at risk of AAD is critical and may facilitate timely prevention and intervention. This study aimed to construct a predictive model for AAD risk using data from the Department of Critical Care Medicine at the First Medical Center of the People’s Liberation Army General Hospital (PLAGH). The SHAP method was employed to explicate the predictive model, enabling it to not only anticipate outcomes but also provide a logical rationale for the prediction, thereby significantly bolstering user confidence in the model.

Methods

We performed a longitudinal, monocenter, retrospective study based on PLAGH database. We reported according to the TRIPOD Checklist.

Study population

Data on patients admitted to the Department of Critical Care Medicine at the First Medical Center of the General Hospital of the People’s Liberation Army (PLA) from January 1, 2020, to June 30, 2022, and treated with antibiotics were retrospectively analyzed. Inclusion criteria: (1) aged 60 years or older; (2) received antibiotic treatment within 7 days of admission to the ICU; (3) absence of diarrhea symptoms upon admission to the ICU. Exclusion criteria: (1) ICU length of stay ≤ 2 days; (2) palliative care; (3) diarrhea symptoms upon admission to the ICU (including previous chronic gastrointestinal diseases such as irritable bowel syndrome, ischemic bowel disease, and inflammatory bowel disease, as well as acute gastrointestinal diseases such as food poisoning, acute gastroenteritis, and laxative medication); (4) postoperative gastrointestinal tumors (i.e., admitted to the ICU with a jejunostomy, a ileostomy and a colostomy); (5) Missing clinical information.

Grouping

Grouping was conducted based on the AAD diagnostic criteria, with individuals who met the criteria were included in the AAD group, and those who did not meet the criteria were included in the control group. The AAD group consisted of patients who met the AAD diagnostic criteria, which included the absence of diarrhea prior to admission and recent or current use of antimicrobial drugs. Symptoms of diarrhea in this context were defined as having three or more loose or watery stools per day, along with bloody or mucus-pus-blood stools, fever, abdominal pain, and other specific criteria. Other potential causes of diarrhea, such as underlying conditions and improper care, were excluded [10].

Data extraction

We collected baseline characteristics of patients within the first 24 h of ICU admission and clinical and pharmacologic measures within 7 days of ICU admission. Demographic parameters included age, gender, and body mass index (BMI). Clinical treatment measures included mechanical ventilation, continuous renal replacement therapy (RRT), and enteral nutrition. Laboratory parameters included hemoglobin (Hb), C-reactive protein (CRP), interleukin-6 (IL-6), platelet count (Plt), procalcitonin (Pct), albumin (Alb), serum creatinine (Scr), serum phosphorus (P), amylase, and lipase. Pharmacologic interventions included third generation cephalosporin antibiotics(ceftazidime, ceftriaxone, cefoperazone sodium sulbactam sodium), carbapenem antibiotic(meropenem), glycopeptide antibiotics(ticlopidine, vancomycin), tetracycline antibiotics(tigecycline), penicillin antibiotics(piperacillin sodium tazobactam sodium), oxazolidinone antibiotics(linezolid), anti-anaerobic antibiotics(ornidazole), antifungal antibiotics(fluconazole, caspofungin) and sedative and analgesics (propofol, dexmedetomidine, midazolam, bupropion). Disease severity was assessed using the Acute Physiology and Chronic Health Evaluation II (APACHE II) [11] and Sequential Organ Failure Assessment (SOFA) score [12]. Study outcomes included the length of ICU stay and hospital mortality. The study complied with the Declaration of Helsinki and was approved by the Ethical Committee of the General Hospital of the People’s Liberation Army (PLA)(S2017-054-02). Considering that this was a retrospective observational study. Informed consent is deemed unnecessary by the Ethical Committee of the General Hospital of the People’s Liberation Army (PLA).

All computations and analyses were performed using Python version 3.9. Continuous variables were represented as means ± standard deviations (SDs) or medians and interquartile ranges (IQRs). Categorical variables were presented as totals and percentages. Group comparisons were conducted using the Kruskal-Wallis test for continuous variables, and the chi-square test and ANOVA for categorical variables. Statistical significance was defined as p-values less than 0.05. Variables with missing values exceeding 40% were excluded from further analysis, and the overall median was used to interpolate the remaining missing data. The study cohort was randomized with 70% of the data used for model training and 30% for model testing. The study employed LASSO regression analysis to identify the variables that could predict the likelihood of developing AAD. Five machine learning methods (XGBoost, Logistic Regression [LR], Support Vector Machine [SVM], k Nearest Neighbor Algorithm [KNN], and Plain Bayes [NB]) were employed to develop predictive models. Key hyperparameters of XGBoost were set to their default values, including the learning rate (learning rate = 0.1), the maximum depth of each tree (max depth = 3), and the number of modeled sequence trees (n estimators = 20). Evaluation metrics included the area under the receiver operating characteristic curve (AUC), sensitivity, specificity, accuracy, and F1 score. The F1 score combines the precision and recall of a classifier into a single score ranging from 0 to 1 [13]. Precision is defined as TP/(TP + FP) (where TP denotes true positives and FP denotes false positives), and the model’s accuracy was assessed by confirming the correct TP. Recall is defined as TP/(TP + FN) (where FN denotes false negatives) and is used to measure how many true positives are identified by the model. The F1 score is defined as 2 × (precision × recall)/(precision + recall), representing a balance between precision and recall [14, 15]. SHAP values were utilized to interpret early prediction models. They offer a unified approach for interpreting the outcomes of any machine learning model and provide consistent and locally accurate attribution values for each feature [16, 17].

Results

Baseline characteristics of included patients

We analyzed a total of 848 qualified adult patients for this study. The flow chart of patient recruitment is shown in Fig. 1. The dataset was split randomly into two sections: 70% of the data was utilized for training the model, and 30% was used for testing the model (Table 1). The occurrence of AAD in the training set was 22.32% (139 out of 596), and in the testing set, it was 21.82% (55 out of 252), as indicated in Table 1.

Fig. 1
figure 1

The flow chart of patient recruitment

Table 1 Baseline characteristics of two dataests

Modeling

37 variables measured at admission were included in the Lasso regression analysis. After Lasso regression selection (see Fig. 2). 10 variables were identified as predictors of AAD occurrence. These variables included hemoglobin, C-reactive protein, use of tigecycline, butorphanol, vancomycin, linezolid, fluconazole, meropenem, enteral nutrition, and renal replacement therapy. We employed various machine learning techniques, including XGBoost, LR, SVM, KNN and NB, to predict the occurrence of AAD in elderly ICU patients using all available variables as input features. The findings revealed that XGBoost achieved the highest AUC for the test dataset (0.917, 95% confidence interval = 0.881–0.948) (Fig. 3; Table 2).

Fig. 2
figure 2

Variable selection using the least absolute shrinkage and selection operator (LASSO) binary logistic regression model. (A) LASSO coefficient profiles of the 37 baseline features. (B) Tuning parameter (λ) selection in the LASSO model used 5-fold cross-validation via minimum criteria variable selection

Fig. 3
figure 3

Predictive performance of training dataset(A) and testing dataset(B) evaluated by machine learning methods. Log Reg, logistic regression; SVM, support vector machine; KNN, k-nearest neighbor; Tree, Decision Tree; NB, naive Bayesian; XGBoost, extreme gradient boosting

Table 2 The performance of each model for prediction

Model evaluation

Brier scores and DCA are important metrics used to evaluate predictive models. XGBoost’s Brier score is much lower and better than other models. Figure 4 shows the calibration curves for the nine models. The DCA shows that the XGBoost model can be used as a tool to predict the occurrence of AAD (Fig. 5). We also applied K-fold cross-validation to evaluate the model performance, as shown in Table 3.

Fig. 4
figure 4

Calibration plots of five models. The XGBoost achieved lower(better) Brier scores(0.146) compared with the other models

Fig. 5
figure 5

Decision curve analysis for five machine learnin models. The XGBoost model can serve as the best prediction to AAD

Table 3 The K-fold crossing-validation of each model for prediction

Model interpretation

Based on the above, we can conclude that the XGBoost model significantly outperforms the other four machine learning models. Therefore, we apply the SHAP model to explain the XGBoost model. The diagram in Fig. 6 illustrates the ranking of the top 20 risk factors and their importance. The SHAP value, represented on the x-axis, acts as a standardized measure of a feature’s impact on the response model. Each row in the feature importance chart displays patient attributes related to the outcome using different colored dots, with red and blue dots indicating high and low values, respectively. A higher SHAP value for a characteristic indicates a greater risk of patient morbidity. The first 20 variables are presented in descending order of mean importance (SHAP value). Additionally, the model prediction results are interpreted based on two samples from the dataset. This interpretation highlights the features contributing to pushing the model output away from the base value. Features that increase the prediction are depicted in red, while those that decrease the prediction are shown in blue. For instance, the high risk of acute aortic dissection (AAD) in patients was predicted to be associated with elevated levels of c-reactive protein (CRP) (9.71 mg/L), high serum phosphorus (P) levels (0.37 mmol/L), elevated procalcitonin (PCT) levels (0.447 ng/mL), and the use of enteral nutrition. Conversely, non-AAD patients were predicted to have lower levels of calcitoninogen (0.066 ng/mL), lower levels of adiponectin (13.4 U/L), normal platelet levels (PLT) (188 × 10^9/L), lower levels of C-reactive protein (CRP) (0.87 mg/L), and a younger age (60 years). Figure 7 presents the SHAP dependency plot for the top 12 important variables. It was observed that elevated levels of calcitoninogen, interleukin-6, adiponectin, and C-reactive protein, as well as older age, vancomycin use, and enteral nutrition, were associated with a higher incidence of AAD. Conversely, lower levels of hemoglobin, serum phosphorus, and platelets were linked to a higher incidence of AAD. The use of the sedative propofol may reduce the incidence of AAD in elderly ICU patients. Finally, the confusion matrix was utilized to display the prediction outcomes of the XGBoost model, with a positive predictive value of 84.6% and a negative predictive value of 86.6%.

Fig. 6
figure 6

The model’s interpretation. A, The importance ranking of the top 20 risk factors. The SHAP value (x-axis) is a unified index responding to the effect of a feature in the model. In each feature importance row, all patients’ attributes to the outcome were plotted using different colored dots, in which the red (blue) dots represent high (low) values. The higher the SHAP value of a feature, the higher the risk of death for the patient. B, The importance ranking of the top 20 variables according to the mean (|SHAP value|). C, D, The interpretation of model prediction results with the two samples. This explanation shows features each contributing to pushing the model output from the base value to the model output. Features pushing the prediction higher are shown in red, and those pushing the prediction lower are shown in blue. C, The AAD patient was predicted to occur AAD because of their high C-reaction protein(CRP)(9.71 mg·L − 1) level, high serium phosphorus(P)(0.37 mmol·L − 1) level, high procalcitonin(PCT)(0.447ng· mL − 1) level and the use of enteral nutrition; D, The non-AAD patient was predicted to be normal defecation function because of a lower procalcitonin (0.066ng· mL − 1) level, lower lipase (13.4U·L − 1) level, normal platelet(PLT)(188*10^9 ·L − 1) level, lower C-reaction protein(CRP)(0.87 mg·L − 1) level, lower age(60y). WBC, white blood cell; Pct, procalcitonin; Alb, albumin; Hb, hemoglobin; IL-6, interleukin-6; Scr, serum creatinine; Plt, platelet; CRP, C-reaction protein; SOFA, Sequential Organ Failure Assessment; BMI, body mass index; CCI, Charlson comorbidity index; PT, Piperacillin/Tazobactam

Fig. 7
figure 7

SHAP dependence plot of the XGboost model. The SHAP dependence plot shows how a single feature affects the output of the XGBoost prediction model. SHAP values for specific features exceed zero. WBC, white blood cell; Pct, procalcitonin; Alb, albumin; Hb, hemoglobin; IL-6, interleukin-6; Scr, serum creatinine; Plt, platelet; CRP, C-reaction protein; SOFA, Sequential Organ Failure Assessment; BMI, body mass index; CCI, Charlson comorbidity index; PT, Piperacillin/Tazobactam

Discussion

In this study, we developed and internally validated a machine learning algorithm using 37 features to predict the occurrence of AAD in elderly patients in the ICU. The XGBoost model outperforms LR, SVM, KNN and NB. The variables necessary for calculating the risk of AAD occurrence are typically readily available at the time of admission. Additionally, we have employed SHAP to interpret the XGBoost model, which will aid physicians in comprehending the decision-making process of the model. Early and aggressive preventive measures are imperative if a patient is at high risk of developing AAD.

The widespread use of broad-spectrum antibiotics in recent years has raised global concerns about the incidence of AAD in elderly ICU patients [18]. The occurrence of AAD in patients can extend the length of hospital stay, raise healthcare expenses, and potentially contribute to higher mortality [10, 19, 20]. As a result, it is essential to prevent the occurrence of AAD and to identify and treat it as early as possible. Most current studies focus on analyzing the risk factors for AAD in ICU patients. For example, a retrospective study conducted at a single center analyzed the risk factors for AAD in ICU patients. The study found that advanced age, prolonged ICU stay, extended use of proton pump inhibitors, and prolonged antibiotic use were associated with a higher risk of AAD in elderly ICU patients [21]。No study has developed a model to predict the risk of AAD in elderly ICU patients. In the current study, we have developed a predictive model incorporating 40 characteristics based on the PLAGH data. The top 20 risk factors with the highest predictive value were enteral nutrition use, calcitoninogen, hemoglobin, lipase, platelets, C-reactive protein, albumin, age, propofol use, interleukin-6, serum phosphorus, vancomycin use, butorphanol use, linezolid use, SOFA score, white blood cell count, body mass index, fluconazole use, piperacillin sodium tazobactam sodium use, and remifentanil use. The SHAP method was also utilized to interpret the predictive model, enabling it to not only forecast the user’s expected outcome but also to offer a rational explanation for the prediction. This significantly enhanced the user’s trust in the model.

In our investigation, we observed that the administration of sedative and analgesic medications (specifically propofol, butorphanol, and remifentanil) was associated with a decreased risk of AAD. This reduction is likely attributed to the inhibitory effects of opioids on gastrointestinal motility, resulting in reduced bowel movements [22, 23]. This decrease may lead to disturbances in the gut microbiota and intestinal barrier function, thereby increasing the likelihood of bacterial translocation [24]. However, it is important to note that the overall impact may not necessarily be a protective factor. Previous research has indicated that nearly all classes of antibiotics may contribute to the onset of AAD [25, 26].

A retrospective analysis revealed that cefoperazone/sulbactam or piperacillin/ tazobactam resulted in a similar incidence of AAD [27]. Nevertheless, there is a lack of comparative studies examining the effects of different antibiotics on AAD incidence. The antibiotics identified as the top 20 risk factors with the highest predictive value in our study were vancomycin, linezolid, fluconazole, and piperacillin sodium-tazobactam sodium. Among these, vancomycin exhibited the most significant impact in predicting the occurrence of AAD in elderly ICU patients.

The study has a few potential limitations. Firstly, it employed a small sample size for model development and lacked an external validation cohort. Consequently, future multicenter studies with larger sample sizes are imperative to assess the model’s generalizability. Secondly, the medication therapy considered in the training and testing datasets only encompassed antibiotics and sedative-analgesic medications, neglecting other medications that could significantly influence the incidence of AAD. This oversight may limit the model’s applicability.

Conclusion

In summary, we developed five different AAD prediction models and calibrated them using AUROC, Brier Score, and DCA to select the best performing model. The best machine learning algorithm with good performance is selected. We hope that this model can aid physicians in early intervention and treatment, potentially reducing the length of ICU hospitalization and healthcare costs for elderly patients.

Data availability

The datasets utilized and/or examined in the present study can be obtained from the corresponding author upon request. Email: feihuzhou301@126.com.

Abbreviations

AAD:

Antibiotic-associated diarrhea

PLAGH:

People’s Liberation Army General Hospital

ICU:

Intensive care unit

XGBoost:

Extreme gradient boosting

AUC:

Area under the receiver operating characteristic curve

SOFA:

Sequential Organ Failure Assessment

APACHE II:

Acute Physiology and Chronic Health Evaluation II

CRP:

C-reactive protein

P:

Phosphorus

PCT:

Procalcitonin

PLT:

Platelet levels

BMI:

Body mass index

RRT:

Continuous renal replacement therapy

Hb:

Hemoglobin

IL-6:

Interleukin-6

Alb:

Albumin

Scr:

Serum creatinine

SDs:

Standard deviations

IQRs:

Interquartile ranges

LR:

Logistic Regression

SVM:

Support Vector Machine

KNN:

K Nearest Neighbor Algorithm

NB:

Plain Bayes

TP:

True positives

FP:

False positives

References

  1. Mekonnen SA, Merenstein D, Fraser CM, Marco ML. Molecular mechanisms of probiotic prevention of antibiotic-associated diarrhea. Curr Opin Biotechnol. 2020;61:226–34.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  2. Jingjing S, Yanshu Z, Yu L, Qindong S, Xue W, Lei Z, et al. Factors related to antibiotic-associated diarrhea in patients in the intensive care unit receiving antifungals: a single-center retrospective study. J Int Med Res. 2019;47(5):2067–76.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Motamedi H, Fathollahi M, Abiri R, Kadivarian S, Rostamian M, Alvandi A. A worldwide systematic review and meta-analysis of bacteria related to antibiotic-associated diarrhea in hospitalized patients. PLoS ONE. 2021;16(12):e0260667.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Dai M, Liu Y, Chen W, Buch H, Shan Y, Chang L, et al. Rescue fecal microbiota transplantation for antibiotic-associated diarrhea in critically ill patients. Crit Care. 2019;23(1):324.

    Article  PubMed  PubMed Central  Google Scholar 

  5. Ghoshal UC, Gwee KA, Holtmann G, Li Y, Park SJ, Simadibrata M, et al. Physician perceptions on the use of antibiotics and probiotics in adults: an International Survey in the Asia-Pacific Area. Front Cell Infect Microbiol. 2021;11:722700.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Guo X, Sun L, Wang S, Shen Y. Effects of Irrational Use of antibiotics on Intestinal Health of Children with Extraintestinal Infectious diseases. Volume 2022. Contrast media & molecular imaging; 2022. p. 9506490.

  7. Lau VI, Xie F, Fowler RA, Rochwerg B, Johnstone J, Lauzier F, et al. Health economic evaluation alongside the Probiotics to prevent severe pneumonia and endotracheal colonization trial (E-PROSPECT): a cost-effectiveness analysis. Can J Anaesth = J Canadien D’anesthesie. 2022;69(12):1515–26.

    Article  CAS  Google Scholar 

  8. Zhang L, Zeng X, Guo D, Zou Y, Gan H, Huang X. Early use of probiotics might prevent antibiotic-associated diarrhea in elderly (> 65 years): a systematic review and meta-analysis. BMC Geriatr. 2022;22(1):562.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Zhao L, Zhang Y, Wang Y, Qiao H, Wang Y, Ren J, et al. Gut microbiota diversity of hospitalized older adult patients with and without antibiotic-associated diarrhea. Aging Clin Exp Res. 2023;35(7):1541–55.

    Article  PubMed  Google Scholar 

  10. Rajkumar C, Wilks M, Islam J, Ali K, Raftery J, Davies KA, et al. Do probiotics prevent antibiotic-associated diarrhoea? Results of a multicentre randomized placebo-controlled trial. J Hosp Infect. 2020;105(2):280–8.

    Article  CAS  PubMed  Google Scholar 

  11. Knaus WA, Wagner DP, Draper EA, Zimmerman JE, Bergner M, Bastos PG, et al. The APACHE III prognostic system. Risk prediction of hospital mortality for critically ill hospitalized adults. Chest. 1991;100(6):1619–36.

    Article  CAS  PubMed  Google Scholar 

  12. Vincent JL, Moreno R, Takala J, Willatts S, De Mendonca A, Bruining H, et al. The SOFA (Sepsis-related Organ failure Assessment) score to describe organ dysfunction/failure. On behalf of the Working Group on Sepsis-related problems of the European Society of Intensive Care Medicine. Intensive Care Med. 1996;22(7):707–10.

    Article  CAS  PubMed  Google Scholar 

  13. Handelman GS, Kok HK, Chandra RV, Razavi AH, Lee MJ, Asadi H. eDoctor: machine learning and the future of medicine. J Intern Med. 2018;284(6):603–19.

    Article  CAS  PubMed  Google Scholar 

  14. Greener JG, Kandathil SM, Moffat L, Jones DT. A guide to machine learning for biologists. Nat Rev Mol Cell Biol. 2022;23(1):40–55.

    Article  CAS  PubMed  Google Scholar 

  15. Choi RY, Coyner AS, Kalpathy-Cramer J, Chiang MF, Campbell JP. Introduction to machine learning, neural networks, and Deep Learning. Translational Vis Sci Technol. 2020;9(2):14.

    Google Scholar 

  16. Belle V, Papantonis I. Principles and practice of Explainable Machine Learning. Front big data. 2021;4:688969.

    Article  PubMed  PubMed Central  Google Scholar 

  17. Wang Z, Zhang L, Huang T, Yang R, Cheng H, Wang H, et al. Developing an explainable machine learning model to predict the mechanical ventilation duration of patients with ARDS in intensive care units. Heart lung: J Crit care. 2023;58:74–81.

    Article  Google Scholar 

  18. Velasco M, Requena T, Delgado-Iribarren A, Peláez C, Guijarro C. Probiotic yogurt for the Prevention of Antibiotic-associated diarrhea in adults: a Randomized double-blind placebo-controlled trial. J Clin Gastroenterol. 2019;53(10):717–23.

    Article  CAS  PubMed  Google Scholar 

  19. Wright K, Wright H, Murray M. Probiotic treatment for the prevention of antibiotic-associated diarrhoea in geriatric patients: a multicentre randomised controlled pilot study. Australas J Ageing. 2015;34(1):38–42.

    Article  PubMed  Google Scholar 

  20. Zhang Y, Sun J, Zhang J, Liu Y, Guo L. Enzyme inhibitor antibiotics and antibiotic-Associated Diarrhea in critically ill patients. Med Sci Monitor: Int Med J Experimental Clin Res. 2018;24:8781–8.

    Article  CAS  Google Scholar 

  21. Zhou H, Xu Q, Liu Y, Guo LT. Risk factors, incidence, and morbidity associated with antibiotic-associated diarrhea in intensive care unit patients receiving antibiotic monotherapy. World J Clin Cases. 2020;8(10):1908–15.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Brenner DM, Argoff CE, Fox SM, Bochenek W, D’Astoli P, Blakesley RE, et al. Efficacy and safety of linaclotide for opioid-induced constipation in patients with chronic noncancer pain syndromes from a phase 2 randomized study. Pain. 2020;161(5):1027–36.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  23. Dionne JC, Johnstone J, Smith O, Rose L, Oczkowski S, Arabi Y, et al. Content analysis of bowel protocols for the management of constipation in adult critically ill patients. J Crit Care. 2020;58:98–104.

    Article  CAS  PubMed  Google Scholar 

  24. Kolli U, Jalodia R, Moidunny S, Singh PK, Ban Y, Tao J, et al. Multi-omics analysis revealing the interplay between gut microbiome and the host following opioid use. Gut Microbes. 2023;15(2):2246184.

    Article  PubMed  PubMed Central  Google Scholar 

  25. Soki J, Wybo I, Wirth R, Hajdu E, Matuz M, Burian K, et al. A comparison of the antimicrobial resistance of fecal Bacteroides isolates and assessment of the composition of the intestinal microbiotas of carbapenem-treated and non-treated persons from Belgium and Hungary. Anaerobe. 2022;73:102480.

    Article  CAS  PubMed  Google Scholar 

  26. Hagihara M, Kuroki Y, Ariyoshi T, Higashi S, Fukuda K, Yamashita R, et al. Clostridium butyricum modulates the Microbiome to protect intestinal barrier function in mice with Antibiotic-Induced Dysbiosis. iScience. 2020;23(1):100772.

    Article  CAS  PubMed  Google Scholar 

  27. Chen Y, Xiang Q, Liu L. Comparison of antibiotic-associated diarrhea caused by cefoperazone/sulbactam or piperacillin/tazobactam in neurosurgery patients. J Int Med Res. 2021;49(5):3000605211019661.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

No funding to declare.

Author information

Authors and Affiliations

Authors

Contributions

All the authors contributed to the design of the study. YTC and YBZ contributed to collecting the data, developing the models, and drafting the manuscript. YTC, YBZ and CL contributed to further analysis and interpretation of the data. YTC, CL and ZM contributed to algorithm programming and the statistical analysis. ZM and FHZ contributed to editing and approving the manuscript. All authors revised the manuscript draft and approved the final version for submission.

Corresponding author

Correspondence to Feihu Zhou.

Ethics declarations

Ethics approval and consent to participate

The study complied with the Declaration of Helsinki and has been approved by the Ethical Committee of the General Hospital of the People’s Liberation Army (PLA)(S2017-054-02). Considering that this was a retrospective observational study. Informed consent is deemed unnecessary by the Ethical Committee of the General Hospital of the People’s Liberation Army (PLA).

Consent for publication

Not applicable.

Competing interests

The authors declare no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Cui, Y., Zhou, Y., Liu, C. et al. Interpretable machine learning models for predicting the incidence of antibiotic- associated diarrhea in elderly ICU patients. BMC Geriatr 24, 458 (2024). https://doi.org/10.1186/s12877-024-05028-8

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12877-024-05028-8

Keywords