Skip to main content

ORIGINAL RESEARCH article

Front. Med. , 05 February 2025

Sec. Infectious Diseases: Pathogenesis and Therapy

Volume 12 - 2025 | https://doi.org/10.3389/fmed.2025.1521660

Clinical validation and optimization of machine learning models for early prediction of sepsis

Xi Liu&#x;Xi Liu1Meiyi Li&#x;Meiyi Li1Xu Liu&#x;Xu Liu1Yuting LuoYuting Luo1Dong YangDong Yang2Hui OuyangHui Ouyang1Jiaoling HeJiaoling He1Jinyu Xia
Jinyu Xia1*Fei Xiao,,
Fei Xiao1,3,4*
  • 1Department of Infectious Diseases, The Fifth Affiliated Hospital of Sun Yat-sen University, Zhuhai, China
  • 2Guangzhou AID Cloud Technology, Guangzhou, China
  • 3Guangdong Provincial Key Laboratory of Biomedical Imaging, The Fifth Affiliated Hospital, Sun Yat-sen University, Zhuhai, China
  • 4Guangdong Provincial Engineering Research Center of Molecular Imaging, The Fifth Affiliated Hospital, Sun Yat-sen University, Zhuhai, China

Introduction: Sepsis is a global health threat that has a high incidence and mortality rate. Early prediction of sepsis onset can drive effective interventions and improve patients’ outcome.

Methods: Data were collected retrospectively from a cohort of 2,329 adult patients with positive bacteria cultures from a tertiary hospital in China between October 1, 2019 and September 30, 2020. Thirty six clinical features were selected as inputs for the models. We trained models in predicting sepsis by machine learning (ML) methods, including logistic regression, decision tree, random forest (RF), multi-layer perceptron, and light gradient boosting. We evaluated the performance of the five ML models and the evaluation metrics were: area under the ROC curve (AUC), accuracy, F1-score, sensitivity and specificity. The data of another cohort of 2,286 patients between October 1, 2020 and April 1, 2022 were used to validate the performance of the model performing best in the in the internal validation set. Shapley additive explanations (SHAP) method was applied to evaluate feature importance and explain the predictions of this model.

Results: Of the five machine learning models developed, the RF model demonstrated the best performance in terms of AUC (0.818), F1 value (0.38), and sensitivity (0.746). The RF model also has a comparable AUC (0.771) in the external validation set. The SHAP method identified procalcitonin, albumin, prothrombin time, and sex as the important variables contributing to the prediction of sepsis.

Discussion: The RF model we developed showed the greatest potential for early prediction of sepsis in admitted patients, which could aid clinicians in their decision-making process. Our findings also suggested that male patients with bacterial infections and high procalcitonin levels, lower albumin levels, or prolonged prothrombin times were more likely to develop sepsis.

1 Introduction

Sepsis is a serious and potentially life-threatening condition characterized by dysregulated host response to severe infection and resultant organ failure (1). It is a leading cause of death from infection (1), with an estimated 48.9 million cases and 11 million deaths worldwide in 2017, accounting for approximately 20% of all global deaths (2). Timely diagnosis and interventions are critical in sepsis management, as sepsis mortality increases significantly with each hour of delay in antimicrobials administration (3). The Sequential organ failure assessment (SOFA) score and quick SOFA are widely used tools for identifying sepsis in clinical practice (4), but they may not be sensitive enough to detect less critical symptoms and may lead to delayed diagnosis and intervention (5) due to the complexity and heterogeneity of the septic population. Therefore, there is an urgent need for more sensitive methods for early identification of sepsis.

Machine learning (ML) method, defined as the field of research that enables computers to learn without explicit programming (6), has been explored for the early predictions of sepsis and the identification of hidden interactions between early signs of the condition (7, 8). Many prediction algorithms have been proposed and successfully used in healthcare, such as decision tree (DT), random forest (RF), multi-layer perceptron (MLP) and light gradient boosting (LGB) (6). The most common approach is to predict sepsis before its onset, typically 6 to 48 h in advance (9, 10). For example, an ensemble algorithm developed by Goh (11) used structured data and unstructured electronic medical records texts to achieve impressive predictive performance 48 h before sepsis onset. Other researchers have focused on real-time prediction using continuous high-frequency physiologic data to predict sepsis earlier than traditional indicators (12, 13). However, many sepsis prediction models have been developed and evaluated using data from patients in intensive care units (ICUs) or emergency departments who have been extensively monitored for various biomarkers, and few models have been tested in real-world settings (14).

