Skip to main content

ORIGINAL RESEARCH article

Front. Med., 17 February 2023
Sec. Intensive Care Medicine and Anesthesiology
Volume 10 - 2023 | https://doi.org/10.3389/fmed.2023.1134835

Predicting mortality in patients with nonvariceal upper gastrointestinal bleeding using machine-learning

Bogdan Silviu Ungureanu1 Dan Ionut Gheonea1 Dan Nicolae Florescu1 Sevastita Iordache1 Sergiu Marian Cazacu1 Vlad Florin Iovanescu1 Ion Rogoveanu1 Adina Turcu-Stiolica2*
  • 1Department of Gastroenterology, University of Medicine and Pharmacy of Craiova, Craiova, Romania
  • 2Department of Pharmacoeconomics, University of Medicine and Pharmacy of Craiova, Craiova, Romania

Background: Non-endoscopic risk scores, Glasgow Blatchford (GBS) and admission Rockall (Rock), are limited by poor specificity. The aim of this study was to develop an Artificial Neural Network (ANN) for the non-endoscopic triage of nonvariceal upper gastrointestinal bleeding (NVUGIB), with mortality as a primary outcome.

Methods: Four machine learning algorithms, namely, Linear Discriminant Analysis (LDA), Quadratic Discriminant Analysis (QDA), logistic regression (LR), K-Nearest Neighbor (K-NN), were performed with GBS, Rock, Beylor Bleeding score (BBS), AIM65, and T-score.

Results: A total of 1,096 NVUGIB hospitalized in the Gastroenterology Department of the County Clinical Emergency Hospital of Craiova, Romania, randomly divided into training and testing groups, were included retrospectively in our study. The machine learning models were more accurate at identifying patients who met the endpoint of mortality than any of the existing risk scores. AIM65 was the most important score in the detection of whether a NVUGIB would die or not, whereas BBS had no influence on this. Also, the greater AIM65 and GBS, and the lower Rock and T-score, the higher mortality will be.

Conclusion: The best accuracy was obtained by the hyperparameter-tuned K-NN classifier (98%), giving the highest precision and recall on the training and testing datasets among all developed models, showing that machine learning can accurately predict mortality in patients with NVUGIB.

Introduction

Upper gastrointestinal bleeding (UGIB) still represents a common cause of gastroenterological admission and usually requires risk stratification for the level of care determination as well as rapid decision management (1). In order to differentiate the high-risk groups of patients in the emergency department, multiple guidelines developed pre-endoscopic risk assessment scores which combine both clinical features and biological parameters (2). Both the American Society of Gastroenterology (ASGE) and the European Society of Gastrointestinal Endoscopy (ESGE) recommend Glasgow-Blatchford (GBS), Rockall admission score (Rock), and AIM65 as possible tools to assess UGIB patients on their first presentation (3, 4). However, some studies suggested that the most accurate score for patient risk differentiation is GBS with multiple outcomes such as necessary transfusions, endoscopic reintervention, and death (5, 6).

Postponing endoscopy is also recommended whenever low-risk patients are identified, however, delaying endoscopy could also lead to dramatic consequences if patient selections are not done well. Several studies have proposed a hierarchy of patients who present with UGIB by defining patients that might be delayed till endoscopy (7, 8). While many centers, still need to reschedule endoscopy until the next morning or over the weekend, new methods should be proposed for a better discerning of patient’s evolution.

Artificial intelligence in gastroenterology is on continuous path-breaking development, especially on imaging recognition patterns with already proposed techniques for daily practice (9, 10). The term AI covers machine learning (ML) and specific techniques such as deep learning (DL) by using data sets for pattern recognition by combining several variables which will further allow transposing new data that uses the same variables. Available clinical models for UGIB allow patients’ features and predictors to suggest the prognostic. By involving an artificial neural network (ANN), the data trained to determine the desired outcome may be used to predict the output on input data of newly identified cases that may be encountered. Thus, by doing a repetitive learning technique, the ANN will be able to foretell the outcomes of the patient’s prognosis.

