Next Article in Journal
Inhibition of Th2 Differentiation Accelerates Chronic Wound Healing by Facilitating Lymphangiogenesis
Previous Article in Journal
The Effect of Tff3 Deficiency on the Liver of Mice Exposed to a High-Fat Diet
Previous Article in Special Issue
Long COVID and Associated Factors Among Chinese Residents Aged 16 Years and Older in Canada: A Cross-Sectional Online Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Machine Learning Model for Predicting Intensive Care Unit Admission in Inpatients with COVID-19 Using Clinical Data and Laboratory Biomarkers

by
Alfonso Heriberto Hernández-Monsalves
1,
Pablo Letelier
1,
Camilo Morales
2,
Eduardo Rojas
1,
Mauricio Alejandro Saez
1,
Nicolás Coña
1,
Javiera Díaz
1,
Andrés San Martín
3,
Paola Garcés
4,
Jesús Espinal-Enriquez
5 and
Neftalí Guzmán
1,*
1
Laboratorio de Investigación en Salud de Precisión, Departamento de Procesos Diagnósticos y Evaluación, Facultad de Ciencias de la Salud, Universidad Católica de Temuco, Temuco 4780000, Chile
2
Departamento de Procesos Terapéuticos, Facultad de Ciencias de la Salud, Universidad Católica de Temuco, Temuco 4780000, Chile
3
Laboratorio Clínico, Hospital Dr. Hernán Henríquez Aravena, Temuco 4780000, Chile
4
Centro Médico AlergoInmuno Araucanía, Temuco 4780000, Chile
5
Computational Genomics Department, National Institute of Genomic Medicine, Mexico City 14610, Mexico
*
Author to whom correspondence should be addressed.
Biomedicines 2025, 13(5), 1025; https://doi.org/10.3390/biomedicines13051025
Submission received: 28 March 2025 / Revised: 19 April 2025 / Accepted: 20 April 2025 / Published: 24 April 2025

Abstract

:
Background: Artificial intelligence tools can help improve the clinical management of patients with severe COVID-19. The aim of this study was to validate a machine learning model to predict admission to the Intensive Care Unit (ICU) in individuals with COVID-19. Methods: A total of 201 hospitalized patients with COVID-19 were included. Sociodemographic and clinical data as well as laboratory biomarker results were obtained from medical records and the clinical laboratory information system. Three machine learning models were generated, trained, and internally validated: logistic regression (LR), random forest (RF), and extreme gradient boosting (XGBoost). The models were evaluated for sensitivity (Sn), specificity (Sp), area under the curve (AUC), precision (P), SHapley Additive exPlanation (SHAP) values, and the clinical utility of predictive models using decision curve analysis (DCA). Results: The predictive model included the following variables: type 2 diabetes mellitus (T2DM), obesity, absolute neutrophil and basophil counts, the neutrophil-to-lymphocyte ratio (NLR), and D-dimer levels on the day of hospital admission. LR showed an Sn of 0.67, Sp of 0.65, AUC of 0.74, and P of 0.66. RF achieved an Sn of 0.87, Sp of 0.83, AUC of 0.96, and P of 0.85. XGBoost demonstrated an Sn of 0.87, Sp of 0.85, AUC of 0.95, and P of 0.86. Conclusions: Among the evaluated models, XGBoost showed robust predictive performance (Sn = 0.87, Sp = 0.85, AUC = 0.95, P = 0.86) and a favorable net clinical benefit in the decision curve analysis, confirming its suitability for predicting ICU admission in COVID-19 and aiding clinical decision-making.

1. Introduction

COVID-19 is an infectious disease caused by the SARS-CoV-2 coronavirus (severe acute respiratory syndrome coronavirus 2) [1]. Even though primary care measures have proven effective in reducing its incidence and severity, a significant portion of the population remains susceptible to severe disease [2]. Chronic conditions such as diabetes, obesity, arterial hypertension, and cancer contribute to an increased risk of severe disease requiring specialized medical attention [3,4].
The relationship between COVID-19 and these metabolic disorders has been the subject of growing interest since the start of the pandemic. Various studies have demonstrated that metabolic alterations can exacerbate the inflammatory response associated with SARS-CoV-2 infection, contributing to an increased risk of severe disease. For instance, chronic hyperglycemia in patients with diabetes can alter immune function, promote systemic inflammation, and compromise the antiviral response [5,6], while adipose tissue in patients with obesity can serve as a viral reservoir and source of proinflammatory cytokines, contributing to the development of the ‘cytokine storm’ observed in severe cases [7,8]. Additionally, both diabetes and obesity are associated with endothelial dysfunction and a prothrombotic state, factors that can exacerbate the thromboembolic complications observed in severe COVID-19 [7,9,10].
Many laboratory biomarkers have been proposed for the early detection and prognosis of severe COVID-19 [11,12]. Previously, we identified hematologic and hemostatic alterations associated with severe disease in the Chilean population, such as the white blood cell count (WBC), neutrophil-to-lymphocyte ratio (NLR), platelet-to-lymphocyte ratio (PLR), absolute neutrophil count (ANC), and D-dimer level [12]. These biomarkers may help identify individuals at higher risk of severe COVID-19 progression, enabling improved clinical decisions and closer patient monitoring.
The development of clinical decision support tools based on machine learning approaches is a challenge in the context of COVID-19 [13], yet it offers the potential for better stratification of patients using clinical and laboratory variables [14]. Several studies have established predictive models [15,16,17]; however, their predictive capacity may be limited by differences between populations [18]. Kogan et al. internally and externally validated a predictive model based on machine learning in two geographically distinct populations, revealing significant differences in the analyzed parameters and model outcomes, which limits its broader applicability [19].
Recently, ensemble learning approaches have shown promising results in detecting patients with COVID-19. Some studies explored adaptive deep ensemble learning frameworks for reliable patient detection during the pandemic, using methods similar to those employed in our study, such as random forest and XGBoost. These approaches allow multiple models to be combined to improve the accuracy and reliability of predictions, especially in heterogeneous datasets such as those used in COVID-19 clinical care. However, while these studies focus on COVID-19 detection, our research specifically addresses the prediction of ICU admission in patients already diagnosed with COVID-19 [20].
Some studies have developed predictive models to identify patients with COVID-19 at risk of clinical deterioration or needing ICU admission. Wynants et al. conducted a systematic review of 145 predictive models for COVID-19, identifying important limitations in the methodology and validation [21]. Among the best-performing models, Liang et al. developed a scoring system based on 10 variables that achieved an AUC of 0.88 [22], while Knight et al. proposed the 4C model incorporating eight variables and demonstrated good discrimination (AUC = 0.78) [23]. However, these models present limitations for their application in Latin American populations, where sociodemographic factors, healthcare resources, and comorbidity prevalence differ significantly. In Chile, our group has identified specific biomarkers associated with severe disease [12], but no predictive model has been adequately validated for our local population. Our research seeks to fill this gap by developing and internally validating a specific model for the Chilean population, using clinical and laboratory variables accessible in our healthcare context.
Therefore, and based on the available evidence, this study aims to validate a machine learning model using clinical and laboratory variables to predict ICU admission in inpatients with COVID-19.

2. Materials and Methods

Figure 1 summarizes the step-by-step methodological process, from data collection to model evaluation.