In this study, we aimed to use ML method to develop a mathematical model for early prediction of sepsis in admitted patients in real-world settings.

2 Materials and methods

2.1 Participants and settings

We retrospectively reviewed adult inpatients at the Fifth Affiliated Hospital of Sun Yat-sen University (Zhuhai, P.R. China) admitted to hospital between October 1, 2019 and April 1, 2022. We included patients with pathogen culture-positive and analyzed their electronic records upon admission, converting the data into structured format including age, gender, previous history, vital signs, and laboratory test results (e.g., blood routine, biochemical index, coagulation). Then we excluded patients with false positive culture results defined as contamination or colonization. Patients who were diagnosed as sepsis when they admitted in the hospital would be also excluded.

The development set included 2,329 patients from October 1, 2019 to September 30, 2020. The external validation set included 2,286 patients from October 1, 2020 to April 1, 2022. Patients in both two set had the same inclusion and exclusion criteria.

2.2 Definition of sepsis

Sepsis is defined as “Life-threatening organ dysfunction caused by a dysregulated host response to infection, with organ dysfunction being identified as an acute increase in the total SOFA score of two or more points due to infection” (Sepsis-3 definition) (1).

2.3 Variable selection

The specific selection process is outlined in Figure 1. The authors, including senior physicians (XL and FX) in infectious diseases, held a consensus meeting to identify possible features that might be related to sepsis, and a total of 36 features were selected.

Figure 1
www.frontiersin.org

Figure 1. Flow chart of the study. The flow chart illustrates the design and analytic strategy used to train, test, and validate the machine learning algorithms for sepsis prediction. SVM, support vector machine; DT, decision tree; LR, logistic regression; MLP, multi-layer perceptron; LGB, light gradient boosting; SHAP, shapley additive explanations.

To reduce the risk of over-fitting, we applied a two-step variable selection procedure. In the first step, we conducted univariate tests to exclude variables that were not significantly related to sepsis (P > 0.05, Supplementary Table S1), and 27 variables were remained as extracted subset. In the second step, we used the recursive feature elimination method with support vector machine (SVM) as the base learner to select the best combination of features based on their area under the ROC curve (AUC) value (15) (Figure 2). As a result, a total of 13 variables were ultimately selected as feature subset. The binary classification variables used in the model construction were derived by structuring the original unstructured variables.

Figure 2
www.frontiersin.org

Figure 2. Number of features and AUC. The figure shows the relationship between the number of features and the corresponding AUC. When the number of feature decreases, the cross validation score (AUC) slightly decreases, then increases to a peak, and then drastically goes down. The combination of 13 features had the highest AUC, indicating possible best features to build models.

Out of the all 36 features, 33 had a missing rate lower than 5%. The remaining 3 features, prothrombin time (PT), lactate dehydrogenase (LDH) and procalcitonin (PCT), had missing rates higher than 10%. Details of the missing variables are shown in Supplementary Table S2. We used the k-Nearest Neighbors (KNN) imputer to predict and fill in missing values. The imputer chose the best fit value based on the KNN algorithm and trends in related columns to fill the missing points (16). Additionally, we conducted necessary statistical hypothesis testing to ensure that there was no statistical significance between the before data imputation and after data imputation (Supplementary Table S2).

2.4 Development and evaluation of machine learning models

We used the data of development set to develop models. Among the 2,329 patients in the development set, sepsis occurred in 238 (10.22%) patients. The data sample would be labeled as positive if the patient met the Sepsis-3 definition. To handle sample imbalance and improve prediction accuracy, we used an ensemble method to conduct modeling multiple times with sampled datasets. During each modeling procedure, randomly selected patients without sepsis were included to match the same amount of positive data. Five algorithms were selected as base learners for training: logistic regression (LR), DT, RF and LGB. The LGB model was implemented using the lightgbm (3.2.1) package. The other four models were implemented using the Scikit-learn (0.24.0) package.1 To measure the performance of the models, we randomly divided the data of the development set into the training set (70% of the data, 1,630 patients) and the internal validation set (30% of the data, 699 patients). The training set was used to train the models, and the internal validation set was used to evaluate the models. The five trained models were evaluated based on AUC, accuracy, sensitivity, specificity and F1-score. Additionally, we conducted 1,000 times of bootstrap sampling to obtain confidence intervals for these five metrics.