The development of new models of patient triage and follow-up should be promoted to reduce medical exposure, thus managing possible complications. Moreover, by using ANN the results might be even more effective since the human factor is bypassed. The patient’s prognosis presented with non-variceal UGIB (NVUGIB) should be assessed as early as possible in order to determine the proper timing of endoscopy. The aim of our study was to provide a new ANN that sums up all available pre-endoscopic risk scores for patients with UGIB for predicting mortality, thus promoting patients for new endoscopic procedures or even surgery.

Materials and methods

Patients

The Ethics Committee of the University of Medicine and Pharmacy of Craiova, Romania approved this retrospective study and informed consent from all patients were acquired in the County Hospital before patient enrolment in the study (11977/24.03.2020). We selected 1,096 patients who were admitted for UGIB from March 2018 to December 2021within the Gastroenterology Department of the Emergency County Hospital of Craiova, Romania. The selection was based on the criteria: (1) patients with NVUGIB, (2) age ≥ 18 years old, (3) existing information as mortality, GBS, Rock, Beylor Bleeding score (BBS), AIM65, and T-score. Furthermore, the following exclusion criteria were considered: (1) patients with variceal UGIB, (2) patients with any type of cancer, (3) patients with important missing data (for example, data for calculating the scores).

Machine learning analysis framework

We adopted multiple machine-learning (ML) models, including Linear Discriminant Analysis (LDA), Quadratic Discriminant Analysis (QDA), logistic regression (LR), K-Nearest Neighbor (KNN). We tried GridSearch, RandomSearch as model tuning techniques to see if that improves the model’s final performance. Confusion matrix was used to check model performance with or without standardization and we recorded accuracy, precision, recall, and f1-score. These classifiers were compared in terms of predicting the likelihood of mortality. The data was split into 70% train and 30% test sets, using the stratified sampling technique to ensure that relative class frequencies are approximately preserved in each train and validation fold. We used descriptive statistics to summarize the patients’ characteristics: counts (percentages) for categorical variables and mean ± standard deviation (SD) for continuous variables.

The models predicted whether a NVUGIB patient would experience mortality by learning a number of five clinical scoring systems: GBS, Rock, BBS, AIM65, and T-score. Covariance matrix was introduced in the equation to consider the variation among the independent variables (GBS, Rock, BBS, AIM65, T-score). The ROC curve (receiver operating characteristic curve) and the area under this curve (AUC) for every single scoring system were used to quantify the visual profile of the ability of a model that includes only one score.

The confusion matrix shows clockwise from top left: True Negative (TN, model predicts that a NVUGIB patient would live and the patient does not die), False Positive (FP, model predicts that a NVUGIB patient would die but the patient actually does not die), True Positive (TP, model predicts that a NVUGIB patient would die and the patient dies) and False Negative (FN, model predicts that a NVUGIB patient would live but the patient actually dies). The recall [the fraction of total actually positive cases that are predicted correct = TP/(TP+FN)] will predict the need for intervention without high westing of hospital resources. It is preferred to use recall because the healthcare system cannot afford to make false-negative errors. The greater the Recall, the higher the chances of minimizing FN. Precision is the fraction of total positive predictions that are actually correct [TP/(TP+FP)]. F1-score is used when both precision and recall seem to be important.

Linear Discriminant Analysis draws one hyperplane and projects the data onto this hyperplane in such a way as to maximize the separation of the patients who died, according to two criteria: maximizing the distance between the means of the two classes and minimizing the variation between each category (11).

Quadratic Discriminant Analysis is a probabilistic parametric classification technique that represents an evolution of LDA for nonlinear class separations. QDA, like LDA, is based on the hypothesis that the probability density distributions are multivariate normal but, in this case, the dispersion is not the same for all of the categories (12).

Logistic regression is a supervised learning algorithm where we used the sigmoid function to calculate the probability of dying given the five scores, using also Lasso regularization (13).

K-Nearest Neighbor is a non-parametric algorithm, it does not make any assumption on underlying data. Because all the variables are continuous, we can apply LDA, assuming normality assumption for P(X|Y = 1) and P(X|Y = 0), and homoscedasticity (the covariance matrices are equal among the 2 classes) and QDA if the class variance are not the same (14).

Statistical analysis

