Skip to main content
BMC Medical Informatics and Decision Making logoLink to BMC Medical Informatics and Decision Making
. 2025 Jul 3;25:248. doi: 10.1186/s12911-025-03082-9

Development and external validation of machine learning models for the early prediction of malnutrition in critically ill patients: a prospective observational study

Yi Liu 1, Yehua Xu 2, Lixia Guo 3, Zhongbin Chen 4, Xueqin Xia 5, Feng Chen 6, Li Tang 7, Hua Jiang 8,, Caixia Xie 1,
PMCID: PMC12225150  PMID: 40611154

Abstract

Background

Early detection of malnutrition in critically ill patients is crucial for timely intervention and improved clinical outcomes. However, identifying individuals at risk remains challenging due to the complexity and variability of patient conditions. This study aimed to develop and externally validate machine learning models for predicting malnutrition within 24 h of intensive care unit (ICU) admission, culminating in a web-based malnutrition prediction tool for clinical decision support.

Methods

A total of 1006 critically ill adult patients (aged ≥ 18 years) were included in the model development group, and 300 adult patients comprised the external validation group. The development data were partitioned into training (80%) and testing (20%) sets. Hyperparameters were optimized via 5-fold cross-validation on the training set, eliminating the need for a separate validation set while ensuring internal validation. External validation was performed on an independent group to assess generalizability. Predictors were selected using random forest recursive feature elimination; seven machine learning models—Extreme Gradient Boosting (XGBoost), random forest, decision tree, support vector machine (SVM), Gaussian naive Bayes, k-nearest neighbor (k-NN), and logistic regression—were trained and evaluated for accuracy, precision, recall, F1 score, Area Under the Receiver Operating Characteristic Curve (AUC-ROC), Area Under the Precision-Recall Curve (AUC-PR). Model interpretability was analyzed using SHapley Additive exPlanations (SHAP) to quantify feature contributions.

Results

In the development phase, among 1006 patients, 34.0% had moderate malnutrition and 17.9% severe malnutrition. The XGBoost model achieved superior predictive accuracy with an accuracy of 0.90 (95% CI = 0.86–0.94), precision of 0.92 (95% CI = 0.88–0.95), recall of 0.92 (95% CI = 0.89–0.95), F1 score of 0.92 (95% CI = 0.89–0.95), AUC-ROC of 0.98 (95% CI = 0.96–0.99), and AUC-PR of 0.97 (95% CI = 0.95–0.99) on the testing set. External validation confirmed robust performance with an accuracy of 0.75 (95% CI: 0.70–0.79), precision of 0.79 (95% CI: 0.75–0.83), recall of 0.75 (95% CI: 0.70–0.79), F1 score of 0.74 (95% CI: 0.69–0.78), AUC-ROC of 0.88 (95% CI: 0.86–0.91), and AUC-PR of 0.77 (95% CI: 0.73–0.80).

Conclusions

Machine learning models, particularly XGBoost, demonstrated promising performance in early malnutrition prediction in ICU settings. The resultant web-based tool offers valuable resource for clinical decision support.

Trial registration