Then we selected the model with best performance in the study, and for further verification, evaluated it using the data of external validation set. The Shapley additive explanations (SHAP) (17) method was also applied on this model in the external validation set to analyze the influence of each feature on the sepsis prediction results during the prediction process. SHAP values have been shown to have high potential for understanding the predictions made by complex ML models (15). SHAP global explanations are based on calculations of the SHAP explanations for all individual patients and averaging them by feature to obtain a cohort view. The larger the mean absolute SHAP value of a feature, the more important that feature is to the model prediction.

2.5 Statistical analysis

The pandas (0.25.1) and numpy (1.18.5) packages of Python (Anaconda Distribution, Version 3.7.4) were used for data cleaning. The scipy (1.6.3) package was used for data statistic and examination. For continuous variables, we used mean and standard deviation for statistical description and the Shapiro–Wilk test to test for normal distribution. We used independent samples t-test to compare the variables with normal distribution and Mann–Whitney U test for non-normal distribution variables. For categorical variables, we conducted Chi-squared test and Fisher exact test for variables with cell counts less than five.

3 Results

3.1 Patient characteristics

Supplementary Table S1 showed the demographics, disease history and lab test information of the patients in the study. There were significant differences (p < 0.05) in admission white blood cell count, admission neutrophil count, admission neutrophil ratio, admission lymphocyte count, PCT and other indicators between patients with and without sepsis.

3.2 Performance of the five ML models

The performance of the five models are shown in Supplementary Table S3 and Figure 3. According to the fitting results of the internal validation set, the RF model showed the best performance in terms of AUC (0.818, 95% CI: 0.761–0.862), F1 value (0.38, 95% CI: 0.316–0.447) and sensitivity (0.746, 95% CI: 0.646–0.837) among the five ML models. The accuracy of RF model is 0.753 (95% CI: 0.72–0.78) and the specificity is 0.754 (95% CI: 0.721–0.783).

Figure 3
www.frontiersin.org

Figure 3. ROC of the five models. The figure shows that the AUC of the RF model is 0.818, which shows the best performance of the five ML models in our study.

3.3 External validation

To evaluate the RF model, we used a temporal dataset comprising 2,286 patients from October 1, 2020 to April 1, 2022 (Supplementary Table S4). Supplementary Table S5 and Figure 4 showed the performance of the RF model in the external validation set. It had the AUC of 0.771 (95% CI: 0.749–0.790), accuracy of 0.719 (95% CI: 0.704–0.738), F1 value of 0.472 (95% CI: 0.441–0.505), sensitivity of 0.646 (95% CI: 0.607–0.686) and specificity of 0.737 (95% CI: 0.720–0.758). The performance was relatively close but slightly lower, possibly due to differences in the distribution of the training set and the external validation set (Supplementary Table S6).

Figure 4
www.frontiersin.org

Figure 4. The ROC curve of RF model in external validation set. The AUC of the RF model in the external validation set is 0.771.

3.4 SHAP values of individual prediction for interpretation

To identify the important features used by the models for predicting sepsis in admitted patients, we computed the feature importance score for all variables. The specific correlation of predictors and sepsis illustrated in the SHAP dependency plot in Figure 5. The SHAP summary plot demonstrated that PCT, albumin, PT and sex were the top four important features. It showed that patients with higher levels of PCT or PT were much more likely to develop sepsis than those with lower levels, while patients with higher levels of albumin were less likely to develop sepsis. Additionally, males were more likely to develop sepsis. When the PCT or PT value grown higher, the corresponding SHAP value also grown higher, indicating a positive correlation (Figures 6A,C). But when albumin value grown higher, the corresponding SHAP value became lower, indicating a negative correlation (Figure 6B). In addition, male was associated with a high SHAP value (Figure 6D).

Figure 5
www.frontiersin.org