The models were implemented using an open-source program language (Python 3.7.1), using its packages (numpy, scikit-learn, matplotlib). Continuous numerical variables were expressed as means (± standard deviation) and median (interquartile range, 25% quantile–75% quantile) and categorical variables were expressed as percentages. We used the Mann–Whitney U test for continuous variables. The p-value less than 0.05 was significant.

Results

Patients characteristics

This study implied 1,096 patients with NVUGIB (738 men, 67.3%; mean age ± SD, 63.9 ± 14.6). Socio-demographic and clinical features of patients are shown in Table 1. A percentage of 11% of these patients had cirrhosis and 7.5% mortality was registered.

TABLE 1
www.frontiersin.org

Table 1. Socio-demographic and clinical characteristics of the study subjects.

Performance of models and classifiers

The five scores for the class groups of mortality are summarized in Table 2 and no significant differences were observed only for BBS (p-value = 0.099). The values for GBS, Rock, and AIM65 were significantly higher, and T-score was significantly lower for patients that died.

TABLE 2
www.frontiersin.org

Table 2. Statistical characteristics of the two groups divided by the mortality in the study population.

Statistically significant correlations were found between the five scores, even if they are low or very low, as in Figure 1. Positive correlation coefficients were observed, except by making the T-score where they were negative correlated (rho for T-score and GBS = −0.12, p-value < 0.001; rho for T-score and Rock = −0.30, p-value < 0.001; rho for T-score and AIM65 = −0.16, p-value < 0.001). the strongest correlation was observed between Rock and BBS (rho = 0.56, p-value < 0.001).

FIGURE 1
www.frontiersin.org

Figure 1. The correlation heatmap between measured scores (colors range from dark blue for strong positive correlations, to bright yellow, for strong negative correlations).

The AUC for GBS, Rock, BBS, AIM65, and T-score was low, the highest value was observed for AIM65 (AUC = 0.71, 95% CI: 0.66–0.77), as in Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. Receiver operating characteristic (ROC) Curve and Area under the curve (AUC). Mean AUC and its 95% confidence interval of the scores are shown in the legends of the subplots.

Classification accuracy of each machine-learning model (LDA, QDA, LR, and K-NN) was evaluated and summarized in Table 3.

TABLE 3
www.frontiersin.org

Table 3. Comparison of the confusion matrix and evaluation measures among prediction models.

The LDA model is performing well in terms of accuracy on the training data, as in Figure 3A1. The recall for death is quite low (0.31), which implies that this model will not perform well in differentiating the patients who have a high chance of survival, and hence this model would not help reduce the mortality rate. The model is giving a decent average recall when we balanced the precision and the recall for a threshold of about 0.25. A recall of 0.63 suggests that there is a 37% chance that the model will predict that a person is going to die even though he/she would not, and the health system would waste their time and money on these patients who are not at risk of mortality. We have built the LDA model. Furthermore, checking the coefficients, we found which variables are leading to mortality and which can help to reduce the mortality. The scores which positively affect the mortality are AIM65 (coefficient = 0.93) and GBS (coefficient = 0.57) and the ones that negatively affect it are T-score (coefficient = –0.31) and Rock (coefficient = –0.25). Based on LDA model, AIM65 is the most important feature in detecting whether a NVUGIB patient would die or not and BBS has almost no effect in predicting this (coefficient = 0.04). We checked the performance on the test data in Figure 3A2. The model was giving a similar performance on the test and train data, meaning the model has generalized well. The average recall, the precision and the accuracy are good, but we evaluated if we could get a better performance using other algorithms.

FIGURE 3
www.frontiersin.org

Figure 3. Checking model performance of (A1) LDA on training data, (A2) LDA on test data, (B1) QDA on training data, (B2) QDA on test data, (C1). LR on training data, (C2) LR on test data, (D1) K-NN on training data, (D2) K-NN on test data. Reading the confusion matrix (clockwise from top left): True Negative (Actual = Alive, Predicted = Alive): Model predicts that the patient would live and the patients’ lives, False Positive (Actual = Alive, Predicted = Death): Model predicts that the patient would die and the patients actually lives, True Positive (Actual = Death, Predicted = Death): Model predicts that the patient would die and the patients dies, False Negative (Actual = Death, Predicted = Alive): Model predicts that the patient would live and the patients actually dies.