2.1. Study Design and Participants

A total of 201 adults with a diagnosis of COVID-19 hospitalized at Dr. Hernán Henríquez Aravena Hospital, Temuco, Chile, between March 2020 and April 2021 were included in this retrospective study. The patients were diagnosed in accordance with the established criteria and confirmed by quantitative reverse transcription real-time polymerase chain reaction (qRT-PCR) from nasopharyngeal swab samples. The exclusion criteria were patients under 18 years, pregnant women, and subjects with an unconfirmed molecular biology diagnostic. Pediatric and pregnant patients were excluded due to their distinct physiological and clinical characteristics, which differ significantly from those of the general adult population and could introduce heterogeneity into the analysis. These groups exhibit unique biomarker profiles and clinical courses in COVID-19, potentially impacting both the predictive performance of the model and ICU admission criteria. The study was revised and approved by Scientific Ethical Committee of Servicio de Salud Araucanía Sur (protocol N° 144/2020) and was executed in accordance with Helsinki Declaration ethical norms.

2.2. Data Collection

The severity of COVID-19 was defined according to the World Health Organization (WHO) Clinical Progression Scale in moderate and severe disease. Clinical, epidemiologic, and demographic data were collected from the clinical record of each patient. Demographic variables included age and gender, while clinical history included comorbidities such as diabetes, arterial hypertension, obesity, and cardiomyopathies, among others. The laboratory results for hematology, hemostasis, and clinical chemistry were retrieved from the laboratory information system (LIS) on the day of hospital admission (Day 1). All Day 1 samples were collected within 24 h of admission.

2.3. Analysis Plan

2.3.1. Data Partitioning and Imputation Procedure

To prevent data leakage, a stratified partition of the entire dataset was first performed, allocating 70% of the records to the training set and 30% to the test set while preserving the original proportion of the outcome variable (ICU admission). This partitioning step took place before any imputation or hyperparameter tuning. Subsequently, missing values were imputed using predictive mean matching (PMM) exclusively within the training set, where k-fold cross-validation was also conducted. After adjusting the imputation parameters on the training subset, the same configuration was applied to impute missing values in the test set, ensuring that no information from the test set influenced model fitting.

2.3.2. Variables and Their Processing

As described in Section 2.3.1, missing data were imputed using predictive mean matching (PMM) applied first to the training set [24], given its ability to maintain statistical consistency and avoid generating implausible values. The main rationale for using PMM is that it assumes the probability of a value being missing depends on observed variables (missing at random—MAR) rather than on the missing values themselves. In this context, the variables with missing data were CRP (n = 17; 8.46%), procalcitonin (n = 78; 38.8%), and D-dimer levels on the day of hospital admission (n = 73; 36.3%). Procalcitonin and D-dimer levels are relevant inflammatory and coagulation markers in the pathogenesis of COVID-19; hence, including them in the analysis is clinically significant for understanding factors associated with disease severity and ICU admission [25]. When performing a bivariate analysis, significant associations (chi-square test, p < 0.05) were found between missingness in these variables and factors such as gender, obesity, and COVID-19 severity, suggesting that the missing data are MAR and thus justifying the choice of this imputation methodology. Finally, five imputed datasets (m = 5) were generated to adequately capture the uncertainty associated with the missing values, following the recommended guidelines [26].
Univariate and bivariate descriptive statistics were used to characterize the patients’ sociodemographic background, clinical history, and comorbidities. An inferential analysis of the association between independent qualitative and dichotomous variables and the dependent variable (ICU admission) was performed using the chi-square test (Table 1), ensuring the minimum expected cell frequency was satisfied. Median differences based on the variable of interest were measured using the Wilcoxon rank-sum test, as the data did not meet the assumption of normal distribution, confirmed by the Shapiro-Wilk test (p ≤ 0.05 on each numeric variable).

2.3.3. Variable Selection

To determine the best predictive model, LASSO regression (least absolute shrinkage and selection operator) was used [27], chosen for its ability to handle multiple variables and prevent overfitting by penalizing the magnitude of the coefficients, resulting in a more parsimonious and generalizable model. Initially, 31 clinical and laboratory variables were considered. To fit the model and select the optimal penalty parameter (lambda), stratified 10-fold cross-validation was employed, ensuring that each data subset maintained the original proportion of the dependent variable. This procedure allowed the model’s performance to be evaluated across different data partitions, avoiding overfitting. After applying the LASSO model with cross-validation, the lambda value that minimized prediction error (lambda.min) was identified. Using this optimal lambda value, the model was simplified to the six most significant variables: diabetes mellitus, obesity, absolute neutrophil and basophil counts, NLR, and D-dimer levels on the day of hospital admission.

2.3.4. Predictive Models, Training, and Evaluation

Three machine learning models were trained: logistic regression (LR) [28], random forest (RF) [29], and XGBoost [30]. The dataset was stratified and split into 70% for training and 30% for testing. A 10-fold cross-validation was implemented on the training set to assess performance and fine-tune the models’ hyperparameters. For RF, the number of variables in each split was optimized through a grid search. For XGBoost, key hyperparameters were adjusted using Bayesian optimization.
To convert the probabilities predicted by the models into binary classifications (ICU admission: yes/no), a threshold of 0.5 was used. Probabilities greater than 0.5 were classified as ‘ICU admission’, while those equal to or less than 0.5 were classified as ‘no ICU admission’. This threshold was selected as the standard in binary models, providing an initial balance between sensitivity and specificity. In the case of random forest, predictions were based on the majority vote of the trees, equivalent to an implicit threshold of 50%.
Model performance was evaluated on the test set using metrics such as area under the receiver operating characteristic curve (AUC-ROC), sensitivity (Sn), specificity (Sp), positive predictive value (PPV), negative predictive value (NPV), F1 score, and Cohen’s Kappa coefficient. ROC and precision-recall curves were generated, along with confusion matrices, to compare model performance. Statistical analyses were performed using R version 4.2.2 and the caret, randomForest v.4.7-1.2, xgboost v.1.7.8.1, and pROC v.1.18.5 packages.

2.3.5. Interpretability of Machine Learning Models

To interpret the predictions of the machine learning models, SHAP (SHapley Additive exPlanations) values were used. SHAP is a game theory-based technique that accurately calculates the contribution and influence of each feature on the final predictions. This approach provides a detailed understanding of how each variable influences the probability of ICU admission [31]. SHAP implementation was carried out using the shapr v.0.2.2 package in RStudio v. 4.2.2, applying the Tree SHAP method for tree-based models (random forest and XGBoost) and the Kernel SHAP method for logistic regression. SHAP value plots were generated to visualize the importance and impact of each variable on model predictions, allowing the identification of the most influential variables and their direction of effect (positive or negative) on ICU admission predictions.

2.3.6. Decision Curve Analysis (DCA)

To evaluate the clinical utility of the developed predictive models, a decision curve analysis (DCA) was performed. DCA is a methodology that assesses the net benefit of using a predictive model compared to standard intervention strategies (treating all patients vs. treating none) across different probability thresholds [32]. The model compares the number of true positives to the unnecessary interventions (false positives), weighing them according to the threshold probability at which ICU admission would be clinically justified. DCA was implemented using the rmda v.1.6 (risk model decision analysis) package in RStudio. Decision curves were constructed for each model (logistic regression, random forest, and XGBoost), calculating the net benefit at various probability thresholds. This allowed visualization and comparison of the models’ performance in terms of their ability to correctly identify patients requiring ICU admission, plotting the net benefit for a range of threshold probabilities [33].