Figure 5. The importance of the feature and the SHAP value. The feature’s position on the Y-axis indicates its importance, and the X-axis represents the SHAP value. The color, ranging from blue to red, represents the feature’s SHAP value from low to high. The violin graph lining up on the midline represents the aggregation of dots representing each case in the internal validation set. The distance between the upper and lower margin of the violin graph represented the number of cases that end up with the same SHAP values provided by this feature. It shows that PCT, albumin, PT and sex are the top four important features.

Figure 6
www.frontiersin.org

Figure 6. SHAP value of the top four features. The SHAP dependence plot demonstrates the distribution of the SHAP output value of a single feature. (A) The SHAP value of PCT. The higher the original PCT value, the higher the corresponding SHAP value. (B) The SHAP value of albumin. Opposed to (A), the higher the albumin, the lower the corresponding SHAP value. (C) The SHAP value of PT. PT is positively correlated with the SHAP value. (D) The SHAP value of Sex. Male is associated with a high SHAP value.

4 Discussion

Reducing the global burden of sepsis is owning important clinical implications. It is crucial for treatment and prognosis to identify and diagnose sepsis as early as possible. To achieve early identification of sepsis, many researchers have applied ML method to the diagnosis of sepsis, and most of these models have analyzed performance indicators such as sensitivity or specificity (16, 18). However, there are still limitations to the use of these ML models in the early identification of sepsis. Some models may input a few of complex laboratory test indicators which are hard to get access in the early admission stage. Additionally, current ML models rely on a large number of available open access datasets and typically analyze a limited number of structured patient variables (14), and these data may come from ICU or emergency department. Besides, it is indispensable to explain the meaning between each feature and the prediction result of the model.

We had noticed these limitation and tried to get over in our study. We developed novel ML models for early prediction of sepsis in the stage of patients’ admitting, using related and accessible features. In addition, we collected both structured and unstructured data from all departments’ inpatients, and analyzed the correlation between these variables and sepsis. Based on its nature of bagging ensemble of large amount of decision trees, RF model performed best among all attempted models. We also conducted external validation and the results showed that our model was effective.

Besides, we also used the SHAP method for analysis and explanation. The SHAP method not only showed the importance of the relationship between variables and sepsis, but also specifically identified positive and negative relationships between variables and sepsis. According to the SHAP chart, PCT, PT, albumin and sex were closely related to sepsis. Interestingly, the SOFA score does not include these four indicators (1). PCT had the strongest correlation with sepsis, indicating a positive correlation. PCT has been widely used to aid in the diagnosis of sepsis (19), in line with our previous understanding. We also noticed that PT was also strongly associated with sepsis. It has been found that PCT and PT are significantly correlated with SOFA score (20), which may be related to microcirculation hypoxia and the resulting microcirculation thrombosis in patients with sepsis. Coagulation dysfunction is very common in patients with sepsis, affecting up to around 80%. In sepsis, inflammation can trigger a coagulation reaction, while the activation of coagulation can further promote an inflammation response (21). Disseminated intravascular coagulation is a condition characterized by the uncontrolled activation of the coagulation cascade, leading to depletion of coagulation factors and the formation of intravascular thrombosis. And this can manifest as prolonged PT (22). In another study, PCT and PT were found to be independent risk factors for sepsis (23). In contrast, a higher albumin level has been found to be inversely related to sepsis, suggesting that a lower albumin level may signal the presence of severe infection (24). The SHAP chart indicated that sex may contribute to a differential risk for developing sepsis, potentially due to differences in estrogen levels (25). However, conflicting evidence exists on the subject (26), and further investigation into sex differences and the mechanisms underlying them is necessary. In conclusion, the results of the SHAP diagram are explicable, and demonstrate the clinical credibility of our model.

Nonetheless, The study has inherent weaknesses. More patient data in multicenter study are needed to evaluate the effectiveness of the proposed system and to make our findings more robust. Besides, there were many cases in which PT and/or PCT values were missing. We tried to delete cases with missing PCT values then conduct the same analysis. It showed that PCT still had the strongest correlation with sepsis, but there were some differences in the result (Supplementary Figure S1, Table S7). Since not all clinicians would perform PT and/or PCT examination on every patient in the real clinical environment, for example, experienced physicians are more inclined to perform the PCT examination, when a patient is highly suspected of bacterial infection. We prefer that the original models (without deletion) may be better adapted to the real clinical settings and achieve the purpose of predicting sepsis. In addition, a prospective cohort study with early antibiotic treatment should be conducted to evaluate whether ML models can improve patient outcomes in the real world.