The QDA model did not obtained different outcomes from the LDA model (even worse recall), as in Figure 3B.

The LR model was giving a similar performance on the test and the train datasets (Figure 3C). The recall of the test data has increased while at the same time, the precision has decreased slightly, which was to be expected while adjusting the threshold at 0.18. The accuracy was of 0.91 on the train and of 0.90 on the test datasets. Checking the coefficients of the model, we observed the same variables that are leading to mortality rate: AIM65 (coefficient = 0.60) and GBS (coefficient = 0.57) and which can help to deduce the mortality rate: T-score (coefficient = −0.17) and Rock (coefficient = −0.21). The coefficients that positively and negatively affect the mortality rate were similar for LR and LDA. This means they capture the same pattern and give the same conclusions from the dataset.

Performing the KNN model from the Figure 3D, we selected the best value of k for which the error rate is the least in the validation data and k = 14 gave us the generalized model with very similar train and test errors, as in Figure 4.

FIGURE 4
www.frontiersin.org

Figure 4. Test and train error for the K-NN model. As the number of neighbors increases, the test error and the train error are the same.

We used GridSearchCV for hyperparameter tuning and we used them to find a better recall of the model. The recall and the precision have significantly increased by tuning the K-NN classifier. This is a high-performing model that a physician can use to control the mortality rate. There is a 98% chance that the model will detect NVUGIB patients who are likely to die, and the physician can take the appropriate action.

Discussion

Patient stratification in UGIB has been considered for prognosis assessment by differentiating high-risk patients (15). So far, available prediction scores use only some variables, both clinical or biological, and are based on conventional statistical analysis. While some of them are used for rebleeding or death prediction, a high precision rate has not been achieved. Ensuring a risk stratification at patient admission might be helpful in choosing the proper time for endoscopy, especially in small regional hospitals which do not provide a full-time endoscopy service. Moreover, probably a turning point in medicine in the last years, the COVID-19 pandemic almost changed patients’ presentation in the emergency room, as well as patients’ admission (16). A general decrease in patients’ admission has been observed in the first months of the pandemic for all types of disease, and also for UGIB patients. While the first consideration was that endoscopy was a high-risk procedure and should be performed only if patients required it, due to the lack of medical materials as well as the fear of contamination or hospital circuit reorganization, many patients still required rapid endoscopic assessment due to UGIB (17). Providing a tool to delay endoscopy or to predict the death secondary to UGIB might organize better the endoscopist decision-making process in choosing the right time for endoscopy.

European Society of Gastrointestinal Endoscopy updated guidelines on NVUGIB recommend the use of GBS as the main risk stratification after patient admission (18). As stated, patients with a GBS ≤ 1 may be successfully managed as outpatients and may be discharged, however, patients require to be notified of the possibility of rebleeding, thus they should maintain contact with the discharging hospital. When discussing high-risk patients, there is a low probability of discharging and GBS score has shown a specificity of 12% for transfusions, hemostatic interventions as well as death (19). Also, when NVUGIB is associated with liver cirrhosis, mortality might increase due to the underlying disease complications such as hepatic encephalopathy and spontaneous bacterial peritonitis (20).

Our study provides a non-endoscopic ML model as an alternative tool to predict mortality in patients with NVUGIB at their admission to the emergency department. We obtained a high accuracy for death prediction and surpassed the available scores used for the initial assessment. There are some other studies that used AAN to predict mortality in UGIB, showing also better results than the current clinical scores (2124). Available studies suggest that risk assessment tools have an AUC of 0.77 for mortality as mentioned in two multicenter studies (25, 26). However, our study points out that ANN might be more efficient in highlighting patients’ prognoses related to mortality, with an AUC of 0.99. Moreover, the results are even more optimistic than the available ANN used so far for UGIB assessment by ANN or ML models.