3. Results

The clinical and demographic characteristics of the subjects included in the study are presented in Table 1. Among the total number of patients included, 103 had moderate disease, while 66 had severe disease (52% women and 48% men). Among the patients with severe disease, 97% were admitted to the ICU, and of those admitted, 72% died.
Table 2 presents the performance metrics of the machine learning models trained, while the ROC curve analysis for each model is presented in Figure 2. Among the selected models trained using a classification threshold of 0.5, XGBoost demonstrated the best performance. Figure 3 highlights the importance of predictor features estimated using SHAP values, providing insights into the individual contributions of each variable to the models’ predictions. Consistency in the relevance of certain variables was observed, although their order and magnitude differed across the evaluated models. NLR and neutrophils emerged as the most significant features in both random forest and XGBoost, indicating that the neutrophil-to-lymphocyte ratio (NLR) and absolute neutrophil count are robust predictors for the target variable. Similarly, D-dimer levels and obesity showed high relevance across all three models, underscoring their consistent role in predictions. On the other hand, type 2 diabetes mellitus and basophils exhibited moderate and stable contributions, although their relative importance varied slightly among the models. These observations reflect how each model, depending on its complexity and structure, prioritizes different relationships between variables and outcomes.
Finally, decision curve analysis (DCA) presents the assumption that all patients received intervention as a red line, while the yellow line represents no intervention for any patient (Figure 4). Treatment strategies informed by any of the three machine learning models outperformed the default strategies of treating all or none. In the analysis of net benefit across different thresholds, the XGBoost and random forest models demonstrated superior performance, consistently yielding higher net benefits than the logistic regression model across most thresholds.

4. Discussion