5 Conclusion

In this study, we employed ML method to develop models for early prediction of sepsis in admitted patients and the RF model showed the best performance, which was verified in the external verification set. Our findings also suggested that male patients with bacterial infections and high PCT levels, lower albumin levels, or prolonged PT were more likely to develop sepsis.

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 authors.

Ethics statement

The study involving human participants were reviewed and approved by Institutional Review Board of the Fifth Affiliated Hospital of Sun Yat-sen University (Zhuhai, China). The studies were conducted in accordance with the local legislation and institutional requirements. The researchers applied to the Ethics Committee of the Fifth Affiliated Hospital of Sun Yat-sen University (Zhuhai, China) for exemption from the informed consent of the participants in this study, and were approved before carrying out the research.

Author contributions

XiL: Data curation, Project administration, Writing – review & editing. ML: Data curation, Writing – original draft, Formal analysis. XuL: Data curation, Investigation, Writing – review & editing. YL: Data curation, Writing – review & editing. DY: Methodology, Writing – original draft. HO: Data curation, Writing – review & editing. JH: Data curation, Writing – review & editing. JX: Project administration, Writing – review & editing. FX: Project administration, Supervision, Writing – review & editing.

Funding

The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. This study was funded by grants from the National Natural Science Foundation of China (grant numbers 82101843 to XiL, 72204275 to XuL, 82172241 and 82341066 to FX); Guangdong Basic and Applied Basic Research Foundation (grant number 2023A1515220226 to XiL, 2021A1515110364 to XuL); China Postdoctoral Science Foundation (grant number 2022M723580 to XuL); and Science and technology plan project in the field of social development of Zhuhai (2420004000241 to XiL).

Conflict of interest

DY was employed by company Guangzhou AID Cloud Technology.

The remaining 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.

The author(s) declared that they were an editorial board member of Frontiers, at the time of submission. This had no impact on the peer review process and the final decision.

Generative AI statement

The authors declare that no Generative AI was used in the creation of this manuscript.

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

Footnotes

References

1. Singer, M, Deutschman, CS, Seymour, CW, Shankar-Hari, M, Annane, D, Bauer, M, et al. The third international consensus definitions for Sepsis and septic shock (Sepsis-3). JAMA. (2016) 315:801–10. doi: 10.1001/jama.2016.0287

PubMed Abstract | Crossref Full Text | Google Scholar

2. Rudd, KE, Johnson, SC, Agesa, KM, Shackelford, KA, Tsoi, D, Kievlan, DR, et al. Global, regional, and national sepsis incidence and mortality, 1990–2017: analysis for the global burden of disease study. Lancet. (2020) 395:200–11. doi: 10.1016/S0140-6736(19)32989-7

PubMed Abstract | Crossref Full Text | Google Scholar

3. Ricard Ferrer, IM-L, Phillips, G, Osborn, TM, Sean Townsend, R, Dellinger, P, Artigas, A, et al. Empiric antibiotic treatment reduces mortality in severe sepsis and septic shock from the first hour: results from a guideline-based performance improvement program. Crit Care Med. (2014) 42:1749–55. doi: 10.1097/CCM.0000000000000330

PubMed Abstract | Crossref Full Text | Google Scholar

4. Usman, OAUA, and Ward, MA. Comparison of SIRS, qSOFA, and NEWS for the early identification of sepsis in the emergency department. Am J Emerg Med. (2019) 37:1490–7. doi: 10.1016/j.ajem.2018.10.058

PubMed Abstract | Crossref Full Text | Google Scholar

5. Rodrigo Serafim, JAG, Salluh, J, and Póvoa, P. A comparison of the quick-SOFA and systemic inflammatory response syndrome criteria for the diagnosis of Sepsis and prediction of mortality: A systematic review and Meta-analysis. Chest. (2017) 153:646–55. doi: 10.1016/j.chest.2017.12.015

PubMed Abstract | Crossref Full Text | Google Scholar