A systematic review showed that ML models were more effective in predicting rebleeding, intervention, and mortality, with an AUC ranging from 0.80 to 0.90 (27). The ANN we propose focuses on five non-endoscopic scores used as an initial assessment to stratify the risk of UGIB. We combined GBS, AIMS65, Rock, T-score as well as BBS in a ML model, thus trying to better identify patients with a dismal prognosis. Our study end-point was mortality as we focused on exploring the potential of all five scores combined within a newly developed ML. Noteworthy is that taken separately all risk scores were definitely less accurate than our prediction model. Thus, our model might enable new opportunities for non-invasive tools to predict the NVUGIB mortality rate.

Risk assessment represents a cornerstone for the healthcare system, as it may provide high-quality care for patients and may also help save resources and direct them to more precise interventions. Even though there is a long distance to implementing this type of model in clinical practice, the potential of ML for UGIB assessment should not be downplayed (28, 29). We do acknowledge that it may be challenging to transfer an ML to a clinical setting, however, AI depicting background may attempt to integrate into clinical care and provide more reliable measures for UGIB assessment.

Nonetheless, our study has certain limitations. Firstly, this is a single-center experience study, thus we validated our AAN only on patients admitted to our Clinic. Secondly, we had a small sample size, but without missing data, and the Precision and Recall obtained in the validation dataset were not low. Finally, we prepared our dataset from the retrospective database, but the outcomes could not have changed over time due to the update of treatment guidelines in the last years. Testing the algorithm in a multicenter setting will surely help validate and improve our objective. On the other hand, we focused only on patients’ mortality prediction and did not consider other important factors that might be encountered in day-to-day practice such as the rebleeding rate or surgical interventions.

The data we used were retrospectively collected from our registry which suggests heterogeneous information.

Conclusion

Our study suggests that a machine learning program based on the available pre-endoscopic bleeding scores might provide a more accurate prediction for patients’ mortality rate after NVUGIB admission. By combining the results of the five scores in a ML algorithm, our tool might be considered useful, not only for endoscopists but also for emergency physicians to assess patients’ prognosis at their presentation. While our single-center study may not be sufficient to validate and implement this tool, it may be a starting point for future integration in the healthcare system.

Data availability statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics statement

The Ethics Committee of the University of Medicine and Pharmacy of Craiova, Romania approved this retrospective study and informed consent from all patients were acquired in the County Hospital before patient enrolment in the study (11977/24.03.2020). The patients/participants provided their written informed consent to participate in this study.

Author contributions

BSU and AT-S: project design and manuscript writing. BSU, DNF, SI, SMC, and VFI: data collection. AT-S: data analysis. BSU, DIG, and IR: revise the manuscript and interpretation of data. All authors read and approved the final manuscript.

Funding

The manuscript processing charges were funded by the University of Medicine and Pharmacy of Craiova, Romania.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Abbreviations

GBS, Glasgow Blatchford; ANN, artificial neural network; QDA, quadratic discriminant analysis; LR, logistic regression; K-NN, K-nearest neighbor; Rock, Rockall; BBS, Beylor Bleeding score; UGIB, upper gastrointestinal bleeding; NVUGIB, non-variceal upper gastrointestinal bleeding; ASGE, American Society of Gastroenterology; ESGE, European Society of Gastrointestinal Endoscopy; DL, deep learning; ML, machine learning; LDA, linear discriminant analysis; SD, standard deviation; AUC, area under the curve; TN, true negative; FP, false positive; TP, true positive; FN, false negative.

References