In South America, there is limited evidence regarding the use of artificial intelligence-based predictive models for ICU admission prediction in patients hospitalized with COVID-19. This study conducted internal validation of a machine learning model to predict ICU admission in individuals hospitalized with COVID-19.
The models were based on six variables: diabetes mellitus, obesity, absolute neutrophil and basophil counts, NLR, and D-dimer levels at the time of hospital admission. Among these, obesity and type 2 diabetes mellitus (DM2) emerged as key clinical predictors in the context of this decision support tool. Evidence shows that obesity is significantly associated with increased severity and mortality in patients with COVID-19 [34,35]. A recent meta-analysis and meta-regression involving 3,140,413 patients confirmed that obesity is linked to a higher risk of severe disease and mortality [36]. In the Chilean population, we previously demonstrated that obesity was associated with ICU admission, the need for mechanical ventilation, and longer hospital stays [37].
Our XGBoost model, which outperformed logistic regression and random forest across all evaluation metrics, also ranked obesity and diabetes mellitus among the most influential predictors of ICU admission in patients with COVID-19. This finding aligns with growing evidence on the interrelationship between metabolic conditions and COVID-19 severity. Obesity not only affects lung function and ventilatory response on a mechanical level [38] but also influences immune function through several mechanisms. Adipose tissue acts as an endocrine organ, secreting adipokines and proinflammatory cytokines, which contribute to a chronic low-grade inflammatory state [39]. During SARS-CoV-2 infection, this pre-existing inflammation may be exacerbated, fueling the cytokine storm observed in severe cases [40]. Additionally, the elevated expression of angiotensin-converting enzyme 2 (ACE-2) in adipose tissue suggests that fat may serve as a viral reservoir [41].
Several pathophysiological mechanisms explain the complications related to obesity in COVID-19, including increased ACE-2 expression in adipose tissue, chronic inflammation, amplification of the proinflammatory response, endothelial damage, and hypercoagulability [42]. Moreover, obesity is widely recognized for its association with impaired lung function and diminished response to mechanical ventilation, thereby increasing the risk of severe illness in patients with COVID-19 [38]. Regarding diabetes, studies have shown that patients with diabetes with COVID-19 have a worse prognosis than those without diabetes [43]. This phenomenon could be linked to glucotoxicity, endothelial damage, chronic inflammatory state, oxidative stress, and abnormal cytokine production [44]. These conditions may lead to immune dysregulation and an inflammatory response, facilitating viral replication in ACE-2-expressing cells, promoting hyperinflammation, and predisposing individuals to severe COVID-19 [45]. Diabetes, for its part, shares several pathogenic mechanisms with obesity but adds additional components such as glucotoxicity and insulin resistance [44]. Chronic hyperglycemia impairs neutrophil and macrophage function, compromises adaptive immunity, and promotes protein glycosylation, which can affect antibody function [46]. Furthermore, diabetes is associated with endothelial dysfunction and a procoagulant state, exacerbating the thromboembolic complications characteristic of severe COVID-19 [45]. It is important to note that the association between these metabolic conditions and COVID-19 is bidirectional: SARS-CoV-2 infection can worsen glycemic control and exacerbate insulin resistance, creating a vicious circle that further increases the risk of adverse outcomes [47].
From a laboratory perspective, several hematological markers have been associated with severe COVID-19 [18,48,49]. In the Chilean population, Letelier et al. demonstrated that significant differences between moderate and severe cases at hospital admission were observed for leukocytes (WBC), NLR, the platelet-to-lymphocyte ratio (PLR), and D-dimer levels, all associated with severe disease risk [12]. Elevated D-dimer levels, reflecting the activation of the procoagulant and fibrinolytic pathways, are independently associated with mortality in patients hospitalized with COVID-19 [25,50].
When comparing the clinical parameters and biomarkers included in our model with those reported in studies from other regions, we observe both important similarities and differences. The inflammatory and coagulation biomarkers selected by our model, such as NLR and D-dimer levels, have been consistently associated with severe COVID-19 globally. For example, a meta-analysis of 61 studies involving over 15,000 patients confirmed that elevated NLR levels are significantly associated with increased risk of severe disease, ICU admission, and mortality from COVID-19 [51]. However, there are also notable differences. The prevalence of obesity in our Chilean cohort (35.3%) is higher than that reported in Asian series (10–20%) but similar to North American cohorts (35–40%) [52,53]. This variation could influence the relative weight of obesity as a predictor depending on the population studied. Similarly, the comorbidity profile in our population shows particularities, with a prevalence of diabetes (34.8%) higher than that reported in many European studies (15–25%), such as the 17% observed in patients in ICUs in Lombardy, Italy [54], which could explain its strong predictive impact in our model. The mean values and ranges of biomarkers such as D-dimer levels and NLR in severe cases were comparable to those reported in international multicenter studies, suggesting some universality in the biological response to severe SARS-CoV-2 infection, despite population differences. However, the optimal cut-off points for these biomarkers might require adjustments according to the specific characteristics of each population.
Among the machine learning models proposed, XGBoost demonstrated the best performance in predicting ICU admission. This result may be partly explained by the model’s inherent design, which provides good generalization, low overfitting risk, high interpretability, and scalability [55]. However, the fine-tuning of key hyperparameters, such as the learning rate, tree count, and maximum tree depth, was essential. These features make XGBoost a particularly advantageous model for structured datasets [56]. Other studies, including those by Hilal et al., suggest using the XGBoost model to associate the impact of various risk factors with hospitalization, ICU admission, and death [57]. In addition, the XGBoost model has been shown to predict changes in the sequential organ failure assessment score in patients with critical COVID-19 admitted to the ICU [58], further demonstrating its potential in assessing patient outcomes.
Various models have been proposed for predicting COVID-19 severity; however, population variations can influence their performance and predictive capacity. Using clinical and metabolic data, Villagrana-Bañuelos et al. developed machine learning models to predict COVID-19 outcomes in patients with varying severities [14], categorizing them into basic and extended profiles based on inflammatory and metabolomic mediators. While these models demonstrated adequate predictive capacity, their large number of variables complicates clinical application. A recent study validated a model to anticipate patient deterioration in Israel using eight blood markers, including neutrophil, lymphocyte, monocyte, and platelet counts, NLR, C-reactive protein (CRP), lactate dehydrogenase (LDH), and D-dimer levels, demonstrating strong predictive ability [19]. However, significant performance differences emerged when evaluating two geographically distinct populations, limiting their applicability.
In a cohort of 289,351 patients with COVID-19, Lazzarini et al. established a machine learning model to predict severe cases of COVID-19 [59]. The most important predictors included age, gender, diabetes mellitus, essential hypertension, overweight and obesity, acute upper respiratory infections, other joint disorders, vitamin D deficiency, malaise and fatigue, and nicotine dependence. Their gradient boosting decision tree model achieved an AUC of 0.695 (95% CI, 0.679–0.709).
Recent research has explored various deep learning approaches and optimized information fusion techniques for COVID-19 applications, using, for instance, convolutional neural networks for chest X-rays [60]. These studies examine different neural network architectures and methods to optimize the integration of diverse information sources, which could potentially enhance predictive model performance [9]. Nevertheless, while many of these studies focus on COVID-19 detection, our research specifically addresses ICU admission prediction in patients already diagnosed with COVID-19. Future studies could incorporate these deep learning techniques and information fusion strategies to further improve the predictive capability of our model, particularly when considering longitudinal data or additional clinical information.
Our study is notable for the simplicity and broad applicability of the proposed model. It uses a reduced number of basic clinical and laboratory variables, making it accessible and efficient for use in diverse healthcare settings. Nonetheless, evidence shows that the capacity of predictive models can be influenced by population differences [12]. The Chilean population is genetically admixed, with a significant Amerindian ancestral component [61], a characteristic shared with other Latin American populations. These populations represent a mix of Native American, European, and African ancestries, as demonstrated through molecular tools such as mitochondrial DNA (mtDNA) markers (mtDNA) markers [62].
A limitation of the study is the relatively small sample size and the participation of a single public health center in southern Chile. Nevertheless, the population studied represents patients hospitalized at this facility. To mitigate these limitations, we employed 10-fold stratified cross-validation techniques and stratified data splitting to maximize the robustness of our models with the available data. In future studies, we plan to expand the sample size and include multiple national and international healthcare centers, which would allow for external validation across diverse populations, thus confirming the model’s robustness and accuracy in various clinical contexts. This external validation would be crucial for establishing the model’s generalizability to other populations.
Additionally, we recognize that substantial missing data, particularly procalcitonin (38.8%) and D-dimer (36.3%) levels, introduces uncertainty. We addressed this by employing the PMM method to preserve data distribution and generating five imputed datasets to capture imputation uncertainty. Sensitivity analyses across models trained with different imputed sets confirmed prediction consistency. Importantly, missing data patterns showed significant associations with gender, obesity, and COVID-19 severity (chi-square test, p < 0.05), supporting our MAR hypothesis and validating our imputation approach.
The fact that our study was conducted in a single public healthcare center in southern Chile has important implications for the generalizability of our findings. The Araucanía Region, where the study hospital is located, presents unique sociodemographic characteristics, including a high proportion of the indigenous Mapuche population (approximately 30%) and greater rurality than the national average [63]. These factors contribute to differences in access to health services compared to more urbanized areas. These characteristics could influence several aspects relevant to our predictive model. First, there are documented differences in metabolic profiles and cardiovascular risk between the Mapuche and non-Mapuche Chilean populations. For example, Celis-Morales et al. [64] found that individuals of Mapuche descent exhibit higher levels of insulin resistance and fasting insulin, particularly in urban environments, suggesting a greater vulnerability to metabolic disorders such as type 2 diabetes mellitus. Second, more limited access to primary care in rural areas could result in delayed diagnoses of COVID-19, potentially affecting baseline levels of biomarkers at the time of hospitalization. Third, socioeconomic and cultural factors, including perceptions of mistreatment and emotional discomfort in healthcare settings, can influence the decision to seek medical attention and the timing thereof [65]. While our analysis attempted to capture some of this variability by distinguishing between rural and urban areas, we acknowledge that the generalization of our results to other regions of Chile and to other countries should be approached with caution. The model might be more applicable to populations with similar ethnic compositions, socioeconomic profiles, and comorbidity prevalences. To enhance generalizability, we recommend externally validating the model in diverse populations, including those from large urban centers, other geographic regions of Chile, and countries with different health systems and population compositions.
Finally, our results demonstrate that the XGBoost model, based on the variables of diabetes mellitus, obesity, absolute neutrophil and basophil counts, NLR, and D-dimer levels at the time of hospital admission, is suitable for predicting ICU admission in Chilean individuals with COVID-19. This clinical decision support tool, based on widely used clinical and laboratory parameters, could help identify patients at risk of severe progression and ICU admission. This would enhance the health monitoring and care provided by medical teams. External validation of the model in other clinical centers would strengthen its efficacy and reliability for clinical use.

Author Contributions

Conceptualization, A.H.H.-M., N.G. and P.L.; methodology, C.M.; investigation, J.D., N.C., N.G., E.R., M.A.S., A.S.M., J.E.-E. and P.G.; data curation, N.G. and C.M.; writing—original draft preparation, N.G., C.M. and P.L.; writing—review and editing, A.H.H.-M., N.G., P.L., C.M., J.D., N.C., E.R., M.A.S., A.S.M., J.E.-E. and P.G.; visualization, N.G., C.M. and A.H.H.-M.; supervision, N.G.; project administration, A.H.H.-M.; funding acquisition, A.H.H.-M. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Vicerrectoría de Investigación y Postgrado, Universidad Católica de Temuco, grant number 2024GI-AH-03.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and approved by the Ethics Committee of Servicio de Salud Araucanía Sur (protocol code 144/2020, 10 July 2020).

Informed Consent Statement

Patient consent was waived due to the retrospective design of the study and the exclusive use of anonymized patient data.

Data Availability Statement