6. Aldhoayan, MD, Alghamdi, H, Khayat, A, and Rajendram, R. A machine learning model for predicting the risk of readmission in community-acquired pneumonia. Cureus. (2022) 14:e29791. doi: 10.7759/cureus.29791

PubMed Abstract | Crossref Full Text | Google Scholar

7. Giacobbe, DR, Signori, A, Del Puente, F, Mora, S, Carmisciano, L, Briano, F, et al. Early detection of Sepsis with machine learning techniques: A brief clinical perspective. Front Med. (2021) 8:617486. doi: 10.3389/fmed.2021.617486

PubMed Abstract | Crossref Full Text | Google Scholar

8. Pepic, I, Feldt, R, Ljungstrom, L, Torkar, R, Dalevi, D, Maurin Soderholm, H, et al. Early detection of sepsis using artificial intelligence: a scoping review protocol. Syst Rev. (2021) 10:28. doi: 10.1186/s13643-020-01561-w

PubMed Abstract | Crossref Full Text | Google Scholar

9. van Wyk, F, Khojandi, A, and Kamaleswaran, R. Improving prediction performance using hierarchical analysis of real-time data: a Sepsis case study. IEEE J Biomed Health Inform. (2019) 23:978–86. doi: 10.1109/JBHI.2019.2894570

PubMed Abstract | Crossref Full Text | Google Scholar

10. Kamaleswaran, R, Akbilgic, O, Hallman, MA, West, AN, Davis, RL, and Shah, SH. Applying artificial intelligence to identify Physiomarkers predicting severe Sepsis in the PICU. Pediatr Crit Care Med. (2018) 19:e495–503. doi: 10.1097/PCC.0000000000001666

PubMed Abstract | Crossref Full Text | Google Scholar

11. Lee, CH, and Yoon, HJ. Medical big data: promise and challenges. Kidney Res Clin Pract. (2017) 36:3–11. doi: 10.23876/j.krcp.2017.36.1.3

PubMed Abstract | Crossref Full Text | Google Scholar

12. Guo-Jun Qi, JL. Small data challenges in big data era: A survey of recent Progress on unsupervised and semi-supervised methods. IEEE Trans Pattern Anal Mach Intell. (2022) 44:2168–87. doi: 10.1109/TPAMI.2020.3031898

PubMed Abstract | Crossref Full Text | Google Scholar

13. MBA, MD, Wang, S, Marinsek, N, Ranganath, R, Foschini, L, and Ghassemi, M. Reproducibility in machine learning for health research: still a ways to go. Sci Transl Med. (2021) 13:eabb1655. doi: 10.1126/scitranslmed.abb1655

PubMed Abstract | Crossref Full Text | Google Scholar

14. Peiffer-Smadja, N, Rawson, TM, Ahmad, R, Buchard, A, Georgiou, P, Lescure, FX, et al. Machine learning for clinical decision support in infectious diseases: a narrative review of current applications. Clin Microbiol Infect. (2020) 26:584–95. doi: 10.1016/j.cmi.2019.09.009

PubMed Abstract | Crossref Full Text | Google Scholar

15. Rodriguez-Perez, R, and Bajorath, J. Interpretation of compound activity predictions from complex machine learning models using local approximations and Shapley values. J Med Chem. (2020) 63:8761–77. doi: 10.1021/acs.jmedchem.9b01101

PubMed Abstract | Crossref Full Text | Google Scholar

16. Goh, KH, Wang, L, Yeow, AYK, Poh, H, Li, K, Yeow, JJL, et al. Artificial intelligence in sepsis early prediction and diagnosis using unstructured data in healthcare. Nat Commun. (2021) 12:711. doi: 10.1038/s41467-021-20910-4

PubMed Abstract | Crossref Full Text | Google Scholar

17. Lundberg, SM, and Lee, S-I. A unified approach to interpreting model predictions. Proceedings of the 31st International Conference on Neural Information Processing Systems. Long Beach, California, USA: Curran Associates Inc. (2017) 4768–77.

Google Scholar

18. Fleuren, LM, Klausch, TLT, Zwager, CL, Schoonmade, LJ, Guo, T, Roggeveen, LF, et al. Machine learning for the prediction of sepsis: a systematic review and meta-analysis of diagnostic test accuracy. Intensive Care Med. (2020) 46:383–400. doi: 10.1007/s00134-019-05872-y