1. Kate V, Sureshkumar S, Gurushankari B, Kalayarasan R. Acute upper non-variceal and lower gastrointestinal bleeding. J Gastrointest Surg. (2022) 26:932–49. doi: 10.1007/s11605-022-05258-4

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Oakland K. Risk stratification in upper and upper and lower GI bleeding: which scores should we use? Best Pract Res Clin Gastroenterol. (2019) 42–3:101613. doi: 10.1016/j.bpg.2019.04.006

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Hwang J, Fisher D, Ben-Menachem T, Chandrasekhara V, Chathadi K, Decker G, et al. Standards of practice committee of the american society for gastrointestinal endoscopy. The role of endoscopy in the management of acute non-variceal upper GI bleeding. Gastrointest Endosc. (2012) 75:1132–8. doi: 10.1016/j.gie.2012.02.033

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Karstensen J, Ebigbo A, Aabakken L, Dinis-Ribeiro M, Gralnek I, Le Moine O, et al. Nonvariceal upper gastrointestinal hemorrhage: european society of gastrointestinal endoscopy (ESGE) cascade guideline. Endosc Int Open. (2018) 6:E1256–63. doi: 10.1055/a-0677-2084

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Marmo R, Soncini M, Bucci C, Zullo A, Gised. Comparison of assessment tools in acute upper gastrointestinal bleeding: which one for which decision. Scand J Gastroenterol. (2022) 57:1–7. doi: 10.1080/00365521.2021.1976268

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Chandnani S, Rathi P, Sonthalia N, Udgirkar S, Jain S, Contractor Q, et al. Comparison of risk scores in upper gastrointestinal bleeding in western India: a prospective analysis. Indian J Gastroenterol. (2019) 38:117–27. doi: 10.1007/s12664-019-00951-w

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Gu L, Xu F, Yuan J. Comparison of AIMS65, Glasgow-Blatchford and Rockall scoring approaches in predicting the risk of in-hospital death among emergency hospitalized patients with upper gastrointestinal bleeding: a retrospective observational study in Nanjing, China. BMC Gastroenterol. (2018) 18:98. doi: 10.1186/s12876-018-0828-5

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Iino C, Mikami T, Igarashi T, Aihara T, Ishii K, Sakamoto J, et al. Evaluation of scoring models for identifying the need for therapeutic intervention of upper gastrointestinal bleeding: a new prediction score model for Japanese patients. Dig Endosc. (2016) 28:714–21. doi: 10.1111/den.12666

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Chadebecq F, Lovat L, Stoyanov D. Artificial intelligence and automation in endoscopy and surgery. Nat Rev Gastroenterol Hepatol. (2022). doi: 10.1038/s41575-022-00701-y

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Udriştoiu A, Cazacu I, Gruionu L, Gruionu G, Iacob A, Burtea D, et al. Real-time computer-aided diagnosis of focal pancreatic masses from endoscopic ultrasound imaging based on a hybrid convolutional and long short-term memory neural network model. PLoS One. (2021) 16:e0251701. doi: 10.1371/journal.pone.0251701

PubMed Abstract | CrossRef Full Text | Google Scholar

11. McLachlan G. Discriminant Analysis and Statistical Pattern Recognition. Hoboken, NJ: Wiley (2004).

Google Scholar

12. Deo RC. Machine learning in medicine. Circulation. (2018) 20:1920–30.

Google Scholar

13. Wood SJ. Fast stable restricted maximum likelihood and marginal likelihood estimation of semiparametric generalized linear models. Royal Stat Soc Ser B Stat Methodol. (2011) 73:3–36.

Google Scholar

14. Ali N, Neagu D, Trundle P. Evaluation of k-nearest neighbour classifier performance for heterogeneous data sets. SN Appl Sci. (2019) 1:1559.

Google Scholar

15. Tham J, Stanley A. Clinical utility of pre-endoscopy risk scores in upper gastrointestinal bleeding. Expert Rev Gastroenterol Hepatol. (2019) 13:1161–7. doi: 10.1080/17474124.2019.1698292

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Mauro A, De Grazia F, Anderloni A, Di Sabatino A. Upper gastrointestinal bleeding in coronavirus disease 2019 patients. Curr Opin Gastroenterol. (2022) 38:443–9. doi: 10.1097/MOG.0000000000000859

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Khan R, Saha S, Gimpaya N, Bansal R, Scaffidi M, Razak F, et al. Outcomes for upper gastrointestinal bleeding during the first wave of the COVID-19 pandemic in the Toronto area. J Gastroenterol Hepatol. (2022) 37:878–82. doi: 10.1111/jgh.15804

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Gralnek I, Stanley A, Morris A, Camus M, Lau J, Lanas A, et al. Endoscopic diagnosis and management of nonvariceal upper gastrointestinal hemorrhage (NVUGIH): european society of gastrointestinal endoscopy (ESGE) guideline – Update 2021. Endoscopy. (2021) 53:300–32. doi: 10.1055/a-1369-5274

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Ramaekers R, Mukarram M, Smith C, Thiruganasambandamoorthy V. The predictive value of preendoscopic risk scores to predict adverse outcomes in emergency department patients with upper gastrointestinal bleeding: a systematic review. Acad Emerg Med. (2016) 23:1218–27. doi: 10.1111/acem.13101

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Kalafateli M, Triantos C, Nikolopoulou V, Burroughs A. Non-variceal gastrointestinal bleeding in patients with liver cirrhosis: a review. Dig Dis Sci. (2012) 57:2743–54. doi: 10.1007/s10620-012-2229-x

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Shung D, Au B, Taylor R, Tay J, Laursen S, Stanley A, et al. Validation of a machine learning model that outperforms clinical risk scoring systems for upper gastrointestinal bleeding. Gastroenterology. (2020) 158:160–7.