The datasets utilized and/or analyzed in this study can be obtained from the corresponding author upon reasonable request. The data are not publicly accessible due to privacy restrictions.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
COVID-19Coronavirus disease 2019
SARS-CoV-2Severe acute respiratory syndrome coronavirus 2
ICUIntensive Care Unit
WBCWhite blood cell count
NLRNeutrophil-to-lymphocyte ratio
PLRPlatelet-to-lymphocyte ratio
ANCAbsolute neutrophil count
qRT-PCRQuantitative reverse transcription real-time polymerase chain reaction
LISLaboratory information system
PMMPredictive mean matching
MARMissing at random
CRPC-reactive protein
LASSOLeast absolute shrinkage and selection operator
RFRandom forest
LRLogistic regression
AUCArea under the curve
ROCReceiver operating characteristic curve
SnSensitivity
SpSpecificity
PPVPositive predictive value
NPVNegative predictive value
SHAPSHapley Additive exPlanations
DCADecision curve analysis
DM2Type 2 diabetes mellitus
ACE-2Angiotensin-converting enzyme 2
LDHLactate dehydrogenase

References

  1. Baloch, S.; Baloch, M.A.; Zheng, T.; Pei, X. The Coronavirus Disease 2019 (COVID-19) Pandemic. Tohoku J. Exp. Med. 2020, 250, 271–278. [Google Scholar] [CrossRef] [PubMed]
  2. Chadaga, K.; Prabhu, S.; Sampathila, N.; Chadaga, R.; Umakanth, S.; Bhat, D.; Shashi Kumar, G.S. Explainable artificial intelligence approaches for COVID-19 prognosis prediction using clinical markers. Sci. Rep. 2024, 14, 1783. [Google Scholar] [CrossRef] [PubMed]
  3. Ahrenfeldt, L.J.; Nielsen, C.R.; Moller, S.; Christensen, K.; Lindahl-Jacobsen, R. Burden and prevalence of risk factors for severe COVID-19 in the ageing European population—A SHARE-based analysis. J. Public Health 2022, 30, 2081–2090. [Google Scholar] [CrossRef] [PubMed]
  4. Dessie, Z.G.; Zewotir, T. Mortality-related risk factors of COVID-19: A systematic review and meta-analysis of 42 studies and 423,117 patients. BMC Infect. Dis. 2021, 21, 855. [Google Scholar] [CrossRef]
  5. Erman, H.; Boyuk, B.; Sertbas, M.; Ozdemir, A. Relationship between Metabolic Syndrome Components and COVID-19 Disease Severity in Hospitalized Patients: A Pilot Study. Can. J. Infect. Dis. Med. Microbiol. 2022, 2022, 9682032. [Google Scholar] [CrossRef]
  6. Sardu, C.; Marfella, R.; Prattichizzo, F.; La Grotta, R.; Paolisso, G.; Ceriello, A. Effect of Hyperglycemia on COVID-19 Outcomes: Vaccination Efficacy, Disease Severity, and Molecular Mechanisms. J. Clin. Med. 2022, 11, 1564. [Google Scholar] [CrossRef]
  7. De Lorenzo, A.; Estato, V.; Castro-Faria-Neto, H.C.; Tibirica, E. Obesity-Related Inflammation and Endothelial Dysfunction in COVID-19: Impact on Disease Severity. J. Inflamm. Res. 2021, 14, 2267–2276. [Google Scholar] [CrossRef]
  8. Yu, L.; Zhang, X.; Ye, S.; Lian, H.; Wang, H.; Ye, J. Obesity and COVID-19: Mechanistic Insights From Adipose Tissue. J. Clin. Endocrinol. Metab. 2022, 107, 1799–1811. [Google Scholar] [CrossRef]
  9. Ali, M.U.; Zafar, A.; Tanveer, J.; Khan, M.A.; Kim, S.H.; Alsulami, M.M.; Lee, S.W. Deep learning network selection and optimized information fusion for enhanced COVID-19 detection. Int. J. Imaging Syst. Technol. 2024, 34, e23001. [Google Scholar] [CrossRef]
  10. Sarfraz, A.; Sarfraz, Z.; Siddiqui, A.; Totonchian, A.; Bokhari, S.; Hussain, H.; Sarfraz, M.; Patel, G.; Amjad, M.H.; Tebha, S.S.; et al. Hypercoagulopathy in Overweight and Obese COVID-19 Patients: A Single-Center Case Series. J. Crit. Care Med. 2022, 8, 41–48. [Google Scholar] [CrossRef]
  11. Huyut, M.T. Automatic Detection of Severely and Mildly Infected COVID-19 Patients with Supervised Machine Learning Models. Ing. Rech. Biomed. 2023, 44, 100725. [Google Scholar] [CrossRef] [PubMed]
  12. Letelier, P.; Delgado, H.; Garrido, F.; Quinones, F.; San, M.A.; Hernandez, L.; Garces, P.; Guzman-Oyarzo, D.; Boguen, R.; Hernandez, A.; et al. Dynamic changes of hematological and hemostatic parameters in COVID-19 hospitalized patients: Potential role as severity biomarkers for the Chilean population. J. Med. Biochem. 2024, 43, 556–564. [Google Scholar] [CrossRef] [PubMed]
  13. Huyut, M.T.; Ustundag, H. Prediction of diagnosis and prognosis of COVID-19 disease by blood gas parameters using decision trees machine learning model: A retrospective observational study. Med. Gas Res. 2022, 12, 60–66. [Google Scholar] [CrossRef]
  14. Villagrana-Banuelos, K.E.; Maeda-Gutierrez, V.; Alcala-Rmz, V.; Oropeza-Valdez, J.J.; Herrera-Van Oostdam, A.S.; Castaneda-Delgado, J.E.; Lopez, J.A.; Borrego Moreno, J.C.; Galvan-Tejada, C.E.; Galvan-Tejeda, J.I.; et al. COVID-19 Outcome Prediction by Integrating Clinical and Metabolic Data using Machine Learning Algorithms. Rev. Investig. Clin. 2022, 74, 314–327. [Google Scholar] [CrossRef]
  15. Altini, N.; Brunetti, A.; Mazzoleni, S.; Moncelli, F.; Zagaria, I.; Prencipe, B.; Lorusso, E.; Buonamico, E.; Carpagnano, G.E.; Bavaro, D.F.; et al. Predictive Machine Learning Models and Survival Analysis for COVID-19 Prognosis Based on Hematochemical Parameters. Sensors 2021, 21, 8503. [Google Scholar] [CrossRef]
  16. Buttia, C.; Llanaj, E.; Raeisi-Dehkordi, H.; Kastrati, L.; Amiri, M.; Mecani, R.; Taneri, P.E.; Ochoa, S.A.G.; Raguindin, P.F.; Wehrli, F.; et al. Prognostic models in COVID-19 infection that predict severity: A systematic review. Eur. J. Epidemiol. 2023, 38, 355–372. [Google Scholar] [CrossRef]
  17. Calvillo-Batlles, P.; Cerda-Alberich, L.; Fonfria-Esparcia, C.; Carreres-Ortega, A.; Munoz-Nunez, C.F.; Trilles-Olaso, L.; Marti-Bonmati, L. Development of severity and mortality prediction models for COVID-19 patients at emergency department including the chest x-ray. Radiologia (Engl. Ed.) 2022, 64, 214–227. [Google Scholar] [CrossRef]
  18. Queipo, M.; Barbado, J.; Torres, A.M.; Mateo, J. Approaching Personalized Medicine: The Use of Machine Learning to Determine Predictors of Mortality in a Population with SARS-CoV-2 Infection. Biomedicines 2024, 12, 409. [Google Scholar] [CrossRef]
  19. Kogan, Y.; Robinson, A.; Itelman, E.; Bar-Nur, Y.; Jakobson, D.J.; Segal, G.; Agur, Z. Developing and validating a machine learning prognostic model for alerting to imminent deterioration of hospitalized patients with COVID-19. Sci. Rep. 2022, 12, 19220. [Google Scholar] [CrossRef]
  20. Iqbal, M.S.; Naqvi, R.A.; Alizadehsani, R.; Hussain, S.; Moqurrab, S.A.; Lee, S.W. An adaptive ensemble deep learning framework for reliable detection of pandemic patients. Comput. Biol. Med. 2024, 168, 107836. [Google Scholar] [CrossRef]
  21. Wynants, L.; Van Calster, B.; Collins, G.S.; Riley, R.D.; Heinze, G.; Schuit, E.; Bonten, M.M.J.; Dahly, D.L.; Damen, J.A.A.; Debray, T.P.A.; et al. Prediction models for diagnosis and prognosis of COVID-19: Systematic review and critical appraisal. BMJ 2020, 369, m1328. [Google Scholar] [CrossRef] [PubMed]
  22. Liang, W.; Liang, H.; Ou, L.; Chen, B.; Chen, A.; Li, C.; Li, Y.; Guan, W.; Sang, L.; Lu, J.; et al. Development and Validation of a Clinical Risk Score to Predict the Occurrence of Critical Illness in Hospitalized Patients with COVID-19. JAMA Intern. Med. 2020, 180, 1081–1089. [Google Scholar] [CrossRef] [PubMed]
  23. Knight, S.R.; Ho, A.; Pius, R.; Buchan, I.; Carson, G.; Drake, T.M.; Dunning, J.; Fairfield, C.J.; Gamble, C.; Green, C.A.; et al. Risk stratification of patients admitted to hospital with COVID-19 using the ISARIC WHO Clinical Characterisation Protocol: Development and validation of the 4C Mortality Score. BMJ 2020, 370, m3339. [Google Scholar] [CrossRef] [PubMed]
  24. Bailey, B.E.; Andridge, R.; Shoben, A.B. Multiple imputation by predictive mean matching in cluster-randomized trials. BMC Med. Res. Methodol. 2020, 20, 72. [Google Scholar] [CrossRef]
  25. Zhou, F.; Yu, T.; Du, R.; Fan, G.; Liu, Y.; Liu, Z.; Xiang, J.; Wang, Y.; Song, B.; Gu, X.; et al. Clinical course and risk factors for mortality of adult inpatients with COVID-19 in Wuhan, China: A retrospective cohort study. Lancet 2020, 395, 1054–1062. [Google Scholar] [CrossRef]
  26. White, I.R.; Royston, P.; Wood, A.M. Multiple imputation using chained equations: Issues and guidance for practice. Stat. Med. 2011, 30, 377–399. [Google Scholar] [CrossRef]
  27. Ranstam, J.; Cook, J.A. LASSO regression. Br. J. Surg. 2018, 105, 1348. [Google Scholar] [CrossRef]
  28. Vetter, T.R.; Schober, P. Regression: The Apple Does Not Fall Far From the Tree. Anesth. Analg. 2018, 127, 277–283. [Google Scholar] [CrossRef]
  29. Chen, Z.; He, N.; Huang, Y.; Qin, W.T.; Liu, X.; Li, L. Integration of a Deep Learning Classifier with a Random Forest Approach for Predicting Malonylation Sites. Genom. Proteom. Bioinform. 2018, 16, 451–459. [Google Scholar] [CrossRef]
  30. Ma, B.; Yan, G.; Chai, B.; Hou, X. XGBLC: An improved survival prediction model based on XGBoost. Bioinformatics 2022, 38, 410–418. [Google Scholar] [CrossRef]
  31. Lundberg, S.M.; Lee, S.-I. A unified approach to interpreting model predictions. In Proceedings of the 31st International Conference on Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 4768–4777. [Google Scholar]
  32. Vickers, A.J.; Elkin, E.B. Decision curve analysis: A novel method for evaluating prediction models. Med. Decis. Mak. Int. J. Soc. Med. Decis. Mak. 2006, 26, 565–574. [Google Scholar] [CrossRef] [PubMed]
  33. Lundberg, S.M.; Erion, G.; Chen, H.; DeGrave, A.; Prutkin, J.M.; Nair, B.; Katz, R.; Himmelfarb, J.; Bansal, N.; Lee, S.I. From Local Explanations to Global Understanding with Explainable AI for Trees. Nat. Mach. Intell. 2020, 2, 56–67. [Google Scholar] [CrossRef] [PubMed]
  34. Yang, Y.; Song, Y.; Hou, D. Obesity and COVID-19 Pandemics: Epidemiology, Mechanisms, and Management. Diabetes Metab. Syndr. Obes. 2023, 16, 4147–4156. [Google Scholar] [CrossRef] [PubMed]
  35. Chu, Y.; Yang, J.; Shi, J.; Zhang, P.; Wang, X. Obesity is associated with increased severity of disease in COVID-19 pneumonia: A systematic review and meta-analysis. Eur. J. Med. Res. 2020, 25, 64. [Google Scholar] [CrossRef]
  36. Singh, R.; Rathore, S.S.; Khan, H.; Karale, S.; Chawla, Y.; Iqbal, K.; Bhurwal, A.; Tekin, A.; Jain, N.; Mehra, I.; et al. Association of Obesity With COVID-19 Severity and Mortality: An Updated Systemic Review, Meta-Analysis, and Meta-Regression. Front. Endocrinol. 2022, 13, 780872. [Google Scholar] [CrossRef]
  37. Viscardi, S.; Marileo, L.; Delgado, H.; San Martin, A.; Hernandez, L.; Garces, P.; Guzman-Oyarzo, D.; Boguen, R.; Medina, G.; Letelier, P.; et al. Obesity Is Associated with Changes in Laboratory Biomarkers in Chilean Patients Hospitalized with COVID-19. J. Clin. Med. 2023, 12, 3392. [Google Scholar] [CrossRef]
  38. Caci, G.; Albini, A.; Malerba, M.; Noonan, D.M.; Pochetti, P.; Polosa, R. COVID-19 and Obesity: Dangerous Liaisons. J. Clin. Med. 2020, 9, 2511. [Google Scholar] [CrossRef]
  39. Kruglikov, I.L.; Scherer, P.E. The Role of Adipocytes and Adipocyte-Like Cells in the Severity of COVID-19 Infections. Obesity 2020, 28, 1187–1190. [Google Scholar] [CrossRef]
  40. Miossec, P. Understanding the cytokine storm during COVID-19: Contribution of preexisting chronic inflammation. Eur. J. Rheumatol. 2020, 7, S97–S98. [Google Scholar] [CrossRef]
  41. Rodrigues, R.; Costa de Oliveira, S. The Impact of Angiotensin-Converting Enzyme 2 (ACE2) Expression Levels in Patients with Comorbidities on COVID-19 Severity: A Comprehensive Review. Microorganisms 2021, 9, 1692. [Google Scholar] [CrossRef]
  42. Aburto, S.; Cisterna, M.; Acuña, J.; Ruíz, C.; Viscardi, S.; Márquez, J.L.; Villano, I.; Letelier, P.; Guzmán, N. Obesity as a Risk Factor for Severe COVID-19 in Hospitalized Patients: Epidemiology and Potential Mechanisms. Healthcare 2022, 10, 1838. [Google Scholar] [CrossRef] [PubMed]
  43. Rey-Renones, C.; Martinez-Torres, S.; Martin-Lujan, F.M.; Pericas, C.; Redondo, A.; Vilaplana-Carnerero, C.; Dominguez, A.; Grau, M. Type 2 Diabetes Mellitus and COVID-19: A Narrative Review. Biomedicines 2022, 10, 2089. [Google Scholar] [CrossRef] [PubMed]
  44. Roberts, J.; Pritchard, A.L.; Treweeke, A.T.; Rossi, A.G.; Brace, N.; Cahill, P.; MacRury, S.M.; Wei, J.; Megson, I.L. Why Is COVID-19 More Severe in Patients With Diabetes? The Role of Angiotensin-Converting Enzyme 2, Endothelial Dysfunction and the Immunoinflammatory System. Front. Cardiovasc. Med. 2020, 7, 629933. [Google Scholar] [CrossRef]
  45. Lim, S.; Bae, J.H.; Kwon, H.S.; Nauck, M.A. COVID-19 and diabetes mellitus: From pathophysiology to clinical management. Nature reviews. Endocrinology 2021, 17, 11–30. [Google Scholar] [CrossRef]
  46. Jafar, N.; Edriss, H.; Nugent, K. The Effect of Short-Term Hyperglycemia on the Innate Immune System. Am. J. Med. Sci. 2016, 351, 201–211. [Google Scholar] [CrossRef]
  47. Liu, J.W.; Huang, X.; Wang, M.K.; Yang, J.S. Diabetes and susceptibility to COVID-19: Risk factors and preventive and therapeutic strategies. World J. Diabetes 2024, 15, 1663–1671. [Google Scholar] [CrossRef]
  48. Liu, J.; Liu, Y.; Xiang, P.; Pu, L.; Xiong, H.; Li, C.; Zhang, M.; Tan, J.; Xu, Y.; Song, R.; et al. Neutrophil-to-lymphocyte ratio predicts critical illness patients with 2019 coronavirus disease in the early stage. J. Transl. Med. 2020, 18, 206. [Google Scholar] [CrossRef]
  49. Vial, M.R.; Peters, A.; Perez, I.; Spencer-Sandino, M.; Barbe, M.; Porte, L.; Weitzel, T.; Aylwin, M.; Vial, P.; Araos, R.; et al. COVID-19 in South America: Clinical and epidemiological characteristics among 381 patients during the early phase of the pandemic in Santiago, Chile. BMC Infect. Dis. 2020, 20, 955. [Google Scholar] [CrossRef]
  50. Estenssoro, E.; Loudet, C.I.; Rios, F.G.; Kanoore Edul, V.S.; Plotnikow, G.; Andrian, M.; Romero, I.; Piezny, D.; Bezzi, M.; Mandich, V.; et al. Clinical characteristics and outcomes of invasively ventilated patients with COVID-19 in Argentina (SATICOVID): A prospective, multicentre cohort study. Lancet Respir. Med. 2021, 9, 989–998. [Google Scholar] [CrossRef]
  51. Ulloque-Badaracco, J.R.; Ivan Salas-Tello, W.; Al-Kassab-Cordova, A.; Alarcon-Braga, E.A.; Benites-Zapata, V.A.; Maguina, J.L.; Hernandez, A.V. Prognostic value of neutrophil-to-lymphocyte ratio in COVID-19 patients: A systematic review and meta-analysis. Int. J. Clin. Pract. 2021, 75, e14596. [Google Scholar] [CrossRef]
  52. Hajifathalian, K.; Kumar, S.; Newberry, C.; Shah, S.; Fortune, B.; Krisko, T.; Ortiz-Pujols, S.; Zhou, X.K.; Dannenberg, A.J.; Kumar, R.; et al. Obesity is Associated with Worse Outcomes in COVID-19: Analysis of Early Data from New York City. Obesity 2020, 28, 1606–1612. [Google Scholar] [CrossRef] [PubMed]
  53. Kassir, R. Risk of COVID-19 for patients with obesity. Obes. Rev. 2020, 21, e13034. [Google Scholar] [CrossRef] [PubMed]
  54. Grasselli, G.; Zangrillo, A.; Zanella, A.; Antonelli, M.; Cabrini, L.; Castelli, A.; Cereda, D.; Coluccello, A.; Foti, G.; Fumagalli, R.; et al. Baseline Characteristics and Outcomes of 1591 Patients Infected with SARS-CoV-2 Admitted to ICUs of the Lombardy Region, Italy. JAMA 2020, 323, 1574–1581. [Google Scholar] [CrossRef]
  55. Torlay, L.; Perrone-Bertolotti, M.; Thomas, E.; Baciu, M. Machine learning-XGBoost analysis of language networks to classify patients with epilepsy. Brain Inform. 2017, 4, 159–169. [Google Scholar] [CrossRef]
  56. Moore, A.; Bell, M. XGBoost, A Novel Explainable AI Technique, in the Prediction of Myocardial Infarction: A UK Biobank Cohort Study. Clin. Med. Insights Cardiol. 2022, 16, 11795468221133611. [Google Scholar] [CrossRef]
  57. Hilal, W.; Chislett, M.G.; Snider, B.; McBean, E.A.; Yawney, J.; Gadsden, S.A. Use of AI to assess COVID-19 variant impacts on hospitalization, ICU, and death. Front. Artif. Intell. 2022, 5, 927203. [Google Scholar] [CrossRef]
  58. Montomoli, J.; Romeo, L.; Moccia, S.; Bernardini, M.; Migliorelli, L.; Berardini, D.; Donati, A.; Carsetti, A.; Bocci, M.G.; Wendel Garcia, P.D.; et al. Machine learning using the extreme gradient boosting (XGBoost) algorithm predicts 5-day delta of SOFA score at ICU admission in COVID-19 patients. J. Intensive Med. 2021, 1, 110–116. [Google Scholar] [CrossRef]
  59. Lazzarini, N.; Filippoupolitis, A.; Manzione, P.; Eleftherohorinou, H. A machine learning model on Real World Data for predicting progression to Acute Respiratory Distress Syndrome (ARDS) among COVID-19 patients. PLoS ONE 2022, 17, e0271227. [Google Scholar] [CrossRef]
  60. Riyadi, S.; Pramudya, E.N.; Damarjati, C.; Molina Lopez, J.M.; Herrero, J.G. Explainable optimization of deep learning model for COVID-19 detection using chest images. Inform. Med. Unlocked 2024, 49, 101559. [Google Scholar] [CrossRef]
  61. Moraga, M.L.; Rocco, P.; Miquel, J.F.; Nervi, F.; Llop, E.; Chakraborty, R.; Rothhammer, F.; Carvallo, P. Mitochondrial DNA polymorphisms in Chilean aboriginal populations: Implications for the peopling of the southern cone of the continent. Am. J. Phys. Anthropol. 2000, 113, 19–29. [Google Scholar] [CrossRef]
  62. Price, A.L.; Patterson, N.; Yu, F.; Cox, D.R.; Waliszewska, A.; McDonald, G.J.; Tandon, A.; Schirmer, C.; Neubauer, J.; Bedoya, G.; et al. A genomewide admixture map for Latino populations. Am. J. Hum. Genet. 2007, 80, 1024–1036. [Google Scholar] [CrossRef] [PubMed]
  63. Encuesta Casen 2017: Pueblos Indígenas. 2018.
  64. Celis-Morales, C.A.; Perez-Bravo, F.; Ibanes, L.; Sanzana, R.; Hormazabal, E.; Ulloa, N.; Calvo, C.; Bailey, M.E.; Gill, J.M. Insulin resistance in Chileans of European and indigenous descent: Evidence for an ethnicity x environment interaction. PLoS ONE 2011, 6, e24690. [Google Scholar] [CrossRef] [PubMed]
  65. Baeza-Rivera, M.J.; Salinas-Onate, N.; Gomez-Perez, D.; Diaz-Loving, R.; Ortiz, M.S. Model to Predict Healthcare Behaviors: Comparison of a Chilean and Mexican Sample. Int. J. Environ. Res. Public Health 2022, 19, 10067. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Flowchart summarizing the methodological steps.
