An Optimized Machine Learning Model Accurately Predicts In-Hospital Outcomes at Admission To A Cardiac Unit
An Optimized Machine Learning Model Accurately Predicts In-Hospital Outcomes at Admission To A Cardiac Unit
Article
An Optimized Machine Learning Model Accurately Predicts
In-Hospital Outcomes at Admission to a Cardiac Unit
Sandeep Chandra Bollepalli 1 , Ashish Kumar Sahani 2 , Naved Aslam 3 , Bishav Mohan 3 , Kanchan Kulkarni 1 ,
Abhishek Goyal 3 , Bhupinder Singh 3 , Gurbhej Singh 3 , Ankit Mittal 3 , Rohit Tandon 3 , Shibba Takkar Chhabra 3 ,
Gurpreet S. Wander 3 and Antonis A. Armoundas 1,4, *
Abstract: Risk stratification at the time of hospital admission is of paramount significance in triaging
the patients and providing timely care. In the present study, we aim at predicting multiple clinical
Citation: Bollepalli, S.C.; Sahani, outcomes using the data recorded during admission to a cardiac care unit via an optimized machine
A.K.; Aslam, N.; Mohan, B.; Kulkarni, learning method. This study involves a total of 11,498 patients admitted to a cardiac care unit over
K.; Goyal, A.; Singh, B.; Singh, G.; two years. Patient demographics, admission type (emergency or outpatient), patient history, lab tests,
Mittal, A.; Tandon, R.; et al. An and comorbidities were used to predict various outcomes. We employed a fully connected neural
Optimized Machine Learning Model network architecture and optimized the models for various subsets of input features. Using 10-fold
Accurately Predicts In-Hospital cross-validation, our optimized machine learning model predicted mortality with a mean area under
Outcomes at Admission to a Cardiac the receiver operating characteristic curve (AUC) of 0.967 (95% confidence interval (CI): 0.963–0.972),
Unit. Diagnostics 2022, 12, 241.
heart failure AUC of 0.838 (CI: 0.825–0.851), ST-segment elevation myocardial infarction AUC of 0.832
https://doi.org/10.3390/
(CI: 0.821–0.842), pulmonary embolism AUC of 0.802 (CI: 0.764–0.84), and estimated the duration
diagnostics12020241
of stay (DOS) with a mean absolute error of 2.543 days (CI: 2.499–2.586) of data with a mean and
Academic Editor: Henk median DOS of 6.35 and 5.0 days, respectively. Further, we objectively quantified the importance
A. Marquering of each feature and its correlation with the clinical assessment of the corresponding outcome. The
Received: 30 December 2021 proposed method accurately predicts various cardiac outcomes and can be used as a clinical decision
Accepted: 14 January 2022 support system to provide timely care and optimize hospital resources.
Published: 19 January 2022
Keywords: machine learning; mortality; duration of stay; heart failure; STEMI; pulmonary embolism
Publisher’s Note: MDPI stays neutral
with regard to jurisdictional claims in
published maps and institutional affil-
iations.
1. Introduction
Patients with diverse cardiovascular diseases are admitted through the emergency
department, into the wards, or to the cardiac care units depending on whether they are
Copyright: © 2022 by the authors. acutely sick or being admitted for further evaluation. In general, at each stage, patients
Licensee MDPI, Basel, Switzerland. are triaged by clinical professionals in order to provide timely care. At the same time,
This article is an open access article a large set of demographic and clinical parameters are being recorded for each patient,
distributed under the terms and and manually analyzing and synthesizing information from all these variables proves to
conditions of the Creative Commons be challenging. In this context, it is imperative to develop a decision support system to
Attribution (CC BY) license (https://
assist clinicians in assessing patient risk, providing timely care, and optimizing resource
creativecommons.org/licenses/by/
utilization [1–4].
4.0/).
2. Methods
2.1. Dataset
The present study was conducted retrospectively on patients admitted over a period
of two years (1 April 2017 to 31 March 2019) at Hero Dayanand Medical College Heart
Institute Unit of Dayanand Medical College and Hospital, Ludhiana, Punjab, India. This
is a tertiary care medical college and hospital. During the study period, the cardiology
unit had 14,845 admissions corresponding to 12,258 patients. For 1921 patients who had
multiple admissions, we considered the data from their last admission only. In addition,
760 patients who got discharged against medical advice were also excluded from the
analysis. Records from the remaining 11,498 patients were used to obtain features and
outcomes. We used the admission records to obtain parameters related to demographics,
admission details, lab measurements, and comorbidities. The list of variables used in
the present study along with the patients’ baseline characteristics of the study cohort are
provided in the Table 1. We reported continuous features with mean (standard deviation)
and median (interquartile range) values of the cohort, while categorical elements are
reported as percentages. Information related to race was not collected, as all patients
resided in India, and considered to be of the same race.
Diagnostics 2022, 12, 241 3 of 14
Specifically, data were related to patients0 date of admission; date of discharge; de-
mographics, such as age, sex, locality (rural or urban); type of admission (emergency or
outpatient); patient history, including smoking, alcohol, diabetes mellitus (DM), hyper-
tension (HTN), prior coronary artery disease (CAD), prior cardiomyopathy (CMP), and
chronic kidney disease (CKD); and lab parameters corresponding to hemoglobin (HB),
total lymphocyte count (TLC), platelets, glucose, urea, creatinine, brain natriuretic peptide
(BNP), raised cardiac enzymes (RCE) and ejection fraction (EF). Other comorbidities and
features (28 features), including heart failure, STEMI, and pulmonary embolism, were
recorded and analyzed. Among other comorbidities, shock was defined by systolic blood
pressure <90 mmHg, and the cause for shock was due to any reason but cardiac. Patients
in shock due to cardiac reasons were classified into cardiogenic shock, while patients in
shock due to multifactorial pathophysiology (cardiac and non-cardiac) were considered for
both categories. The outcomes indicating whether the patient is discharged or expired in
the hospital were also recorded.
2.2. Outcomes
We are interested in predicting a wide range of outcomes, including in-hospital mor-
tality, which is an important clinical outcome; the duration of hospital stay, which is a
measure for resource utilization; and variable patient diagnoses, such as heart failure,
STEMI, and pulmonary embolism. While STEMI and pulmonary embolism were newly
occurring during hospitalization, heart failure could be newly occurring or an existing
condition diagnosed during hospitalization. Specifically, we aim to predict the outcomes
based on parameters acquired during admission and prior to the starting of treatment. We
obtained the ground-truth annotation for mortality as a discharge disposition of expired.
Duration of stay was obtained from the difference of the date of discharge and the date of
admission. Heart failure, STEMI and pulmonary embolism were obtained from the clinical
flag set in the diagnosis chart. We used all available features for predicting mortality and
duration of stay. For classification of heart failure, STEMI, and pulmonary embolism, we
only used patient demographics, admission type, patient history, and lab parameters while
excluding comorbidities.
To perform the regression on the duration of stay data, we excluded values that
exceeded the 15 days using the median based rejection method [22]; where the duration of
stay values that are less than a factor 1.5 of the inter quartile range (IQR) below the 25th
percentile (Q1 − 1.5 * IQR) or greater than a factor 1.5 of the IQR above the 75th percentile
(Q3 + 1.5 * IQR), were excluded. Such data exclusion was performed only during model
development, and the performance of the trained models was evaluated on the entire
dataset. For imputation and normalization of the test and validation data sets in each fold,
we used the parameters estimated from the training data of the corresponding fold.
features could be missing due to time and resource constrains, and excluding such features
would also calibrate the model performance based on individual circumstances.
First, we obtained the baseline performance by optimizing the network configuration
using FS1 as input. Next, we excluded the non-significantly contributing features from FS1
to obtain FS2 and again optimized the network configuration to obtain the performance with
FS2 as input. We used the optimal configuration obtained for FS2 for training and evaluation
of models developed using FS3–FS7. The optimal network configuration obtained for each
outcome is described in the Supplementary Materials. The performance of the model on
the feature sets FS1–FS7 is shown in Table 2. Best mean performance over 10-fold cross-
validation was obtained for the models trained with FS2 (reduced/optimal feature set) as
input for all the outcomes. A detailed description of the performance for each outcome is
presented in the Supplementary Materials. Major conclusions specific to each outcome can
be summarized as follows:
Table 2. Performance of the proposed method in terms of area under receiver operating characteristic
curve (AUC) for predicting mortality, heart failure, ST-segment elevation myocardial infarction
(STEMI), and pulmonary embolism and in terms of mean absolute error (MAE) for estimating the
duration of stay for various set of input features. FS1 constitutes all the features. Features with
cumulative importance of less than 1% are excluded from FS1 to form FS2. The most significant
feature from FS2 is removed to form FS3. Similarly, FS4, FS5, and FS6 are formed by excluding
the most significant feature from the corresponding super sets FS3, FS4, FS5, and FS6, respectively.
Optimal performance (highlighted in bold) is obtained on feature set-2 (FS2) by excluding redundant
features.
2.8. Mortality
We obtained a baseline AUC of 0.955 (95% CI: 0.947–0.963) using FS1 as input. An
optimal AUC of 0.967 (95% CI: 0.963–0.972) was achieved using FS2 as input (see Figure 1).
The optimized network architecture has one hidden layer with 150 nodes, sigmoid activa-
tion, and a learning rate of 0.01, with the top three features being EF, shock, and admission
type. Indeed, EF and shock have been reported to predict mortality [27,28]. The feature
importance score and receiver operator characteristic (ROC) curves for the classifier evalu-
ated using FS1–FS7 are shown in the Supplementary Materials Figure S1A–G and in the
Supplementary Materials Figure S6, respectively. The features of highest importance in
predicting mortality using FS2–FS7 are EF, shock, cardiogenic shock, prior CAD, urea, and
creatinine, respectively. Although admission type is consistently listed in the top three
features, a clinical variable took precedence as the most important feature for various input
combinations.
Diagnostics 2022, 12, 241 7 of 14
Figure 1. Optimal receiver operating characteristic curve of mortality classifier using the optimal
feature set (FS2) as input. The proposed model achieved an AUC of 0.967 (95% CI: 0.963–0.927),
which is superior to the AUC of the classifier using all features (FS1) as input.
Figure 2. Optimal receiver operating characteristic curve of heart failure classifier using the optimal
feature set (FS2) as input. The proposed model achieved an AUC of 0.838 (95% CI: 0.825–0.851),
which is superior to the AUC of the classifier using all features (FS1) as input.
Diagnostics 2022, 12, 241 8 of 14
Figure 3. Optimal receiver operating characteristic curve of ST-segment elevation myocardial infarc-
tion (STEMI) classifier using the optimal feature set (FS2) as input. The proposed model achieved
an AUC of 0.832 (95% CI: 0.821–0.842), which is comparable to the AUC of the classifier using all
features (FS1) as input.
Figure 4. Optimal receiver operating characteristic curve of pulmonary embolism classifier using
the optimal feature set (FS2) as input. The proposed model achieved an AUC of 0.802 (95% CI:
0.764–0.840), which is superior to the AUC of the classifier using all features (FS1) as input.
Figure 5. (A) The mean predicted duration of stay along with the 95% confidence intervals versus
the actual duration of stay. (B) The absolute value of the mean prediction error along with the 95%
confidence intervals versus the actual duration of stay. The proposed model achieved a mean absolute
error (MAE) of 2.543 days (95% CI: 2.499–2.586), which is superior to the MAE of the classifier using
all features (FS1) as input.
3. Discussion
The present study demonstrates that a machine model can predict various clinical out-
comes with high discriminatory performance. Although various scores exist for predicting
the outcomes of critically ill patients in ICU, scores for stratifying risk at the admission in
a cardiac unit emergency ward are limited. We proposed an optimized machine learning
model to predict various outcomes based on available data during admission to a car-
diac care unit. We also demonstrated that the features that contribute significantly in the
machine learning algorithm performance are in agreement with the clinical knowledge
Diagnostics 2022, 12, 241 11 of 14
of the underlying outcome. Several conclusions can be drawn from this study: first, a
machine learning approach can predict various outcomes using the data available at the
time of admission; second, the importance of various features in predicting the arrhythmia
can be objectively quantified; third, such feature-importance scores can be used to explain
machine learning models and hence corroborate with the clinical knowledge to build trust
and facilitate practical deployment; and fourth, objective importance scores can provide
interesting clinical insights in diagnosing various conditions.
Various methods have been reported to predict specific outcomes considered in the
present study. The rapid emergency medicine score (REMS) was reported to predict
in-hospital mortality in patients attending the emergency department with an AUC of
0.852 [34]. A method to predict mortality in departments of internal medicine reported an
AUC of 0.857 [35]. A recent algorithm reported an AUC of 0.942 for predicting mortality
at admission to a medical ward [36]. The present method achieved superior performance
(AUC 0.967) compared to the reported methods in predicting mortality. Similarly, machine
learning methods are being used in predicting heart failure [37], pulmonary embolism [38],
mortality due to STEMI [39], and duration of hospital stay using electronic health record
data [40]. However, these methods are not directly comparable, as we aim to predict the
outcomes using only data available at the time of index admission to a cardiac care unit.
In the present work, we used different set of features as input to evaluate the perfor-
mance of the classifier in various scenarios. In particular, we used all features (FS1) as
input to obtain the baseline performance. Then, a reduced/optimal set of features (FS2)
that provide the optimal performance was obtained and used thereafter. Finally, the most
significant features from the optimal set were sequentially excluded (FS3–FS7) to assess
the model performance when certain important features are missing due to practical con-
straints. Comparing FS1 and FS2 as inputs, the mean performance for FS2 is superior to FS1;
however, the performance of 95% confidence interval (CI) values significantly overlapped
for all outcomes except mortality. Such an observation is consistent with the reported
studies that indicate the gain in performance using a reduced feature set is specific to the
underlying outcome [26]. Using FS3–FS7 as input, as expected, resulted in performance
decrease, as we sequentially excluded the most significant features. We observed that
objective feature importance scores of the proposed machine learning models correlated
well with clinical knowledge, establishing the confidence in the learnt models.
In general, admissions to these units are for patients at varied risk levels. Triaging
the patients requiring quick decision making, that is based on the preponderance of pa-
tients’ clinical, historical, and lab tests is challenging, especially for the clinical staff at the
admission unit. In this context, the proposed machine learning model that operates on data
available at admission and is flexible to process varying feature inputs proves to be useful
in providing timely care and optimizing the resources. Further, the features of importance
in our models correlate well with the clinical state-of-art knowledge of the corresponding
outcomes. In practice, the proposed system, when integrated into an admission ward,
could serve as a decision support system to help triage patients and manage the available
resources effectively.
4. Conclusions
In this study, we proposed a method to predict various outcomes based on data avail-
able at the time of admission to a cardiac care unit. In particular, we sought to accurately
predict duration of stay, mortality, occurrence of heart failure, STEMI, and pulmonary
embolism to facilitate patient risk assessment and to help triaging and optimizing resource
utilization. To this end, we used a fully connected neural network algorithm to learn an
optimal non-linear mapping of input features to the output. Using a permutation feature
importance technique, we ranked the importance of each feature towards model perfor-
mance. Next, we excluded some of the redundant features to further optimize the model
performance. Using 10-fold cross-validation, our optimized machine learning model pre-
dicted mortality with a mean AUC of 0.967 (CI: 0.963–0.972), heart failure AUC of 0.838 (CI:
Diagnostics 2022, 12, 241 12 of 14
5. Study Limitations
In this study, the models we developed used only two years of data from a single
center; therefore, the generalizability of the models across multiple centers and multiple
years has to be investigated. Additionally, the study was conducted retrospectively, with
the intent to prospectively integrate and evaluate the proposed method in a cardiac care
unit. However, our demonstration on independent 10-fold cross-validation indicates that
similarly built models could translate well to multi center settings as well as prospective
evaluation. Thus, the overall benefit of triaging and resource optimization using the
proposed method has to be suitably quantified and evaluated.
Finally, an inherent limitation of the current approach in predicting clinical outcomes
using only data available at the time of admission is that the system (patient) is affected (by
numerous interventions) following admission. Such interventions should be considered in
future model implementations (using tools like recurrent neural networks), which allow
one to make reliable long-term predictions.
Supplementary Materials: The following supporting information can be downloaded at: https:
//www.mdpi.com/article/10.3390/diagnostics12020241/s1, Figure S1: Feature importance scores
for predicting mortality using (A) FS1; (B) FS2; (C) FS3; (D) FS4; (E) FS5; (F) FS6; (G) FS7; Figure S2:
Feature importance scores for predicting heart failure using (A) FS1; (B) FS2; (C) FS3; (D) FS4; (E)
FS5; (F) FS6; (G) FS7; Figure S3: Feature importance scores for predicting of ST-segment elevation
myocardial infarction using (A) FS1; (B) FS2; (C) FS3; (D) FS4; (E) FS5; (F) FS6; (G) FS7; Figure S4:
Feature importance scores for predicting of pulmonary embolism using (A) FS1; (B) FS2; (C) FS3;
(D) FS4; (E) FS5; (F) FS6; (G) FS7; Figure S5: Feature importance scores for estimating duration of
stay using (A) FS1; (B) FS2; (C) FS3; (D) FS4; (E) FS5; (F) FS6; (G) FS7; Figure S6: Comparison of
receiver operation characteristic (ROC) curves of mortality classifier using feature sets FS1–FS7 as
inputs. The classifier model using FS2 as input has superior performance over the model using FS1
as input, and the performance gradually decreases with input being varied from FS3 to FS7; Figure
S7: Comparison of ROC curves of heart failure classifier using feature sets FS1–FS7 as inputs. The
classifier model using FS2 as input has slightly better performance over the model using FS1 as
input, and the performance gradually decreases with input being varied from FS3 to FS7; Figure S8:
Comparison of ROC curves of ST-segment elevation myocardial infarction (STEMI) classifier using
feature sets FS1–FS7 as inputs. The classifier model using FS2 as input is comparable to the model
using FS1 as input, and the performance gradually decreases with input being varied from FS3 to FS7;
Figure S9: Comparison of ROC curves of pulmonary embolism classifier using feature sets FS1–FS7
as inputs. The classifier model using FS2 as input has superior performance over the model using
FS1 as input, and the performance gradually decreases with input being varied from FS3 to FS7.
Author Contributions: S.C.B.: Participated in the development of the algorithms, data analysis, and
writing the manuscript. A.K.S.: Participated in the development of the algorithms, data analysis, and
writing the manuscript. N.A.: Participated in the data collection and writing the manuscript. B.M.:
Participated in the data collection. K.K.: Participated in the data analysis and writing the manuscript.
A.G.: Participated in the data collection. B.S.: Participated in the data collection. G.S.: Participated
in the data collection. A.M.: Participated in the data collection and writing the manuscript. R.T.:
Participated in the data collection. S.T.C.: Participated in the data collection. G.S.W.: Participated in
the conception of the study, data analysis, and writing the manuscript. A.A.A.: Participated in the
conception of the study, the development of the algorithms, data analysis, and writing the manuscript.
All authors have read and agreed to the published version of the manuscript.
Diagnostics 2022, 12, 241 13 of 14
Funding: The work was supported by a Grant-in-Aid (#15GRNT23070001) from the American
Heart Association (AHA), the Institute of Precision Medicine (17UNPG33840017) from the AHA, the
RICBAC Foundation, NIH grants 1 R01 HL135335-01, 1 R21 HL137870-01, 1 R21EB026164-01, and
3R21EB026164-02S1, the Founders Affiliate Postdoctoral Fellowship (award number 834897) from
the AHA. This work was conducted with support from Harvard Catalyst, The Harvard Clinical,
and Translational Science Center (National Center for Research Resources and the National Center
for Advancing Translational Sciences, National Institutes of Health Award 8UL1TR000170-05, and
financial contributions from Harvard University and its affiliated academic health care centers). The
content is solely the responsibility of the authors and does not necessarily represent the official
views of Harvard Catalyst, Harvard University and its affiliated academic health care centers, or the
National Institutes of Health.
Institutional Review Board Statement: The study was approved by the Ethics Committee of
Dayanand Medical College and Hospital, Ludhiana, India.
Informed Consent Statement: Patient consent was waived as the study was conducted retrospec-
tively.
Data Availability Statement: The training dataset will be available to any investigator upon request.
Conflicts of Interest: Authors declare no conflict of interest.
References
1. Kletečka-Pulker, M.; Völkl-Kernstock, S.; Fassl, A.; Klager, E.; Willschke, H.; Klomfar, S.; Wochele-Thoma, T.; Schaden, E.;
Atanasov, A. Telehealth in Times of COVID-19: Spotlight on Austria. Healthcare 2021, 9, 280. [CrossRef]
2. Massaro, A.; Galiano, A.; Scarafile, D.; Vacca, A.; Frassanito, A.; Melaccio, A.; Solimando, A.; Ria, R.; Calamita, G.; Bonomo,
M.; et al. Telemedicine DSS-AI Multi Level Platform for Monoclonal Gammopathy Assistance. In Proceedings of the 2020 IEEE
International Symposium on Medical Measurements and Applications (MeMeA), Bari, Italy, 1 June–1 July 2020; pp. 1–5.
3. Massaro, A.; Maritati, V.; Savino, N.; Galiano, A. Neural Networks for Automated Smart Health Platforms oriented on Heart
Predictive Diagnostic Big Data Systems. In Proceedings of the 2018 AEIT International Annual Conference, Bari, Italy, 3–5 October
2018; pp. 1–5.
4. Plati, D.K.; Tripoliti, E.E.; Bechlioulis, A.; Rammos, A.; Dimou, I.; Lakkas, L.; Watson, C.; McDonald, K.; Ledwidge, M.; Pharithi,
R.; et al. A Machine Learning Approach for Chronic Heart Failure Diagnosis. Diagnostics 2021, 11, 1863. [CrossRef] [PubMed]
5. Escobar, G.J.; Greene, J.D.; Scheirer, P.; Gardner, M.N.; Draper, D.; Kipnis, P. Risk-Adjusting Hospital Inpatient Mortality Using
Automated Inpatient, Outpatient, and Laboratory Databases. Med. Care 2008, 46, 232–239. [CrossRef] [PubMed]
6. Le Gall, J.R.; Lemeshow, S.; Saulnier, F. A new Simplified Acute Physiology Score (SAPS II) based on a European/North American
multicenter study. JAMA 1993, 270, 2957–2963. [CrossRef] [PubMed]
7. Moreno, R.P.; Metnitz, P.G.H.; Almeida, E.; Jordan, B.; Bauer, P.; Campos, R.A.; Iapichino, G.; Edbrooke, D.; Capuzzo, M.; Le Gall,
J.-R. SAPS 3—From evaluation of the patient to evaluation of the intensive care unit. Part 2: Development of a prognostic model
for hospital mortality at ICU admission. Intensive Care Med. 2005, 31, 1345–1355. [CrossRef]
8. Vincent, J.-L.; Moreno, R.; Takala, J.; Willatts, S.; De Mendonça, A.; Bruining, H.; Reinhart, C.K.; Suter, P.M.; Thijs, L.G. The SOFA
(Sepsis-related Organ Failure Assessment) score to describe organ dysfunction/failure. Intensive Care Med. 1996, 22, 707–710.
[CrossRef]
9. Zimmerman, J.E.; Kramer, A.; McNair, D.; Malila, F.M. Acute Physiology and Chronic Health Evaluation (APACHE) IV: Hospital
mortality assessment for today’s critically ill patients. Crit. Care Med. 2006, 34, 1297–1310. [CrossRef]
10. Baek, H.; Cho, M.; Kim, S.; Hwang, H.; Song, M.; Yoo, S. Analysis of length of hospital stay using electronic health records: A
statistical and data mining approach. PLoS ONE 2018, 13, e0195901. [CrossRef]
11. Chicco, D.; Jurman, G. Machine learning can predict survival of patients with heart failure from serum creatinine and ejection
fraction alone. BMC Med. Inform. Decis. Mak. 2020, 20, 1–16. [CrossRef]
12. Hizoh, I.; Domokos, D.; Banhegyi, G.; Becker, D.; Merkely, B.; Ruzsa, Z. Mortality prediction algorithms for patients undergoing
primary percutaneous coronary intervention. J. Thorac. Dis. 2020, 12, 1706–1720. [CrossRef]
13. Shilo, S.; Rossman, H.; Segal, E. Axes of a revolution: Challenges and promises of big data in healthcare. Nat. Med. 2020, 26, 29–38.
[CrossRef] [PubMed]
14. Sevakula, R.K.; Au-Yeung, W.M.; Singh, J.P.; Heist, E.K.; Isselbacher, E.M.; Armoundas, A.A. State-of-the-Art Machine Learning
Techniques Aiming to Improve Patient Outcomes Pertaining to the Cardiovascular System. J. Am. Heart Assoc. 2020, 9, e013924.
[CrossRef] [PubMed]
15. Efimov, I.R.; Fu, S.N.; Laughner, J.I. (Eds.) Cardiac Bioelectric Therapy: Mechanisms and Practical Implications; Springer:
Berlin/Heidelberg, Germany, 2021; pp. 335–352.
16. Au-Yeung, W.-T.M.; Sahani, A.K.; Isselbacher, E.M.; Armoundas, A.A. Reduction of false alarms in the intensive care unit using
an optimized machine learning based approach. NPJ Digit. Med. 2019, 2, 1–5. [CrossRef] [PubMed]
Diagnostics 2022, 12, 241 14 of 14
17. Au-Yeung, W.-T.M.; Sevakula, R.K.; Sahani, A.K.; Kassab, M.; Boyer, R.; Isselbacher, E.M.; Armoundas, A. Real-time machine
learning-based intensive care unit alarm classification without prior knowledge of the underlying rhythm. Eur. Hear. J. Digit.
Health 2021, 2, 437–445. [CrossRef]
18. Vellido, A. The importance of interpretability and visualization in machine learning for applications in medicine and health care.
Neural Comput. Appl. 2020, 32, 18069–18083. [CrossRef]
19. Bazoukis, G.J.H.; Loscalzo, J.; Antman, E.M.; Fuster, V.; Armoundas, A.A. The Inclusion of Augmented Intelligence in Medicine:
A Framework for Successful Implementation. Cell Rep. Med. 2022, 3, 2666–3791. [CrossRef]
20. Altmann, A.; Toloşi, L.; Sander, O.; Lengauer, T. Permutation importance: A corrected feature importance measure. Bioinformatics
2010, 26, 1340–1347. [CrossRef]
21. Troyanskaya, O.G.; Cantor, M.; Sherlock, G.; Brown, P.O.; Hastie, T.; Tibshirani, R.; Botstein, D.; Altman, R.B. Missing value
estimation methods for DNA microarrays. Bioinformatics 2001, 17, 520–525. [CrossRef]
22. McGill, R.; Tukey, J.W.; Larsen, W.A. Variations of box plots. Am. Stat. 1978, 32, 12–16.
23. Yegnanarayana, B. Artificial Neural Networks; PHI Learning Pvt. Ltd.: New Delhi, India, 2009.
24. O’Malley, T.A.B. Elie and Long, James and Chollet, François and Jin, Haifeng and Invernizzi, Luca and others. Keras Tuner. 2019.
Available online: https://github.com/keras-team/keras-tuner (accessed on 14 December 2021).
25. Bergstra, J.; Bengio, Y. Random search for hyper-parameter optimization. J. Mach. Learn. Res. 2012, 13, 281–305.
26. Karabulut, E.M.; Özel, S.A.; Ibrikci, T. A comparative study on the effect of feature selection on classification accuracy. Procedia
Technol. 2012, 1, 323–327. [CrossRef]
27. Kay, G.L.; Sun, G.-W.; Aoki, A.; Prejean, C.A. Influence of ejection fraction on hospital mortality, morbidity, and costs for CABG
patients. Ann. Thorac. Surg. 1995, 60, 1640–1651. [CrossRef]
28. Al Jalbout, N.; Balhara, K.S.; Hamade, B.; Hsieh, Y.-H.; Kelen, G.D.; Bayram, J.D. Shock index as a predictor of hospital admission
and inpatient mortality in a US national database of emergency departments. Emerg. Med. J. 2019, 36, 293–297. [CrossRef]
29. Bozkurt, B.; Hershberger, R.E.; Butler, J.; Grady, K.L.; Heidenreich, P.A.; Isler, M.L.; Kirklin, J.K.; Weintraub, W.S. 2021 ACC/AHA
Key Data Elements and Definitions for Heart Failure: A Report of the American College of Cardiology/American Heart
Association Task Force on Clinical Data Standards (Writing Committee to Develop Clinical Data Standards for Heart Failure).
Circ. Cardiovasc. Qual. Outcomes 2021, 14, e000102. [CrossRef] [PubMed]
30. Kiron, V.; George, P. Correlation of cumulative ST elevation with left ventricular ejection fraction and 30-day outcome in patients
with ST elevation myocardial infarction. J. Postgrad. Med. 2019, 65, 146–151. [CrossRef] [PubMed]
31. Chen, Z.-W.; Yu, Z.-Q.; Yang, H.-B.; Chen, Y.-H.; Qian, J.-Y.; Shu, X.-H.; Ge, J.-B. Rapid predictors for the occurrence of reduced
left ventricular ejection fraction between LAD and non-LAD related ST-elevation myocardial infarction. BMC Cardiovasc. Disord.
2016, 16, 1–8. [CrossRef] [PubMed]
32. Arrigo, M.; Huber, L.C. Pulmonary Embolism and Heart Failure: A Reappraisal. Card. Fail. Rev. 2021, 7, e03. [CrossRef]
33. Beemath, A.; Stein, P.D.; Skaf, E.; Al Sibae, M.R.; Alesh, I. Risk of Venous Thromboembolism in Patients Hospitalized with Heart
Failure. Am. J. Cardiol. 2006, 98, 793–795. [CrossRef] [PubMed]
34. Olsson, T.; Terent, A.; Lind, L. Rapid Emergency Medicine score: A new prognostic tool for in-hospital mortality in nonsurgical
emergency department patients. J. Intern. Med. 2004, 255, 579–587. [CrossRef] [PubMed]
35. Schwartz, N.; Sakhnini, A.; Bisharat, N. Predictive modeling of inpatient mortality in departments of internal medicine. Intern.
Emerg. Med. 2017, 13, 205–211. [CrossRef] [PubMed]
36. Soffer, S.; Klang, E.; Barash, Y.; Grossman, E.; Zimlichman, E. Predicting In-Hospital Mortality at Admission to the Medical Ward:
A Big-Data Machine Learning Model. Am. J. Med. 2021, 134, 227–234. [CrossRef]
37. Bazoukis, G.; Stavrakis, S.; Zhou, J.; Bollepalli, S.C.; Tse, G.; Zhang, Q.; Singh, J.P.; Armoundas, A.A. Machine learning versus
conventional clinical methods in guiding management of heart failure patients—A systematic review. Hear. Fail. Rev. 2021, 26,
23–34. [CrossRef] [PubMed]
38. Banerjee, I.; Sofela, M.; Yang, J.; Chen, J.H.; Shah, N.H.; Ball, R.; Mushlin, A.I.; Desai, M.; Bledsoe, J.; Amrhein, T.; et al.
Development and Performance of the Pulmonary Embolism Result Forecast Model (PERFORM) for Computed Tomography
Clinical Decision Support. JAMA Netw. Open 2019, 2, e198719. [CrossRef] [PubMed]
39. Li, X.; Liu, H.; Yang, J.; Xie, G.; Xu, M.; Yang, Y. Using Machine Learning Models to Predict In-Hospital Mortality for ST-Elevation
Myocardial Infarction Patients. Stud. Health Technol. Inform. 2017, 245, 476–480. [PubMed]
40. Carter, E.M.; Potts, H.W.W. Predicting length of stay from an electronic patient record system: A primary total knee replacement
example. BMC Med. Inform. Decis. Mak. 2014, 14, 26. [CrossRef]