Google Scholar

22. Rotondano G, Cipolletta L, Grossi E, Koch M, Intraligi M, Buscema M, et al. Artificial neural networks accurately predict mortality in patients with nonvariceal upper GI bleeding. Gastrointest Endosc. (2011) 73:218–26, 226.e1–2. doi: 10.1016/j.gie.2010.10.006

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Rao V, Gupta N, Swei E, Wagner T, Aronsohn A, Reddy K, et al. Predictors of mortality and endoscopic intervention in patients with upper gastrointestinal bleeding in the intensive care unit. Gastroenterol Rep (Oxf). (2020) 8:299–305. doi: 10.1093/gastro/goaa009

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Tan Q, Ma A, Deng H, Wong V, Tse Y, Yip T, et al. A hybrid residual network and long short-term memory method for peptic ulcer bleeding mortality prediction. AMIA Annu Symp Proc. (2018) 2018:998–1007.

PubMed Abstract | Google Scholar

25. Stanley A, Laine L, Dalton H, Ngu J, Schultz M, Abazi R, et al. International gastrointestinal bleeding C: comparison of risk scoring systems for patients presenting with upper gastrointestinal bleeding: international multicentre prospective study. BMJ. (2017) 356:i6432. doi: 10.1186/s13054-016-1208-6

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Laursen S, Hansen J, Schaffalitzky de Muckadell OB. The glasgow blatchford score is the most accurate assessment of patients with upper gastrointestinal hemorrhage. Clin Gastroenterol Hepatol. (2012) 10:e1131.

Google Scholar

27. Shung D, Simonov M, Gentry M, Au B, Laine L. Machine learning to predict outcomes in patients with acute gastrointestinal bleeding: a systematic review. Dig Dis Sci. (2019) 64:2078–87. doi: 10.1007/s10620-019-05645-z

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Das A, Ben-Menachem T, Farooq F, Cooper G, Chak A, Sivak M Jr., et al. Artificial neural network as a predictive instrument in patients with acute nonvariceal upper gastrointestinal hemorrhage. Gastroenterology. (2008) 134:65–74. doi: 10.1053/j.gastro.2007.10.037

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Veisman I, Oppenheim A, Maman R, Kofman N, Edri I, Dar L, et al. Novel prediction tool for endoscopic intervention in patients with acute upper gastro-intestinal bleeding. J Clin Med. (2022) 11:5893. doi: 10.3390/jcm11195893

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: UGIB, Rockall score, Beylor Bleeding score, machine learning, Glasgow Blatchford score

Citation: Ungureanu BS, Gheonea DI, Florescu DN, Iordache S, Cazacu SM, Iovanescu VF, Rogoveanu I and Turcu-Stiolica A (2023) Predicting mortality in patients with nonvariceal upper gastrointestinal bleeding using machine-learning. Front. Med. 10:1134835. doi: 10.3389/fmed.2023.1134835

Received: 30 December 2022; Accepted: 06 February 2023;
Published: 17 February 2023.

Edited by:

Qinghe Meng, State University of New York Upstate Medical University, United States

Reviewed by:

Hasan Maulahela, University of Indonesia, Indonesia
Ali Taha, University Hospital Crosshouse, United Kingdom

Copyright © 2023 Ungureanu, Gheonea, Florescu, Iordache, Cazacu, Iovanescu, Rogoveanu and Turcu-Stiolica. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Adina Turcu-Stiolica, www.frontiersin.org adina.turcu@umfcv.ro

Download