Figure 1. Flowchart summarizing the methodological steps.
Biomedicines 13 01025 g001
Figure 2. ROC curves of machine learning models for predicting ICU admission in patients with COVID-19. (A) Logistic regression model (blue line; AUC = 0.74); (B) Random Forest model (green line; AUC = 0.95); (C) XGBoost model (red line; AUC = 0.95); (D) Overlaid comparison of all three models. In all panels, the gray dashed diagonal line indicates a non-informative classifier (AUC = 0.50).
Figure 2. ROC curves of machine learning models for predicting ICU admission in patients with COVID-19. (A) Logistic regression model (blue line; AUC = 0.74); (B) Random Forest model (green line; AUC = 0.95); (C) XGBoost model (red line; AUC = 0.95); (D) Overlaid comparison of all three models. In all panels, the gray dashed diagonal line indicates a non-informative classifier (AUC = 0.50).
Biomedicines 13 01025 g002
Figure 3. Comparison of SHAP values between models.
Figure 3. Comparison of SHAP values between models.
Biomedicines 13 01025 g003
Figure 4. Decision curve analysis of three models, plotting the net benefit at different threshold probabilities.
Figure 4. Decision curve analysis of three models, plotting the net benefit at different threshold probabilities.
Biomedicines 13 01025 g004
Table 1. Baseline characteristics of patients hospitalized with COVID-19.
Table 1. Baseline characteristics of patients hospitalized with COVID-19.
VariableICU Admissionp-Value *
Yes, n = 108No, n = 93
Age, p50. (iqr)61 (54, 70)64 (49, 72)0.589
Sex, n (%) 0.787
         Male52 (48%)43 (46%)
         Female56 (52%)50 (54%)