PubMed Abstract | Crossref Full Text | Google Scholar

19. Carco, D, Castorina, P, Guardo, P, Iachelli, V, Pace, T, Scire, P, et al. Combination of Interleukin-6, C-reactive protein and Procalcitonin values as predictive index of Sepsis in course of fever episode in adult Haematological patients: observational and statistical study. J Clin Med. (2022) 11:6800. doi: 10.3390/jcm11226800

PubMed Abstract | Crossref Full Text | Google Scholar

20. Zhang, Y, Khalid, S, and Jiang, L. Diagnostic and predictive performance of biomarkers in patients with sepsis in an intensive care unit. J Int Med Res. (2019) 47:44–58. doi: 10.1177/0300060518793791

PubMed Abstract | Crossref Full Text | Google Scholar

21. Min Huang, SC, and Jingqian, S. The pathogenesis of Sepsis and potential therapeutic targets. Int J Mol Sci. (2019) 20:5376. doi: 10.3390/ijms20215376

PubMed Abstract | Crossref Full Text | Google Scholar

22. Greco, E, Lupia, E, Bosco, O, Vizio, B, and Montrucchio, G. Platelets and multi-organ failure in Sepsis. Int J Mol Sci. (2017) 18:200. doi: 10.3390/ijms18102200

PubMed Abstract | Crossref Full Text | Google Scholar

23. Liu, B, Du, H, Zhang, J, Jiang, J, Zhang, X, He, F, et al. Developing a new sepsis screening tool based on lymphocyte count, international normalized ratio and procalcitonin (LIP score). Sci Rep. (2022) 12:20002. doi: 10.1038/s41598-022-16744-9

PubMed Abstract | Crossref Full Text | Google Scholar

24. Arturo Artero, RZ, Camarena, JJ, Sancho, S, González, R, and Nogueira, JM. Prognostic factors of mortality in patients with community-acquired bloodstream infection with severe sepsis and septic shock. J Crit Care. (2010) 25:276–81. doi: 10.1016/j.jcrc.2009.12.004

PubMed Abstract | Crossref Full Text | Google Scholar

25. Zhang, MQ, Macala, KF, Fox-Robichaud, A, Mendelson, AA, and Lalu, MM. Sepsis Canada National Preclinical Sepsis P. sex- and gender-dependent differences in clinical and preclinical Sepsis. Shock. (2021) 56:178–87. doi: 10.1097/SHK.0000000000001717

PubMed Abstract | Crossref Full Text | Google Scholar

26. Lopez-Alcalde, J, Antequera Martin, A, Stallings, E, Muriel, A, Fernandez-Felix, B, Sola, I, et al. Evaluation of the role of sex as a prognostic factor in critically ill adults with sepsis: systematic review protocol. BMJ Open. (2020) 10:e035927. doi: 10.1136/bmjopen-2019-035927

PubMed Abstract | Crossref Full Text | Google Scholar

Keywords: sepsis, machine learning, artificial intelligence, prediction model, infectious disease

Citation: Liu X, Li M, Liu X, Luo Y, Yang D, Ouyang H, He J, Xia J and Xiao F (2025) Clinical validation and optimization of machine learning models for early prediction of sepsis. Front. Med. 12:1521660. doi: 10.3389/fmed.2025.1521660

Received: 02 November 2024; Accepted: 14 January 2025;
Published: 05 February 2025.

Edited by:

Daniele Roberto Giacobbe, University of Genoa, Italy

Reviewed by:

Martín Manuel Ledesma, Institute of Experimental Medicine-National Academy of Medicine (IMEX-ANM), CONICET, Argentina
Cristina Marelli, Ospedale Policlinico San Martino, Italy

Copyright © 2025 Liu, Li, Liu, Luo, Yang, Ouyang, He, Xia and Xiao. 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: Fei Xiao, eGlhb2YzNUBzeXN1LmVkdS5jbg==; Jinyu Xia, eGlhamlueXVAc3lzdS5lZHUuY24=

These authors have contributed equally to this work and share first authorship

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.

Research integrity at Frontiers

Man ultramarathon runner in the mountains he trains at sunset

94% of researchers rate our articles as excellent or good

Learn more about the work of our research integrity team to safeguard the quality of each article we publish.


Find out more