Chinese Clinical Trial Registry ChiCTR2200058286 (https://www.chictr.org.cn/bin/project/edit? pid=248690). Registered 4th April 2022. Prospectively registered.

Supplementary Information

The online version contains supplementary material available at 10.1186/s12911-025-03082-9.

Keywords: Critically ill patients, Malnutrition, Machine learning, Prediction model

Background

Malnutrition, defined as an inadequate energy or nutrient status resulting from insufficient intake, increased metabolic demand, or impaired nutrient utilization, poses a significant threat to critically ill patients [1]. Critically ill patients with malnutrition often exhibit typical signs such as significant weight loss, cachexia, muscle wasting, reduced fat content, hypoalbuminemia, and edema [2, 3]. These manifestations not only reflect the severity of the underlying condition but also indicate the systemic impact of malnutrition on multiple organ systems. Malnutrition in critically ill patients can lead to a range of adverse outcomes, such as prolonged mechanical ventilation, impaired wound healing, increased complication rates, extended hospital stays, and elevated mortality rates [47]. According to a systematic review, the prevalence of malnutrition among critically ill patients ranges from 38 to 78% [8], highlighting the widespread nature of this issue in the intensive care setting. To mitigate the risks associated with malnutrition, international guidelines from the American Society for Parenteral and Enteral Nutrition (ASPEN) and the European Society for Clinical Nutrition and Metabolism (ESPEN) strongly advocate for early malnutrition assessment and diagnosis in critically ill populations [9, 10]. In alignment with these global standards, the Chinese Society for Parenteral and Enteral Nutrition (CSPEN) provides regionally adapted recommendations, emphasizing nutritional risk screening with biomarker thresholds tailored to Asian physiological profiles [11]. Early identification and intervention through these evidence-based protocols are critical for optimizing clinical outcomes and reducing the systemic burden of ICU malnutrition.

Accurately identifying the factors that lead to malnutrition in critically ill patients is the first step in predicting the occurrence of malnutrition. According to multiple literature reviews, the factors contributing to malnutrition primarily include disease severity, body mass index (BMI), weight loss, age, food intake, gastrointestinal injury, albumin and hemoglobin levels, muscle mass, and inflammatory markers such as C-reactive protein (CRP) [1014]. While the majority of the studies have focused on predicting malnutrition among hospitalized cancer patients, research on critically ill patients in the intensive care unit (ICU) remains relatively limited [1518]. In addition to the commonly associated factors, other specific conditions and treatments in the ICU may also further exacerbate the risk of malnutrition. These include mechanical ventilation, level of consciousness, the use of vasopressor drugs and sedatives, severe infection, and shock. The interplay between these factors and the underlying disease processes creates a complex and dynamic environment that significantly impacts nutritional status. Therefore, when predicting malnutrition in critically ill patients, it is crucial to consider not only nutritional indicators but also a wide range of factors related to patients’ circulatory, respiratory, and nervous system functions, as well as their treatment protocols. A comprehensive approach to screening for these relevant predictors is essential to ensure the accuracy and efficacy of malnutrition prediction in critically ill patients.

In recent years, machine learning (ML) prediction models have emerged as powerful tools for disease risk stratification and clinical decision support. These models have demonstrated success across diverse medical domains, including diabetes prognosis, cancer diagnosis, nutritional intervention planning, and drug discovery [1922]. Compared to traditional statistical methods (e.g., logistic regression), ML algorithms excel at capturing intricate nonlinear relationships between multidimensional clinical variables and outcomes [23]. For instance, Wang et al. developed an optimized XGBoost model for early enteral nutrition assessment in ICU patients, achieving superior predictive performance (AUC-ROC: 0.904 vs. 0.884 for logistic regression) [24], which highlights ML’s potential to enhance precision in critical care nutrition management. While ML applications in malnutrition prediction have expanded to diverse populations—from neonatal cohorts (e.g., Yalçın et al. [25] predicting discharge weight in preterm infants) to pediatric cardiac surgery patients (e.g., Shi et al. [26] forecasting postoperative malnutrition)—these studies predominantly focus on non-adult populations. Critically, malnutrition drivers (e.g., growth velocity in neonates) and biomarker thresholds (e.g., age-adjusted z-scores) differ fundamentally from those in adult ICU patients, where inflammatory markers and chronic comorbidities play dominant roles.

Building on these advancements, this study aims to explore their applications in predicting malnutrition risk among critically ill adult patients. In addition to identifying key factors contributing to malnutrition, we developed predictive models and conducted both internal and external validation to identify the best-performing model. Furthermore, we created an interactive web tool using the best-performing model to assist clinicians in making informed malnutrition risk predictions for ICU patients.

Methods

Study design

This prospective observational study was undertaken at the Sichuan Provincial People’s Hospital in Chengdu, China. For the purposes of model development and internal validation, a sample comprising patients from the Emergency ICU (EICU), Surgical ICU (SICU), and Neurosurgical ICU (NICU) was selected for the period between March 2022 and December 2022. The external validation of the model utilized an additional sample from the Respiratory ICU (RICU) and Medical ICU (MICU) within the same hospital system, collected between January 2024 and November 2024. Participants were recruited based on the inclusion criteria of being aged 18 years or older. The exclusion criteria included pregnancy or breastfeeding, mental illness, a history of extracorporeal membrane oxygenation therapy or continuous renal replacement therapy, and death within 24 h of admission. Additionally, patients who withdrew from the study for various reasons were also excluded.

Data collection

Patient information, which included sex, age, disease status (digestive, circulatory, respiratory, etc.), marital status, and surgical history, was obtained from the electronic medical records (EMR) system and compared against baseline characteristics. Additionally, scores such as the Acute Physiology and Chronic Health Evaluation II (APACHE II), Sequential Organ Failure Assessment (SOFA), Glasgow Coma Scale (GCS), and Nutrition Risk Screening 2002 (NRS 2002) were calculated for each patient.

Candidate predictors were screened through a comprehensive literature review of studies focusing on factors influencing malnutrition in critically ill patients. Seven databases (Web of Science, PubMed, Cochrane Library, China National Knowledge Infrastructure (CNKI), Chinese Medical Journal Full-text Database, SinoMed, and Wanfang Medical Network Chinese Journal Database) were searched from inception to March 10, 2022, using a combination of MeSH terms and free-text keywords. The PubMed search strategy exemplifies our approach:

(ICU [Title/Abstract]) OR (intensive care [Title/Abstract]) OR (critical care [Title/Abstract]) OR (critically ill patient* [Title/Abstract]) OR (critical illness [Title/Abstract]) OR (acute [Title/Abstract]) OR (emergency [Title/Abstract]) AND (malnutrition [Title/Abstract]) OR (malnourishment [Title/Abstract]) OR (undernutrition [Title/Abstract]) OR (nutritional deficiency* [Title/Abstract]) OR (nutrition [Title/Abstract]) AND (predict* model* [Title/Abstract]) OR (influence factor* [Title/Abstract]) OR (risk factor* [Title/Abstract]) OR (risk assessment [Title/Abstract]) NOT (pediatrics [Title/Abstract]) OR (child* [Title/Abstract]) OR (infant* [Title/Abstract]) AND (“1980/01/01” [Date - Publication]: “2022/03/10” [Date - Publication]).

In adherence to the TRIPOD guidelines for predictive model development, the inclusion criteria were strictly limited to cohort studies and cross-sectional designs focusing on adult critically ill patients (aged ≥ 18). The exclusion criteria encompassed conference papers, abstracts, case reports, inaccessible full-text articles, non-English/Chinese studies, and duplicates. It is considered that conference articles typically present preliminary findings, and case reports lack generalizability.

Initially, 3,796 articles were retrieved and narrowed down to 19 articles after duplicate removal and initial and secondary screening [2745]. The search process is illustrated in Fig. 1. The complete literature screening records have been provided as supplementary material (Additional File: Table S1), containing tracking details for all 82 candidate studies.

Fig. 1.

Fig. 1

Flow chart of the study selection

Furthermore, international and national nutrition guidelines—including those from the European Society for Clinical Nutrition and Metabolism (ESPEN), the American Society for Parenteral and Enteral Nutrition (ASPEN), and the Chinese Society for Parenteral and Enteral Nutrition (CSPEN)—published between 2006 and 2023 were systematically reviewed [911, 46, 47]. These consensus documents establish evidence-based frameworks for nutritional intervention strategies across diverse clinical populations, notably critical care, surgical, and medical patients. The synthesized evidence consistently identifies body mass index (BMI), serum albumin levels, and weight loss rate as pivotal biomarkers for malnutrition risk stratification in these guidelines.

Subsequently, we conducted an in-person expert consensus meeting involving ten specialists with substantial clinical and academic expertise in intensive care and nutritional medicine. The multidisciplinary panel consisted of six critical care physicians, two clinical nutritionists, and two researchers, collectively ensuring comprehensive clinical and methodological perspectives. All participants demonstrated at least ten years of frontline clinical experience in critical care or nutritional management, with selected experts (including professor Jiang and professor Xie) having authored five or more peer-reviewed publications in ICU nutrition or related domains during the preceding decade. Professor Jiang contribute to international nutritional guidelines (CSPEN) align with evidence-based standards (complete expert profiles provided in Additional File: Table S2). The session commenced with a systematic review of literature on nutritional assessment in critically ill populations, encompassing publications from database inception through 2022, with particular emphasis on prognostic factors strongly associated with clinical outcomes. Through rigorous evidence synthesis, we identified 50 candidate predictors spanning four domains: baseline patient characteristics (age, gender, marital status, APACHE II, SOFA scores), nutritional biomarkers (albumin, hemoglobin), inflammatory markers (leukocytes, neutrophils, C-reactive protein), and electrolyte/metabolic parameters.

The brainstorming session was divided into two orderly phases. In the first phase, experts engaged in heated discussions regarding the 43 initially screened predictive factors, comprehensively assessing their clinical relevance and practical operability. Moving into the second phase, experts actively proposed new predictive factors based on their extensive knowledge and complemented them with insights from existing literature and clinical experience. Ultimately, through rigorous voting and in-depth consensus, we successfully identified 39 candidate predictive factors (7 dichotomous, 32 continuous). Details of voting results are presented in Additional File: Table S3, and the details of these 39 predictors are presented in Table 1.

Table 1.

Candidate predictors

Dichotomous variables Continuous variables
Gender, mechanical ventilation, treatment with vasopressor drugs, treatment with sedatives, reduced energy intake, chronic gastrointestinal symptoms, acute gastrointestinal symptoms Age, BMI, total protein, albumin, hemoglobin, red blood cell count, white blood cell count, neutrophil count, lymphocyte count, hematocrit, fasting blood glucose value, IL-6, procalcitonin, CD4+ T lymphocyte count, whole blood hs-CRP, PH value, PO2, oxygen saturation, sodium ions, potassium ions, magnesium ions, phosphorus ions, platelet count, serum creatinine, serum urea, serum uric acid, total bilirubin, body temperature, heart rate, respiratory rate, systolic blood pressure, diastolic blood pressure

Note: Abbreviations, BMI = Body Mass Index, IL-6 = interleukin-6, hs-CRP = high-sensitivity C-reactive protein, PO2 = arterial oxygen partial pressure. Reduced energy intake means intake ≤ 50% of requirement for > 1 week or < requirement for > 2 weeks

The study’s outcome variable was the severity of malnutrition among ICU patients, which was classified into three categories: no malnutrition, moderate malnutrition, and severe malnutrition. This classification was based on the Global Leadership Initiative on Malnutrition (GLIM) criteria [13]. The diagnostic process involved two main steps: (1) NRS 2002 screening ≥ 3 post -admission for nutritional risk [48]; (2) confirmation of malnutrition status through the presence of both phenotypic (weight loss thresholds, age-adjusted BMI criteria, and calf circumference measurements for muscle mass assessment) and etiologic (reduced food intake ≤ 50% of energy requirement > 1 week, or any reduction for > 2 weeks, C-reactive protein (CRP) level > 10 mg/L) indicators. Malnutrition severity was then categorized on the basis of the accumulation of phenotypic criteria.

All patient information, candidate malnutrition predictors, malnutrition diagnosis, and clinical scales (APACHE II, SOFA, GCS, and NRS 2002) were collected within 24 h of each patient’s admission by trained clinicians. Data on reduced energy intake, gastrointestinal symptoms, and BMI were obtained from the patients themselves, their legal surrogates (if applicable), or medical records. All data were verified for accuracy and completeness before inclusion in the analysis.

Sample size calculation

To develop a stable model, we determined the minimum sample size using the methodology outlined by Riley et al. [49]. Based on a conservative C-statistic of 0.858 derived from published literature and an estimated malnutrition prevalence of 39.0% [18], the calculated minimum required sample size for model development was 837 cases. To accommodate a potential 25% loss due to invalid samples, we adjusted the final sample size to 1,047 cases for developing the model. The R code and detailed calculation procedures are provided in Additional File: Fig. S1.

For external validation of the best-performing model, the minimum required sample size was estimated empirically through statistical simulation [50]. This process aimed to ensure adequate power for detecting differences in model performance across various levels of malnutrition severity. We therefore included a total of 300 samples, stratified as follows: 100 with no malnutrition, 100 with moderate malnutrition, and 100 with severe malnutrition.

Data preprocessing and feature selection

Spyder, a Python integrated development environment (IDE) designed for scientific computing and machine learning, was used to remove duplicates in the raw data based on patients’ unique hospital admission numbers, normalize features, discard noise and outliers, treat missing values. Variables with > 20% missingness were excluded, while those with ≤ 20% missingness were imputed using a random forest algorithm. The proportion of missing data for each candidate predictor is detailed in Additional File: Table S4. Additionally, binary variables were encoded with the LabelEncoder function, and continuous variables were standardized with the StandardScaler function. Details are provided in Additional File: Table S5.

To address the class imbalance in malnutrition severity categories (no/moderate/severe), we applied the Synthetic Minority Over-sampling Technique (SMOTE). This method generates synthetic samples for minority classes by interpolating between existing instances in the feature space, thereby balancing class distributions while preserving the original data structure.

Subsequent to class balancing, the random forest feature importance ranking and recursive feature elimination (RFE) methods were applied to perform feature selection among the 39 candidate predictors [51]. Feature selection was performed through backward elimination guided by random forest importance rankings: Starting with the full feature set, we sequentially removed the least important feature in each iteration while monitoring 5-fold cross-validation accuracy. The elimination process was terminated when removing an additional feature caused the validation AUC to drop by > 5% compared to the previous iteration, retaining the optimal feature subset prior to this performance degradation. This process determined the optimal feature subset for subsequent model construction.

Model development and internal–external validation

We developed models using data from patients in the EICU, SICU, and NICU between March 2022 and December 2022. The best-performing model, identified during this development phase, was subsequently externally validated using data from patients in the RICU and MICU between January 2024 and November 2024.

During the model development phase, the development group was divided into an 80% training set and a 20% testing set. To address potential overfitting and optimize hyperparameters, we employed 5-fold cross-validation on the training set. This method iteratively partitioned the training data into subsets, using four folds for training and one fold for validation in each iteration, thereby eliminating the need for a separate validation set while ensuring rigorous parameter tuning. The testing set remained entirely unseen during this process to preserve its role in final performance evaluation. Seven classification algorithms—XGBoost, random forest, decision tree, support vector machine (SVM), Gaussian naive Bayes, K-nearest neighbor (KNN), and logistic regression—were trained. Hyperparameters were optimized via grid search with 5-fold cross-validation (scikit-learn’s GridSearchCV), with search ranges detailed in Table 2. Optimal hyperparameter combinations (Table 3) were subsequently used for model evaluation.

Table 2.

Hyperparameter search ranges

Model Hyperparameters Search Range/Values
KNN n_neighbors [3, 5, 7]
SVM C [0.1, 1, 10]
kernel [‘linear’, ‘rbf’]
Decision Tree max_depth [None, 5, 10, 20]
Random Forest n_estimators [50, 100, 200]
Naive Bayes - -
Logistic Regression C [0.1, 1, 10]
XGBoost n_estimators [50, 100, 200]
max_depth [3, 5, 7, 9]
learning_rate [0.01, 0.1, 0.2]

Table 3.

Optimal hyperparameter results

Model Optimal hyperparameter combination
KNN {‘n_neighbors’: 7}
SVM {‘C’: 10, ‘kernel’: ‘linear’}
Decision Tree {‘max_depth’: 5}
Random Forest {‘n_estimators’: 100}
Naive Bayes {}
Logistic Regression {‘C’: 10}
XGBoost {‘n_estimators’: 200, ‘max_depth’: 5, ‘learning_rate’: 0.1}
KNN {‘n_neighbors’: 7}
SVM {‘C’: 10, ‘kernel’: ‘linear’}
Decision Tree {‘max_depth’: 5}

For both internal and external validation phases, we assessed model performance using accuracy, macro-precision, macro-recall, macro-F1 score, AUC-ROC, and Area Under the Precision-Recall Curve (AUC-PR). Macro-averaging was selected to ensure equal weighting of all malnutrition severity classes (no malnutrition, moderate malnutrition, severe malnutrition), regardless of class imbalance. This approach calculates metrics independently for each class and then averages them, thereby avoiding bias toward majority classes. This is particularly critical in clinical settings where accurate identification of all severity levels is equally important [52].

Model explainability analysis

We employed SHapley Additive exPlanations (SHAP) technique to enhance clinical interpretability. We implemented the SHAP framework to quantify feature importance and visualize effect distributions. TreeExplainer was applied to our best model to calculate SHAP values for all samples.

Statistical analysis

Statistical analyses were conducted using SPSS Statistics 29.0 (IBM, USA) for the general clinical data. For continuous variables, normality was initially assessed using the Kolmogorov–Smirnov test. Normally distributed variables were presented as means ± standard deviations, with Student’s t-test used for comparisons between two groups. Conversely, non-normally distributed variables were summarized using medians (interquartile ranges [IQR]), with the nonparametric Mann–Whitney U test selected for intergroup comparisons. Categorical variables were described in terms of case numbers and percentages (rates), with chi-square tests used for comparisons between two groups.

Transparent reporting of a multivariable prediction model for individual prognosis or Diagnosis + Artificial intelligence (TRIPOD + AI) statement

This research strictly adhered to the TRIPOD + AI statement and comprehensively reported the title, abstract, background, methods, open science, patient involvement, results and discussion to ensure the transparency, accuracy, and reproducibility of the research [53].

Results

Participant characteristics

During the model development phase, 1,398 patients were initially included, of which 1,006 patients were ultimately enrolled in the study after applying the exclusion criteria. During the external validation phase, an additional 300 patients was included, stratified as follows: 100 with no malnutrition, 100 with moderate malnutrition, and 100 with severe malnutrition. Among the 1,006 patients in the development group, 94.1% were screened for nutritional risk using the NRS 2002 scale. A total of 51.9% were diagnosed with malnutrition based on the GLIM criteria, including 34.0% with moderate malnutrition and 17.9% with severe malnutrition. Statistically significant differences (P < 0.01) were observed between non-malnourished and malnourished patient groups regarding age, BMI, marital status, disease type, reduced energy intake, chronic gastrointestinal symptoms, percentage weight loss, APACHE II score, and NRS 2002 score. Detailed information on the patient screening process is provided in Fig. 2, and participant characteristics are summarized in Table 4.

Fig. 2.

Fig. 2

Patient screening flowchart

Table 4.

Demographic and clinical characteristics of the participants

Variables All cases
(n = 1006)
Non-malnourished (n = 484) Malnourished
(n = 522)
Z/χ² P-value
Age (years), n(IQR) 64(52, 74) 57(48, 68) 68(56, 78) -8.896 < 0.001
Sex, male, n (%) 616(61.2) 289(59.7) 327(62.6) 0.910 0.340
BMI, kg/m2 21.5(19.6, 23.7) 23.3(21.7, 25.7) 19.6(18.3, 21.2) -19.787 < 0.001

Marital status, n (%)

Married

Unmarried

Divorced

Widowed

974(96.8)

27(2.7)

3(0.3)

2(0.2)

463(95.7)

21(4.3)

0(0)

0(0)

511(97.9)

6(1.1)

3(0.6)

2(0.4)

-3.705 < 0.001

Disease type, n (%)

Digestive system

Circulatory system

Respiratory system

Neurological system

Others

287(28.5)

265(26.3)

232(23.1)

154(15.3)

68(6.8)

120(24.8)

177(36.6)

97(20.0)

52(10.7)

38(7.9)

167(32.0)

88(16.9)

135(25.9)

102(19.5)

30(5.7)

59.636 < 0.001
Mechanical ventilation, n (%) 506(50.3) 236(48.8) 270(51.7) 0.882 0.348
Treatment with vasopressor drugs, n (%) 425(42.2) 199(41.1) 226(43.3) 0.489 0.484
Treatment with sedatives, n (%) 472(46.9) 219(45.2) 253(48.5) 1.045 0.307
Reduced energy intake, n (%) 276(27.4) 52(10.7) 224(42.9) 130.537 < 0.001
Chronic gastrointestinal symptoms, n (%) 201(20.0) 41(8.5) 160(30.7) 77.278 < 0.001
Acute gastrointestinal symptoms, n (%) 309(30.7) b 144(29.8) 165(31.6) 0.407 0.523
Unintentional weight loss of ≥ 5% within 6 months, n (%) 234(23.3) 4(0.8) 230(44.1) 262.996 < 0.001
Unintentional weight loss of ≥ 10% within 6 months, n (%) 77(7.7) 1(0.2) 76(14.6) 73.195 < 0.001
Surgical history, n (%) 457(45.4) 207(42.8) 250(47.9) 2.660 0.103
GCS score ≤ 8 points, n (%) 402(40.0) 182(37.6) 220(42.1) 2.160 0.142
SOFA score ≥ 3 points, n (%) 869(86.4) 410(84.7) 459(87.9) 2.214 0.137
APACHE II score ≥ 10 points, n (%) 921(91.6) 429(88.6) 492(94.3) 10.242 0.001
NRS 2002 score ≥ 3 points, n (%) 947(94.1) 429(88.6) 522(100) 62.749 < 0.001

Note: Abbreviations, IQR = Interquartile Range, BMI = Body Mass Index, GCS = Glasgow Coma Scale, SOFA = Sequential Organ Failure Assessment, APACHE = Acute Physiology and Chronic Health Evaluation, NRS = Nutrition Risk Screening

Table 5 provides information on the laboratory test results. Compared with the non-malnourished group, the malnourished group presented lower levels of albumin, hemoglobin, red blood cell count, hematocrit, serum uric acid, fasting blood glucose, sodium ions, and magnesium ions (P < 0.01). Conversely, the malnourished group had a higher platelet count (P < 0.01). The results revealed statistically significant differences in the levels of these parameters between the malnourished and non-malnourished groups.

Table 5.

Laboratory test results

Laboratory test All cases
(n = 1006)
Non-malnourished (n = 484) Malnourished Z P
Total protein 56.55(50.20, 62.43) 56.50(51.20, 61.90) 56.75(48.50, 63.05) -0.588 0.557
Albumin 31.30(27.00, 36.20) 33.45(28.13, 36.78) 30.45(26.18, 35.33) -4.698 < 0.001
Hemoglobin 111.00(93.00, 127.00) 114.00(96.00, 130.00) 106.00(89.75, 123.25) -3.806 < 0.001
Red blood cell count 3.75(3.19, 4.30) 3.84(3.32, 4.36) 3.65(3.09, 4.20) -3.358 < 0.001
White blood cell count 11.19(7.83, 15.79) 11.32(7.93, 15.68) 10.93(7.74, 15.91) -0.261 0.794
Neutrophil count 9.66(6.39, 13.57) 9.73(6.60, 13.43) 9.57(6.27, 13.79) -0.229 0.819
Lymphocyte count 0.71(0.43, 1.18) 0.74(0.44, 1.22) 0.69(0.42, 1.14) -0.879 0.379
Hematocrit 34.40(28.80, 39.40) 35.30(30.03, 39.98) 33.20(28.30, 38.53) -3.378 < 0.001
Fasting blood glucose value 8.63(6.62, 11.68) 9.01(6.93, 12.84) 8.33(6.34, 11.02) -3.774 < 0.001
Interleukin-6 121.14(62.93, 299.28) 178.68(35.59, 449.55) 204.15(32.70, 399.34) -1.295 0.195
Procalcitonin 0.71(0.17, 3.86) 0.71(0.14, 3.98) 0.76(0.19, 3.82) -0.497 0.619
CD4+ T lymphocyte count 192.00(122.00, 288.00) 245.00(107.00, 296.00) 258.00(129.00, 297.00) -0.480 0.632
Whole blood hs - CRP 37.44(5.94, 114.42) 31.71(4.12, 123.15) 42.39(9.40, 109.52) -1.671 0.095
Platelet count 158.00(107.75, 221.25) 150.00(99.00, 205.75) 165.00(113.75, 233.25) -3.310 < 0.001
PO2 115.50(81.00, 158.30) 111.80(81.80, 156.80) 119.65(79.50, 161.48) -0.769 0.442
Serum urea 7.07(4.95, 10.83) 6.99(5.03, 10.38) 7.21(4.91, 11.11) -0.375 0.708
Serum creatinine 76.60(57.70, 116.90) 77.00(59.85, 120.38) 74.90(56.38, 112.23) -1.903 0.057
Serum uric acid 304.00(216.00, 418.25) 319.50(237.00, 429.75) 292.50(200.00, 406.25) -3.115 0.002
Total bilirubin 16.90(10.88, 26.83) 17.35(11.10, 27.08) 16.45(10.70, 26.35) -0.923 0.356
PH value 7.38(7.32, 7.45) 7.38(7.32, 7.44) 7.38(7.32, 7.45) -0.316 0.752
Sodium ions 139.20(135.60, 143.03) 140.00(136.13, 143.78) 138.80(135.10, 142.03) -3.299 < 0.001
Potassium ions 4.03(3.65, 4.47) 4.04(3.64, 4.50) 4.00(3.66, 4.43) -0.913 0.361
Magnesium ions 0.87(0.76, 1.04) 0.89(0.78, 1.11) 0.85(0.75, 0.99) -4.078 < 0.001
Phosphorus ions 1.07(0.80, 1.37) 1.05(0.80, 1.37) 1.09(0.80, 1.37) -0.391 0.696

Note: Abbreviations, hs - CRP = high - sensitivity C - Reactive Protein, PO2 = Arterial Oxygen Partial Pressure

Important factors associated with malnutrition

Using the random forest recursive feature elimination method, seventeen important factors associated with malnutrition were identified and ranked in descending order of importance, as detailed in Figs. 3 and 4.

Fig. 3.

Fig. 3

RFECV-Feature selection

Fig. 4.

Fig. 4

Ranked feature importance with scores

Model performance

In the model development phase, Table 6 compares the performance of seven models on the testing set using optimal hyperparameters. Notably, the XGBoost model outperformed the other models in terms of predictive accuracy, achieving an accuracy of 0.90 (95% CI = 0.86–0.94), precision of 0.92 (95% CI = 0.88–0.95), recall of 0.92 (95% CI = 0.89–0.95), F1 score of 0.92 (95% CI = 0.89–0.95), AUC-ROC of 0.98 (95% CI = 0.96–0.99), and AUC-PR of 0.97 (95% CI = 0.95–0.99). The decision tree algorithm demonstrated a close second place with an accuracy of 0.91 (95% CI = 0.87–0.95), precision of 0.93 (95% CI = 0.90–0.96), recall of 0.93 (95% CI = 0.89–0.96), F1 score of 0.92 (95% CI = 0.89–0.96), AUC-ROC of 0.97 (95% CI = 0.94–0.99), and AUC-PR of 0.92 (95% CI = 0.86–0.98), whereas the logistic regression algorithm was positioned fifth among the evaluated models. Figures 5 and 6 visually represent the distributions of AUC‒ROC and AUC‒PR for these models, highlighting the consistency of their performance across different thresholds. To assess the reliability of the predicted probabilities, calibration plots were constructed to examine the alignment between predicted probabilities and observed frequencies. Figure 7 presents the calibration curves for the seven predictive models, with corresponding Brier scores (BS) and expected calibration errors (ECE) quantifying the divergence between predicted probabilities and observed outcomes. Notably, the XGBoost model demonstrated superior calibration performance on the test set, attaining the lowest BS (0.16) and ECE (0.03) among all classifiers. These results indicate that the predicted probabilities generated by the XGBoost classifier exhibit well-calibrated reliability, suggesting strong potential for clinical risk stratification applications.

Table 6.

Predictive performance of the 7 models on the testing set under the optimal hyperparameters

Metrics
Models
Accuracy (95% CI) Precision (95% CI) Recall (95% CI) F1 (95% CI) AUC-ROC (95% CI) AUC-PR (95% CI) Brier Score ECE
XGBboost 0.90 (0.86, 0.94) 0.92 (0.88, 0.95) 0.92 (0.89, 0.95) 0.92 (0.89, 0.95) 0.98 (0.96, 0.99) 0.97 (0.95, 0.99) 0.16 0.03
Random Forest 0.86 (0.80, 0.90) 0.87 (0.83, 0.92) 0.87 (0.83, 0.92) 0.87 (0.83, 0.92) 0.96 (0.93, 0.98) 0.92 (0.89, 0.96) 0.23 0.11
Decision Tree 0.91 (0.87, 0.95) 0.93 (0.90, 0.96) 0.93 (0.89, 0.96) 0.92 (0.89, 0.96) 0.97 (0.94, 0.99) 0.92 (0.86, 0.98) 0.15 0.04
SVM 0.86 (0.81, 0.90) 0.86 (0.82, 0.91) 0.87 (0.82, 0.91) 0.87 (0.82, 0.91) 0.94 (0.91, 0.97) 0.87 (0.81, 0.93) 9.24 0.10
Gaussian Naive Bayes 0.55 (0.50, 0.60) 0.54 (0.48, 0.60) 0.60 (0.55, 0.64) 0.50 (0.45, 0.55) 0.81 (0.77, 0.85) 0.70 (0.65, 0.76) 0.65 0.16
KNN 0.64 (0.58, 0.70) 0.71 (0.64, 0.77) 0.58 (0.52, 0.65) 0.61 (0.53, 0.68) 0.80 (0.75, 0.84) 0.70 (0.64, 0.77) 0.47 0.04
Logistic Regression 0.83 (0.78, 0.88) 0.84 (0.79, 0.89) 0.84 (0.79, 0.89) 0.84 (0.79, 0.89) 0.93 (0.90, 0.96) 0.86 (0.81, 0.91) 0.28 0.09

Note: Macro-averaged metrics (precision, recall, F1) were computed by averaging class-specific values with equal weight, ensuring balanced evaluation across all malnutrition severity classes (no/moderate/severe malnutrition). This approach is recommended for imbalanced multi-class clinical prediction tasks [49]

Fig. 5.

Fig. 5

ROC curves

Fig. 6.

Fig. 6

PR curves

Fig. 7.

Fig. 7

Model calibration comparison

In the external validation phase, the XGBoost model demonstrated robust performance on the external validation set with an accuracy of 0.75 (95% CI: 0.70–0.79), precision of 0.79 (95% CI: 0.75–0.83), recall of 0.75 (95% CI: 0.70–0.79), F1 score of 0.74 (95% CI: 0.69–0.78), AUC-ROC of 0.88 (95% CI: 0.86–0.91), and AUC-PR of 0.77 (95% CI: 0.73–0.80). The model also exhibited lower Brier score of 0.43 and ECE values of 0.15, indicating well-calibrated predicted probabilities. Detailed results are shown in Additional File: Fig. S2-S4.

Model explainability with SHAP

We employed SHAP analysis to interpret model decisions across global, class-specific, and individual levels. The summary plot (Additional File: Fig. S5) identifies BMI, age, and reduced energy intake as primary risk drivers (positive SHAP values), contrasting with albumin’s protective role (negative values), with color gradients indicating feature magnitude (red = high, blue = low). Class-stratified bar plots (Additional File: Fig. S6) confirm BMI’s dominance while revealing critical variations: serum creatinine/bilirubin drive Class 2 risk, whereas albumin/magnesium most impact Class 0. Extending these insights, partial dependence plots (Additional File: Fig. S7) demonstrate sodium’s U-shaped risk relationship in Class 2 (elevated risk at both extremes) versus Class 0’s inverse sodium-risk association. Finally, a patient-level waterfall plot (Additional File: Fig. S8) quantifies prediction decomposition: reduced energy intake (+ 2.59) and age (+ 1.73) elevate risk, partially offset by BMI’s protective effect (-0.24).

Online prediction tool

Ultimately, we successfully developed a web-based malnutrition prediction tool specifically designed for critically ill patients, utilizing the optimized XGBoost model. The tool operates under a privacy-by-design framework: all computations are performed locally within the user’s browser, and no patient data is stored or transmitted to external servers, ensuring compliance with GDPR and HIPAA standards. It is freely accessible online at http://www.malnutrition.top/ without requiring registration or login. the key features include: Missing mandatory fields (e.g., albumin, BMI) trigger real-time alerts via red highlighting, and predictions are disabled until all required data are provided (Figs. 8 and 9). The modular backend architecture allows seamless integration of updated prediction models (e.g., new biomarkers or algorithm versions), while the frontend code is openly hosted on GitHub (DOI:10.5281/zenodo.15575937) to support community-driven interface enhancements. Clinicians may deploy the tool locally using the archived open-source code, guaranteeing accessibility even if the web service is discontinued.

Fig. 8.

Fig. 8

Intelligent malnutrition prediction tool for critically ill patients

Fig. 9.

Fig. 9

Presentation of prediction results

Discussion

In the present study, we found that 51.9% of critically ill patients met the criteria for malnutrition as defined by the GLIM criteria, which is a substantial proportion and highlights the widespread nature of this issue in critical care settings. This prevalence aligns with the variability observed in previous research, where Theilla et al. [54] documented a lower incidence rate of 41.0%, while Milanez et al. [55] reported a higher prevalence of 65.5%. These discrepancies may be attributed to differences in patient populations, assessment methodologies, or the specific GLIM criteria applied. Furthermore, our results are consistent with the broad range of 15–68% identified by Díaz et al. [56] in their systematic review and meta-analysis, underscoring the complexity and heterogeneity of malnutrition incidence among critically ill patients.

Using machine learning algorithms to investigate primary malnutrition factors in critically ill patients, our study identified significant biomarkers, including BMI; age; energy intake; neutrophil and platelet counts; magnesium and sodium ions; total bilirubin; PO2; and serum creatinine, IL-6, hs-CRP, total protein, fasting glucose, hemoglobin, and albumin levels. Notably, BMI, age, and reduced energy intake emerged as the top three factors, with statistically significant differences (P < 0.01) between malnourished and non-malnourished patients, emphasizing their critical importance in nutritional assessments. Consistent with Yin et al.‘s findings [17], the importance of BMI is reinforced, indicating its pivotal role in predicting malnutrition. We also found that advancing age, especially ≥ 65 years, increases malnutrition risk, exacerbated by physiological decline, chronic diseases, and the resulting malnutrition cycle. Additionally, inadequate nutrient intake is crucial, with 84% of patients at risk due to underestimated energy requirements, preexisting gastrointestinal conditions, acute illnesses, surgeries, and restricted food intake, contributing to increased mortality [57]. Consequently, clinicians should prioritize accurate BMI, age, and food intake assessments; optimize nutritional strategies to mitigate malnutrition risk; and improve outcomes in this vulnerable population.

While the identified biomarkers are strongly correlated with malnutrition, they may also reflect patients’ underlying inflammatory states or disease severity. For example, IL-6 and hs-CRP are well-known markers of systemic inflammation that can alter metabolic processes and nutrient utilization. Elevated bilirubin and creatinine levels, as well as changes in platelet count, PO2, and pH, might indicate organ dysfunction or severe illness. Electrolyte imbalances, such as those involving magnesium and sodium ions, can affect nutrient absorption and overall nutritional status. Therefore, while these biomarkers are important for predicting malnutrition, clinicians should interpret them within the context of patients’ overall health and potential pathological processes. Specifically regarding IL-6, its role as a predictor warrants nuanced interpretation. While IL-6 demonstrated predictive value in our model, its specificity to malnutrition versus systemic inflammation requires clarification. Elevated IL-6 levels may reflect acute inflammatory responses rather than direct nutritional depletion, particularly in critically ill patients with infections or trauma. This dual nature underscores the importance of contextual clinical correlation when utilizing IL-6 in malnutrition risk algorithms.

Given the inherent limitations of conventional assessment tools, which are prone to subjective patient perceptions and evaluator biases, the utilization of ML algorithms, as demonstrated in our study, represents a significant advancement. These algorithms circumvent the aforementioned shortcomings, presenting a more impartial and rigorous evaluation framework. The comprehensive suite of 17 factors identified, including BMI, age, reduced energy intake, and a diverse array of biomarkers, offers a nuanced and accurate portrayal of malnutrition severity in critically ill patients. This nuanced understanding, grounded in robust evidence, fortifies clinical decision-making processes. Consequently, we urge clinicians to incorporate these physiological and biochemical indicators into their malnutrition risk prediction and assessment practices, adopting a holistic and integrated approach that enhances the precision of malnutrition diagnosis in this vulnerable patient population.

In this study, we developed and validated seven ML models for early malnutrition prediction in critically ill patients. Notably, the XGBoost model achieved superior predictive performance (AUC: 0.98) for malnutrition risk stratification in ICU patients, outperforming traditional logistic regression (AUC: 0.93). Consistent with Yalçın et al. [58], who employed ML to predict oral feeding transitions in general adult inpatients (AUC: 0.770), our study achieved enhanced predictive accuracy by prioritizing ICU-specific malnutrition biomarkers, including body mass index (BMI), serum albumin levels, and weight loss rate—variables explicitly linked to nutritional deterioration in critical illness. This performance divergence reinforces the necessity of context-driven model development, as malnutrition drivers in ICU patients (e.g., metabolic stress, prolonged immobilization) fundamentally differ from those in general wards.

According to established standards in clinical prediction modeling, an AUC-ROC threshold of ≥ 0.70 is widely regarded as the minimum benchmark for clinical utility [59]. Our model significantly exceeded this criterion, with an AUC-ROC of 0.98 in the development cohort and 0.88 in the external validation cohort, indicating excellent discriminatory ability. Furthermore, the Brier scores (0.16 for development; 0.43 for validation) demonstrated strong calibration, with values approaching 0 reflecting high precision in probabilistic predictions. These results collectively suggest that the model not only meets but surpasses conventional acceptability thresholds, positioning it as a reliable decision-support tool for early malnutrition risk stratification in critical care settings. While external validation demonstrated robust performance (AUC-ROC 0.88), the validation cohort originated from ICUs within the same hospital system. While this confirms generalizability across specialized units under consistent protocols, broader validation across geographically diverse institutions with varying patient demographics and care standards remains essential to establish universal applicability.

Additionally, we developed a novel malnutrition prediction tool for critically ill patients via an interactive online interface with the XGBoost algorithm. This tool outperforms traditional models, facilitating seamless integration with clinical systems for automated data extraction and analysis. It may may help reduce potential misdiagnoses (e.g., false negatives in severe malnutrition cases) and could streamline clinical workflows by automating risk stratification. Furthermore, the tool’s high prediction accuracy effectively mitigates misdiagnoses and omissions due to memory bias or inexperience among clinicians, especially junior staff, ensuring timely and accurate evaluation of a patient’s nutritional status. In essence, this tool enhances clinical nutrition assessment efficiency, accuracy, and decision-making, exhibiting substantial clinical and research value.

The main strength of this study lies in the use of objective methods to accurately predict malnutrition severity in ICU patients. We utilized a range of anthropometric, nutritional, and biochemical indicators, including IL-6, which has significant clinical relevance and predictive ability within our model’s specific context. Leveraging ML, specifically XGBoost, significantly enhanced the prediction accuracy. However, several limitations should be acknowledged. First, potential sample bias arises from the single-center design at Sichuan Provincial People’s Hospital, limiting generalizability to regions with differing ICU practices. Second, our reliance on 24-hour static measurements, while clinically pragmatic, may not capture dynamic nutritional changes during prolonged ICU stays. Serial biomarker monitoring could enhance temporal sensitivity but requires validation in future studies. Third, while the use of IL-6 as a predictive factor contributes to the model’s predictive value, its specificity to malnutrition versus systemic inflammation requires careful interpretation in clinical contexts. Fourth, although external validation was performed in different ICUs within the same hospital system, the shared institutional protocols, homogeneous patient demographics, and consistent clinical practices may limit the generalizability of the model to external healthcare settings with distinct operational standards or patient populations. Fifth, the current external validation cohort (n = 300) precludes subgroup analyses (e.g., age, sex, or comorbidity-specific performance evaluation). As emphasized by TRIPOD + AI guidelines [53], a minimum of 100 cases per subgroup is required for statistically reliable fairness validation—a threshold not met in our study due to sample size constraints. Additionally, our decision to exclude conference articles and case reports from the literature review may have resulted in a more conservative estimate of certain features’ predictive power.

Beyond these methodological constraints, implementation challenges warrant attention. Self-reported parameters (e.g., BMI, energy intake) may introduce recall bias, necessitating objective verification via body composition analysis. While XGBoost demonstrated superior performance, its “black-box” nature may hinder clinical trust; future work should explore interpretable AI architectures. Practical barriers include electronic health record (EHR) integration and regulatory compliance, requiring systematic evaluation. Finally, our literature review’s exclusion criteria may undervalue predictive features explored in non-ICU cohorts. These limitations necessitate cautious interpretation and further validation in diverse populations. Future studies should: (1) Conduct multicenter collaborations with larger cohorts to enable subgroup validation and geographic generalizability; (2) Explore dynamic biomarker monitoring; (3) Investigate implementation frameworks for EHR deployment; (4) Reassess excluded literature for novel predictive insights.

Conclusions

In this study, we observed a high incidence of malnutrition among critically ill patients, warranting close attention from clinicians. With the aim of developing a clinical decision-support tool for malnutrition, we developed and validated seven machine learning models for early prediction in these patients, with the XGBoost model demonstrating superior predictive performance. In addition, we developed an easy-to-use interactive tool based on the XGBoost model that visualizes predictions and offers clinicians a convenient and accurate means of clinical decision support.

Electronic supplementary material

Below is the link to the electronic supplementary material.

Supplementary Material 1 (274.7KB, pdf)
Supplementary Material 2 (267.6KB, pdf)
Supplementary Material 3 (296.2KB, pdf)
Supplementary Material 4 (224.6KB, pdf)
Supplementary Material 5 (231.3KB, pdf)
Supplementary Material 6 (87.4KB, pdf)
Supplementary Material 7 (13.6KB, pdf)
Supplementary Material 8 (291.3KB, pdf)
Supplementary Material 9 (1,001.1KB, pdf)
Supplementary Material 10 (291.1KB, pdf)
Supplementary Material 11 (987.4KB, pdf)
Supplementary Material 12 (819.9KB, pdf)
Supplementary Material 13 (511.4KB, pdf)
Supplementary Material 15 (192.8KB, pdf)
Supplementary Material 16 (190.6KB, pdf)
Supplementary Material 17 (472.9KB, pdf)
Supplementary Material 19 (38.8KB, docx)
Supplementary Material 20 (16.9KB, docx)
Supplementary Material 21 (15.9KB, docx)
Supplementary Material 22 (12.9KB, docx)
Supplementary Material 23 (15.4KB, docx)
Supplementary Material 24 (75.6KB, docx)
Supplementary Material 25 (205.6KB, pdf)

Acknowledgements

We would like to thank all the participants in this research and gratefully acknowledge the support of Professor Xingwei Wu and Yu Wang for their invaluable guidance, assistance, and insightful discussions throughout the project.

Author contributions

Y.L. and Y.X. wrote the main manuscript text and Z.C. prepared all the figures. All authors reviewed the manuscript.

Funding

This work has been supported by the Chengdu Science and Technology Program (grant number: 2024-YF05-01221-SN).

Data availability

Data is provided within the supplementary information files.

Declarations

Ethics approval and consent to participate

This study was conducted in accordance with the Declaration of Helsinki. Ethical approval was obtained from the Medical Ethics Committee of Sichuan Provincial People’s Hospital (Approval No. 2022013; Approval Date: 6 January 2022). Written informed consent was obtained from all participants or their legally authorized representatives prior to their inclusion in the study. This prospective study was registered on the Chinese Clinical Trial Registry (ChiCTR) on April 4, 2022 (registration number: ChiCTR2200058286. Full URL: https://www.chictr.org.cn/bin/project/edit? pid=248690).

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interests.

Footnotes

Publisher’s note

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

Contributor Information

Hua Jiang, Email: jianghua@uestc.edu.cn.

Caixia Xie, Email: caixiaxie@uestc.edu.cn.

References

  • 1.Cederholm T, Bosaeus I, Barazzoni R, et al. Diagnostic criteria for malnutrition - An ESPEN consensus statement. Clin Nutr. 2015;34(3):335–40. 10.1016/j.clnu.2015.03.001. [DOI] [PubMed] [Google Scholar]
  • 2.Kamperidis N, Tesser L, Wolfson P, et al. Prevalence of malnutrition in medical and surgical Gastrointestinal outpatients. Clin Nutr. 2020;35:188–93. 10.1016/j.clnesp.2019.10.002. [DOI] [PubMed] [Google Scholar]
  • 3.Leij HS, Verwijs MH, Van HS, et al. Prevalence of protein-energy malnutrition risk in European older adults in community, residential and hospital settings, according to 22 malnutrition screening tools validated for use in adults ≥ 65 years: a systematic review and meta-analysis. Maturitas. 2019;126:80–9. 10.1016/j.maturitas.2019.05.006. [DOI] [PubMed] [Google Scholar]
  • 4.Dong V, Karvellas CJ. Using technology to assess nutritional status and optimize nutrition therapy in critically ill patients. Curr Opin Clin Nutr Metab Care. 2021;24(2):189–94. 10.1097/MCO.0000000000000721. [DOI] [PubMed] [Google Scholar]
  • 5.Ghaly P, Iliopoulos J, Ahmad M. The role of nutrition in wound healing: an overview. Br J Nurs. 2021;30(5):S38–42. 10.12968/bjon.2021.30.5.S38. [DOI] [PubMed] [Google Scholar]
  • 6.Gholi Z, Rezaei M, Vahdat Shariatpanahi Z, et al. Malnutrition elevates delirium and ICU stay among critically ill older adult COVID-19 patients. Front Med (Lausanne). 2024;11:1259320. 10.3389/fmed.2024.1259320. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Ait Hssain A, Farigon N, Merdji H, et al. Body composition and muscle strength at the end of ICU stay are associated with 1-year mortality, a prospective multicenter observational study. Clin Nutr. 2023;42(10):2070–9. 10.1016/j.clnu.2023.09.001. [DOI] [PubMed] [Google Scholar]
  • 8.Lew CCH, Yandell R, Fraser RJL, et al. Association between malnutrition and clinical outcomes in the intensive care unit: A systematic review. J Parenter Enter Nutr. 2017;41(5):744–58. 10.1177/0148607115625638. [DOI] [PubMed] [Google Scholar]
  • 9.McClave SA, Taylor BE, Martindale RG, et al. Guidelines for the provision and assessment of nutrition support therapy in the adult critically ill patient: society of critical care medicine (SCCM) and American society for parenteral and enteral nutrition (A.S.P.E.N). J Parenter Enter Nutr. 2016;40(2):159–211. 10.1177/0148607115621863. [DOI] [PubMed] [Google Scholar]
  • 10.Singer P, Blaser AR, Berger MM, et al. ESPEN guideline on clinical nutrition in the intensive care unit. Clin Nutr. 2019;38(1):48–79. 10.1016/j.clnu.2018.08.037. [DOI] [PubMed] [Google Scholar]
  • 11.Yang Hua Z, Mingwei C, Wei, et al. CSPEN guideline for clinical application of parenteral and enteral nutrition in adult patients in China. Natl Med J China. 2023;103(13):946–74. 10.3760/cma.j.cn112137-20221116-02407. [DOI] [PubMed] [Google Scholar]
  • 12.McClave SA, DeMeo MT, DeLegge MH, et al. North American summit on aspiration in the critically ill patient: consensus statement. J Parenter Enter Nutr. 2002;26(6 Suppl):S80–5. 10.1177/014860710202600613. [DOI] [PubMed] [Google Scholar]
  • 13.Jensen GL, Cederholm T, Correia MITD, et al. GLIM criteria for the diagnosis of malnutrition: A consensus report from the global clinical nutrition community. J Parenter Enter Nutr. 2019;43(1):32–40. 10.1002/jpen.1440. [DOI] [PubMed] [Google Scholar]
  • 14.Zhang Q, Huang HT, Fang JJ, et al. Analysis of influencing factors of malnutrition in elderly acute stroke patients and construction of its risk prediction model. Int Med. 2023;18(01):8–13. 10.16121/j.cnki.cn45-1347/r.2023.01.02. https://doi.org/10.16121/j.cnki.cn45-1347/r.2023.01.02. https://link.oversea.cnki.net/doi/. [Google Scholar]
  • 15.Tang J, Wong G, Naffouje S, et al. A novel nomogram for early identification and intervention in colorectal cancer patients at risk for malnutrition. Am Surg. 2023;89(5):1485–96. 10.1177/00031348211058620. [DOI] [PubMed] [Google Scholar]
  • 16.Yang M, Yu JM, Lin Y, et al. Establishment and verification of the risk prediction model for malnutrition after gastrectomy. MMJC. 2021;23(08):11–4. 10.3969/j.issn.1672-9463.2021.08.003. [Google Scholar]
  • 17.Yin L, Lin X, Liu J, et al. Classification tree-based machine learning to visualize and validate a decision tool for identifying malnutrition in cancer patients. J Parenter Enter Nutr. 2021;45(8):1736–48. 10.1002/jpen.2070. [DOI] [PubMed] [Google Scholar]
  • 18.Li JZ, Yang W, Liu GX, et al. Construction and verification of a prediction model for malnutrition risk in senile patients with severe cerebral apoplexy. China Med Herald. 2023;20(05):28–32. 10.20047/j.issn1673-7210.2023.05.06. https://link.oversea.cnki.net/doi/10.20047/j.issn1673-7210.2023.05.06. [Google Scholar]
  • 19.Ramezankhani A, Pournik O, Shahrabi J, et al. Applying decision tree for identification of a low risk population for type 2 diabetes. Diabetes Res Clin Pract. 2014;105(3):391–8. 10.1016/j.diabres.2014.07.003. [DOI] [PubMed] [Google Scholar]
  • 20.Tseng YJ, Huang CE, Wen CN, et al. Predicting breast cancer metastasis by using serum biomarkers and clinicopathological data with machine learning technologies. Int J Med Inf. 2019;128:79–86. 10.1016/j.ijmedinf.2019.05.003. [DOI] [PubMed] [Google Scholar]
  • 21.Maduri C, Sabrina Hsueh PY, Li Z, et al. Applying contemporary machine learning approaches to nutrition care real-world evidence: findings from the National quality improvement dataset. J Acad Nutr Diet. 2021;121(12):2549–e25591. 10.1016/j.jand.2021.02.003. [DOI] [PubMed] [Google Scholar]
  • 22.Chen H, Engkvist O, Wang Y, et al. The rise of deep learning in drug discovery. Drug Discov Today. 2018;23(6):1241–50. 10.1016/j.drudis.2018.01.039. [DOI] [PubMed] [Google Scholar]
  • 23.Bates DW, Auerbach A, Schulam P, et al. Reporting and implementing interventions involving machine learning and artificial intelligence. Ann Intern Med. 2020;172(11 Suppl):S137–44. 10.7326/M19-0872. [DOI] [PubMed] [Google Scholar]
  • 24.Wang YX, Li XL, Zhang LH, et al. Machine learning algorithms assist early evaluation of enteral nutrition in ICU patients. Front Nutr. 2023;10:1060398. 10.3389/fnut.2023.1060398. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Yalçın N, Kaşıkcı M, Çelik HT, et al. Development and validation of machine learning-based clinical decision support tool for identifying malnutrition in NICU patients. Sci Rep. 2023;13(1):5227. 10.1038/s41598-023-32570-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Shi H, Yang D, Tang K, et al. Explainable machine learning model for predicting the occurrence of postoperative malnutrition in children with congenital heart disease. Clin Nutr. 2022;41(1):202–10. 10.1016/j.clnu.2021.11.006. [DOI] [PubMed] [Google Scholar]
  • 27.Han Z, Ye XH, Zhang R et al. Analysis of influencing factors of early enteral nutrition not up to goal in critically ill patients. Parenter Enter Nutr. 2022;29(03):167–171. https://link.cnki.net/doi/10.16151/j.1007-810x.2022.03.008. https://link.oversea.cnki.net/doi/j.1007-810x.2022.03.008
  • 28.Huang J, Qin S, Mao EQ, et al. Influencing factors of the early enteral nutrition in patients of severe acute pancreatitis. Int J Surg. 2020;37(03):158–61. 10.3760/cma.j.issn.1673-4203.2010.03.006. [Google Scholar]
  • 29.Kang FB. Current status and influencing factors of malnutrition in ICU critically ill patients. Chin. Foreign Med Res. 2020;18(36):47–49. https:// 10.14033/j.cnki.cfmr.2020.36.018. https://link.oversea.cnki.net/doi/10.14033/j.cnki.cfmr.2020.36.018 [DOI]
  • 30.Lee ZY, Heyland DK. Determination of nutrition risk and status in critically ill patients: what are our considerations? Nutr Clin Pract. 2019;34(1):96–111. 10.1002/ncp.10214. [DOI] [PubMed] [Google Scholar]
  • 31.Li JR, Qin HY, Ma YY, et al. Adequate feeding of early enteral nutrition in critical patients with cancer. Chin J Pract Nurs. 2017;33(3):198–201. 10.3760/cma.j.issn.1672-7088.2017.03.010. [Google Scholar]
  • 32.Heyland DK, Dhaliwal R, Jiang X, et al. Identifying critically ill patients who benefit the most from nutrition therapy: the development and initial validation of a novel risk assessment tool. Crit Care. 2011;15(6):R268. 10.1186/cc10546. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Nazarenkov N, Seeger K, Beeken L, et al. Implementing dietary modifications and assessing nutritional adequacy of diets for inflammatory bowel disease. Gastroenterol Hepatol. 2019;15(3):133–44. https://doi.org/pubmed.ncbi.nlm.nih.gov/31061655. [PMC free article] [PubMed] [Google Scholar]
  • 34.Reintam Blaser A, Poeze M, Malbrain ML, et al. Gastrointestinal symptoms during the first week of intensive care are associated with poor outcome: A prospective multicentre study. Intensive Care Med. 2013;39(5):899–909. 10.1007/s00134-013-2831-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Ritter CG, Medeiros IMS, Pádua CS, et al. Risk factors for protein-caloric inadequacy in patients in an intensive care unit. Revista Brasileira De Terapia Intensiva. 2019;31(4):504–10. 10.5935/0103-507X.20190067. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Rupert AA, Seres DS, Li J, et al. Factors associated with delayed enteral nutrition in the intensive care unit: A propensity score-matched retrospective cohort study. Am J Clin Nutr. 2021;114(1):295–302. 10.1093/ajcn/nqab023. [DOI] [PubMed] [Google Scholar]
  • 37.Vallejo KP, Martínez CM, et al. Current clinical nutrition practices in critically ill patients in Latin america: a multinational observational study. Crit Care. 2017;21(1):227. 10.1186/s13054-017-1805-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Tannen A, Lohrmann C. Malnutrition in Austrian hospital patients. Prevalence, risk factors, nursing interventions, and quality indicators: A descriptive multicentre study. J Adv Nurs. 2013;69(8):1840–9. 10.1111/jan.12051. [DOI] [PubMed] [Google Scholar]
  • 39.Xu WX, Fang LC, Liu LJ. Logistic regression analysis of the factors affecting the early enteral nutrition up to goal in critically ill patients. Chin J Crit Care Med. 2010;30(6):502–4. 10.3969/j.issn.1002-1949.2010.06.007. [Google Scholar]
  • 40.Bi HY, Tang Y, Wang DF. Analysis of nutritional risk assessment and prognosis in critically ill patients. Chin Crit Care Med. 2016;28(06):557–62. 10.3760/cma.j.issn.2095-4352.2016.06.017. [Google Scholar]
  • 41.Yang YL. Analysis of nutritional status and influencing factors of patients with sepsis. Master’s thesis. Ningxia Medical University in China. 2022:17–21. 10.27258/d.cnki.gnxyc.2022.000421. https://link.oversea.cnki.net/doi/10.27258/d.cnki.gnxyc.2022.000421 [DOI]
  • 42.Yao Y, Jiang HS, Xu XX, et al. Analysis of risk factors for enteral nutrition feeding in patients with ICU and preventive measures. Chin Prev Med. 2019;20(08):699–702. 10.16506/j.1009-6639.2019.08.013. https://link.oversea.cnki.net/doi/10.16506/j.1009-6639.2019.08.013. [Google Scholar]
  • 43.Zhang L, Zhang XM, Liang YT, et al. Analysis of noncompliance condition of early enteral nutrition feeding of severe stroke patients and its influencing factor. Chin. Nurs Res. 2015;29(10):1175–8. 10.3969/j.issn.1009-6493.2015.10.007. https://link.oversea.cnki.net/doi/10.3969/j.issn.1009-6493.2015.10.007. [Google Scholar]
  • 44.Zheng L, Sang L, Li YM, et al. Risk factors analysis for inadequate enteral nutrition in critically ill patients. Chin J Respir Crit Care Med. 2014;13(04):394–7. 10.7507/1671-6205.2014096. https://link.oversea.cnki.net/doi/10.7507/1671-6205.2014096. [Google Scholar]
  • 45.Zuo JT, Li JQ, Xu Y, et al. The interruption of enteral nutrition in critically ill patients and its effect on caloric intake. Parenter Enter Nutr. 2023;30(03):166–70. 10.16151/j.1007-810x.2023.03.008. https://link.oversea.cnki.net/doi/10.16151/j.1007-810x.2023.03.008. [Google Scholar]
  • 46.Kreymann KG, Berger MM, Deutz NE, et al. ESPEN guidelines on enteral nutrition: intensive care. Clin Nutr. 2006;25(2):210–23. 10.1016/j.clnu.2006.01.021. [DOI] [PubMed] [Google Scholar]
  • 47.Sioson MS, Martindale R, Abayadeera A, et al. Nutrition therapy for critically ill patients across the Asia-Pacific and middle East regions: A consensus statement. Clin Nutr ESPEN. 2018;24:156–64. 10.1016/j.clnesp.2017.11.008. [DOI] [PubMed] [Google Scholar]
  • 48.Kondrup J, Rasmussen HH, Hamberg O, et al. Nutritional risk screening (NRS 2002): a new method based on an analysis of controlled clinical trials. Clin Nutr. 2003;22(3):321–36. 10.1016/s0261-5614(02)00214-5. [DOI] [PubMed] [Google Scholar]
  • 49.Riley RD, Ensor J, Snell KIE, et al. Calculating the sample size required for developing a clinical prediction model. BMJ. 2020;368:m441. 10.1136/bmj.m441. [DOI] [PubMed] [Google Scholar]
  • 50.Collins GS, Ogundimu EO, Altman DG. Sample size considerations for the external validation of a multivariable prognostic model: a resampling study. Stat Med. 2016;35(2):214–26. 10.1002/sim.6787. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Darst BF, Malecki KC, Engelman CD. Using recursive feature elimination in random forest to account for correlated variables in high dimensional data. BMC Genet. 2018;19(Suppl 1):65. 10.1186/s12863-018-0633-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52.Saito T, Rehmsmeier M. The precision-recall plot is more informative than the ROC plot when evaluating binary classifiers on imbalanced datasets. PLoS ONE. 2015;10(3):e0118432. 10.1371/journal.pone.0118432. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53.Collins GS, Moons KGM, Dhiman P, et al. TRIPOD + AI statement: updated guidance for reporting clinical prediction models that use regression or machine learning methods. BMJ. 2024;385:e078378. 10.1136/bmj-2023-078378. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 54.Theilla M, Rattanachaiwong S, Kagan I, et al. Validation of GLIM malnutrition criteria for diagnosis of malnutrition in ICU patients: an observational study. Clin Nutr. 2021;40(5):3578–84. 10.1016/j.clnu.2020.12.021. [DOI] [PubMed] [Google Scholar]
  • 55.Milanez DSJ, Razzera EL, Lima J, et al. Feasibility and criterion validity of the GLIM criteria in the critically ill: A prospective cohort study. J Parenter Enter Nutr. 2023;47(6):754–65. 10.1002/jpen.2536. [DOI] [PubMed] [Google Scholar]
  • 56.Díaz G, Correia TD, Gonzalez MI. The global leadership initiative on malnutrition criteria for the diagnosis of malnutrition in patients admitted to the intensive care unit: A systematic review and meta-analysis. Clin Nutr. 2023;42(2):182–9. 10.1016/j.clnu.2022.12.007. [DOI] [PubMed] [Google Scholar]
  • 57.Osooli F, Abbas S, Farsaei S, et al. Identifying critically ill patients at risk of malnutrition and underfeeding: A prospective study at an academic hospital. Adv Pharm Bull. 2019;9(2):314–20. 10.15171/apb.2019.037. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Yalçın N, Kaşıkcı M, Kelleci-Çakır B, et al. A novel machine-learning algorithm to predict the early termination of nutrition support team follow-up in hospitalized adults: A retrospective cohort study. Nutrients. 2024;16(15):2492. 10.3390/nu16152492. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59.Pfob André, Lu SC, Sidey-Gibbons C. Machine learning in medicine: a practical introduction to techniques for data pre-processing, hyperparameter tuning, and model comparison. BMC Med Res Methodol. 2022;22(1):1–15. 10.1186/s12874-022-01758-8. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

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

Supplementary Materials

Supplementary Material 1 (274.7KB, pdf)
Supplementary Material 2 (267.6KB, pdf)
Supplementary Material 3 (296.2KB, pdf)
Supplementary Material 4 (224.6KB, pdf)
Supplementary Material 5 (231.3KB, pdf)
Supplementary Material 6 (87.4KB, pdf)
Supplementary Material 7 (13.6KB, pdf)
Supplementary Material 8 (291.3KB, pdf)
Supplementary Material 9 (1,001.1KB, pdf)
Supplementary Material 10 (291.1KB, pdf)
Supplementary Material 11 (987.4KB, pdf)
Supplementary Material 12 (819.9KB, pdf)
Supplementary Material 13 (511.4KB, pdf)
Supplementary Material 15 (192.8KB, pdf)
Supplementary Material 16 (190.6KB, pdf)
Supplementary Material 17 (472.9KB, pdf)
Supplementary Material 19 (38.8KB, docx)
Supplementary Material 20 (16.9KB, docx)
Supplementary Material 21 (15.9KB, docx)
Supplementary Material 22 (12.9KB, docx)
Supplementary Material 23 (15.4KB, docx)
Supplementary Material 24 (75.6KB, docx)
Supplementary Material 25 (205.6KB, pdf)

Data Availability Statement

Data is provided within the supplementary information files.


Articles from BMC Medical Informatics and Decision Making are provided here courtesy of BMC

RESOURCES