Geographic zone, n (%) 0.501
         Rural17 (16%)18 (19%)
         Urban91 (84%)75 (81%)
Severity n (%) 0.025
         Moderate85 (79%)84 (90%)
         Severe23 (21%)9 (9.7%)
Mortality caused by COVID-19, n (%) 0.017
         Yes89 (82%)87 (94%)
         No19 (18%)6 (6.5%)
Obesity, n (%) 0.001
         Yes49 (45%)22 (24%)
         No59 (55%)71 (76%)
Cardiovascular disease, n (%) 0.657
         Yes15 (14%)15 (16%)
         No93 (86%)78 (84%)
Arterial hypertension, n (%)68 (63%)48 (52%)0.104
Type 2 Diabetes, n (%)45 (42%)25 (27%)0.028
WBC (109/L), p50. (iqr)7.7 (6.1, 11.3)6.9 (5.7, 8.9)0.008
NLR, p50. (iqr)7 (4, 13)4 (3, 6)0.001
PLR, p50. (iqr)219 (139, 406)189 (119, 257)0.010
Neutrophils (109/L), p50. (iqr)6.28 (4.68, 9.29)5.12 (3.76, 6.30)0.001
D-dimer (μg/L), p50. (iqr)1.70 (0.90, 3.66)0.90 (0.58, 1.45)0.001
CRP (μg/L), p50. (iqr)99 (47, 150)66 (23, 127)0.005
Ferritin (ng/L), p50. (iqr)1343 (458, 2190)825 (289, 1654)0.011
* Wilcoxon rank-sum test; Pearson’s chi-squared test. Abbreviations: ICU = Intensive Care Unit; iqr = interquartile range; WBC = white blood cell; NLR = neutrophil–lymphocyte ratio; PLR = platelet–lymphocyte ratio; CRP = C-reactive protein.
Table 2. Performance of machine learning models.
Table 2. Performance of machine learning models.
ParameterLogistic RegressionRandom ForestXGBoosting
Area under the curve (AUC)0.740.950.95
Precision (IC95%)0.66 (0.59, 0.72)0.85 (0.79, 0.90)0.86 (0.80, 0.91)
Kappa0.310.700.73
McNemar test p-value0.810.851
Sensitivity0.670.870.87
Specificity0.650.830.85
Positive predictive value0.690.850.87
Negative predictive value0.630.850.85
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Hernández-Monsalves, A.H.; Letelier, P.; Morales, C.; Rojas, E.; Saez, M.A.; Coña, N.; Díaz, J.; San Martín, A.; Garcés, P.; Espinal-Enriquez, J.; et al. A Machine Learning Model for Predicting Intensive Care Unit Admission in Inpatients with COVID-19 Using Clinical Data and Laboratory Biomarkers. Biomedicines 2025, 13, 1025. https://doi.org/10.3390/biomedicines13051025

AMA Style

Hernández-Monsalves AH, Letelier P, Morales C, Rojas E, Saez MA, Coña N, Díaz J, San Martín A, Garcés P, Espinal-Enriquez J, et al. A Machine Learning Model for Predicting Intensive Care Unit Admission in Inpatients with COVID-19 Using Clinical Data and Laboratory Biomarkers. Biomedicines. 2025; 13(5):1025. https://doi.org/10.3390/biomedicines13051025

Chicago/Turabian Style

Hernández-Monsalves, Alfonso Heriberto, Pablo Letelier, Camilo Morales, Eduardo Rojas, Mauricio Alejandro Saez, Nicolás Coña, Javiera Díaz, Andrés San Martín, Paola Garcés, Jesús Espinal-Enriquez, and et al. 2025. "A Machine Learning Model for Predicting Intensive Care Unit Admission in Inpatients with COVID-19 Using Clinical Data and Laboratory Biomarkers" Biomedicines 13, no. 5: 1025. https://doi.org/10.3390/biomedicines13051025

APA Style

Hernández-Monsalves, A. H., Letelier, P., Morales, C., Rojas, E., Saez, M. A., Coña, N., Díaz, J., San Martín, A., Garcés, P., Espinal-Enriquez, J., & Guzmán, N. (2025). A Machine Learning Model for Predicting Intensive Care Unit Admission in Inpatients with COVID-19 Using Clinical Data and Laboratory Biomarkers. Biomedicines, 13(5), 1025. https://doi.org/10.3390/biomedicines13051025

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop