Skip to main content

Development and comparison of machine learning-based models for predicting heart failure after acute myocardial infarction

Abstract

Aims

Heart failure (HF) is one of the common adverse cardiovascular events after acute myocardial infarction (AMI), but the predictive efficacy of numerous machine learning (ML) built models is unclear. This study aimed to build an optimal model to predict the occurrence of HF in AMI patients by comparing seven ML algorithms.

Methods

Cohort 1 included AMI patients from 2018 to 2019 divided into HF and control groups. All first routine test data of the study subjects were collected as the features to be selected for the model, and seven ML algorithms with screenable features were evaluated. Cohort 2 contains AMI patients from 2020 to 2021 to establish an early warning model with external validation. ROC curve and DCA curve to analyze the diagnostic efficacy and clinical benefit of the model respectively.

Results

The best performer among the seven ML algorithms was XgBoost, and the features of XgBoost algorithm for troponin I, triglycerides, urine red blood cell count, γ-glutamyl transpeptidase, glucose, urine specific gravity, prothrombin time, prealbumin, and urea were ranked high in importance. The AUC of the HF-Lab9 prediction model built by the XgBoost algorithm was 0.966 and had good clinical benefits.

Conclusions

This study screened the optimal ML algorithm as XgBoost and developed the model HF-Lab9 will improve the accuracy of clinicians in assessing the occurrence of HF after AMI and provide a reference for the selection of subsequent model-building algorithms.

Peer Review reports

Introduction

Acute myocardial infarction (AMI) is associated with nursing acute syndrome caused by a sharp blockage of the coronary arteries. AMI causes massive necrosis of cardiomyocytes, which are non-renewable cells, and the more cardiomyocytes that die, the more severe the damage to the heart. Destruction of myocardial cells and scar proliferation activate the neurohumoral system and cause ventricular remodeling [1]. Cardiac remodeling will lead to enlargement of the heart and a significant decrease in contractility. When the heart contracts, the amount of blood expelled will be significantly reduced and a large amount of blood will accumulate in the heart. When the heart cannot bear it, the blood flows upward back to the lungs, causing the patient to suffer from chest tightness and difficulty breathing, which is a serious threat to life. Approximately 13% of AMI patients are diagnosed with HF 30 days after discharge, and 20–30% of AMI patients are diagnosed with heart failure (HF) 1 year after discharge [2, 3]. HF occurs in about a quarter of AMI patients and is a major cause of increased mortality [4]. The European Society of Cardiology [5] and the American Heart Association [6] indicate that the prevention of HF is an urgent public health need. The post-AMI patient population is at high risk for the development of HF, of which HF screening and prevention are particularly important. Missed or delayed diagnosis of HF can jeopardize a patient prognosis and increase the cost of treatment. Therefore, it is essential to explore effective methods and markers for the development of HF after AMI, and early identification of patients with a high risk of poor prognosis can save lives and improve the quality of patient survival through personalized treatment [7].

Traditional ML algorithms such as Logistic Regression (LR), Decision Tree (DT), and Random Forest (RF) have been used with good success in various fields of medicine. For example, the use of LR to identify heart failure in patients with coronary heart disease [8]; DT analysis to identify patients at risk of death or hospitalization due to worsening heart failure [9]; RF classifier to detect congestive heart failure [10]. In recent years, ML algorithms other than traditional ML algorithms have increasingly penetrated into various medical fields, such as extreme gradient boosting (Xgboost) methods have shown superior diagnostic capabilities among many ML algorithms [11]. Then the advantages of various ML algorithms may differ in different diseases and different statistical contexts. Before building a model, the best and most appropriate algorithms should be evaluated and compared so that clinicians can provide better healthcare to patients. A large amount of patient test information resides in the healthcare system, and the value of this test information should not stop at surface abnormal values. ML can explore the potential connections in a large amount of test information and uncover the “deep language” to provide higher value for disease prediction and diagnosis. In this study, we propose to use seven ML algorithms to develop an early warning model that can accurately predict the risk of HF after AMI from a large amount of test information, and compare the prediction performance of the seven algorithms in order to provide a reliable method and biomarker for predicting HF after AMI, which can help improve the prognosis and survival quality of patients.

Materials and methods

Study design and subject statistics

Study participants were recruited from the First Hospital of Jilin University and divided into 2 cohorts: (1) Algorithm and feature selection of HF early warning model (cohort 1): patients with confirmed AMI from January 2018 to December 2019, divided into HF group and non-HF group (control group); (2) HF early warning model development and comparison (cohort 2): patients with confirmed AMI from January 2020 to December 2021, were also divided into HF and control groups. Inclusion criteria for patients with AMI: (a) age > 18 years; (b) first diagnosis of AMI at admission, including clinical symptoms, typical changes in the electrocardiogram, are elevated cardiac biomarkers, in accordance with the current guidelines for the diagnosis of AMI [12]; (c) No HF on admission. Exclusion criteria: (a) pulmonary fibrosis or other serious diseases that prevented image acquisition (massive pleural effusion, severe emphysema, lung cancer, etc.); (b) non-obstructive myocardial infarction; (c) serious immune system diseases; (d) malignant tumors with malignant hematological diseases; (e) serious infections; (f) death during hospitalization. The HF group included patients with AMI who developed HF during hospitalization and patients with AMI who were readmitted for HF after discharge from the hospital. This study was approved by the institution’s ethics committee of the First Hospital of Jilin University (2016–306).

Data cleansing and normalization

Demographic and case information (age, gender, medical history) for all participants were obtained from the medical record system. Extracting the first test data (routine blood test, routine urine test, coagulation function, liver function, kidney function, lipids, blood glucose, cardiac protein, BNP, and other tests) from the laboratory information system after the study subjects were admitted to the hospital, and each study subject corresponds to a unique ID number. (a) data cleaning: exclude patients with missing test data or outliers. A normality test is performed on continuous variables, a padding method (median, mean, or plurality) that reflects the central characteristics of the variable is chosen for missing value padding, and the differential analysis of the performance of models built before and after data interpolation to assess the robustness of the interpolation method; (b) data normalization: data are normalized according to four parameters: the origin of the specimen, name of the test item, the unit of the test item, and reference interval.

ML algorithms and model building

The cohort 1 data set is divided into 5 folds by 5-fold cross-validation, and 4 of the folds are used as the training set to train the model, and the remaining 1 fold is used as the validation model, which is repeated 5 times to take the average value. The algorithms used are Xgboost, random gradient descent (RGD), linear support vector classification (linear SVC), Adaptive Boosting (AdaBoost), LR, RF, and DT, which are seven common and filterable features. ML algorithms to build early warning models of HF and compare the results of internal 5-fold cross-validation of the 7 classifiers. Based on the comparison results, the optimal ML algorithm is selected as the subsequent algorithm for model building and validation, and the selected features of the model are screened.

The cohort 2 dataset is divided into training and validation sets in the ratio of 7:3, and the post-AMI HF prediction model is built based on the optimal algorithm and model features screened in Cohort 1 and externally validated.

Statistical analysis

Excel 2016, SPSS 22.0, and GraphPad 8.0.2 were utilized for data management and statistical analysis. Feature selection and model development were performed using the Deepwise & Beckman Coulter DxAI platform (http://dxonline.deepwisecom). Receiver operating characteristic (ROC) curves assessed the predictive capability of the HF model, while decision curve analysis (DCA) evaluated its clinical benefits. Continuous variables were subjected to normality tests; normally distributed variables were presented as mean ± standard deviation, and non-normally distributed variables as median (Q25, Q75). Comparisons of variable distributions between groups were conducted using Student’s t-test, Mann-Whitney U test, ANOVA, or Kruskal-Wallis H test. Categorical variables were expressed as composition ratios, with Pearson’s χ² test or Fisher’s exact test employed for comparing distributions between groups. A two-sided P-value of < 0.05 was considered to indicate a statistically significant difference.

Results

Enrolled population and demographic characteristics

A total of 3312 patients with AMI were included in this study, cohort 1 contained 1625 cases, 801 (49.3%) in the HF group and 824 (50.7%) in the control group; cohort 2 contained 1687 cases, 820 (48.6%) in the HF group and 867 (51.4%) in the control group. There was no statistically significant difference in the distribution of study subjects between cohort 1 and cohort 2 (P = 0.780). Both cohort 1 and cohort 2 exhibited significant differences in age (P < 0.001) and gender (P < 0.001) between the HF and control groups. Consequently, age and gender were included as characteristics for selection in the HF early warning model. The hypertensive population percentage in the HF group was 52.3% and 52.8% in cohorts 1 and 2, respectively, with no statistically significant difference compared to the control group (Table 1). The diabetic population percentage was 17.6% and 19.1%, respectively, and the difference compared to the diabetic population percentage in the control group was not statistically significant (Table 1).

Table 1 Demographic characteristics of the subjects

ML algorithm and model feature selection

Cohort 1 was chosen based on specific criteria: the initial test data from AMI patients after admission and test items with a missing rate of less than 30%. Out of 664 routine laboratory tests, 70 items were extracted as potential features for model selection. Median replacement interpolation, representing the central tendency of variables, was selected as the method for filling in missing values in quantitative data. Age and gender were also included as potential features due to significant differences between the HF and control groups, resulting in a total of 72 possible features for the ML model.

The internal 5-fold cross-validation results of seven algorithms revealed that XgBoost had the highest AUC (0.973), sensitivity (0.896), and specificity (0.955) in predicting HF after AMI (Table 2). Consequently, XgBoost was chosen as the algorithm for further modeling, and the top nine features with the highest feature importance in the XgBoost algorithm were utilized (For a decision tree, the feature importance is measured by the amount by which each attribute partition point improves the performance metric, weighted by the number of observations for which that node is responsible. The feature importance is averaged over all decision trees within the model.). These features included Troponin I (cTnI), Triglycerides (TG), Urine red blood cell count (URBC), Glucose (GLU), Urine specific gravity (SG), Thrombin time (TT), γ-Glutamyl transferase (γ-GT), Prealbumin (PAB), and Urea. Table 3 displays the distribution of these nine characteristics between the groups in cohort 1. The HF group exhibited significantly higher levels of cTnI, TG, GLU, γ-GT, and Urea compared to the control group (P < 0.001), while SG, TT, and PAB were significantly lower (P < 0.001).

Table 2 Diagnostic efficacy of Seven classifiers
Table 3 Distribution of the 9 features between groups in cohort 1 and cohort 2

HF early warning model development and external validation

In cohort 2 First Hospital of Jilin University all enrolled study subjects from January 1, 2020, to December 31, 2021, the XgBoost algorithm was used to construct an HF warning model based on the above 9 model features, named HF-Lab9. The most important feature in the HF-Lab9 model was cTnI (Feature importance: 0.265), followed by TG, URBC, Urea, PAB, TT, γ-GT, GLU, and SG and in that order (Fig. 1). The distribution of the 9 model features among groups in cohort 2 is shown in Table 3. The ROC curve results showed that HF-Lab9 AUC = 0.966 in the validation set, and the decision curve analysis showed that both the training and validation sets HF-Lab9 showed high clinical benefits (Fig. 2).

Fig. 1
figure 1

Feature importance ranking of the 9 features in the HF-Lab9 model

Fig. 2
figure 2

(A) The ROC curves of HF-Lab9 model constructed by machine learning XgBoost algorithm, (B) The DCA of HF-Lab9 model constructed by machine learning XgBoost algorithm

External validation of the HF-Lab9 model was performed using 819 AMI patients from January to December 2022, including 398 patients who had a heart failure event.ROC curve results showed AUC = 0.94 [95%CI = 0.9237–0.9577], sensitivity = 0.849, and specificity = 0.914.

Discussion

With the continuous development of society, people’s dietary habits have changed significantly and the stress of life has increased significantly, resulting in a gradual increase in the incidence of AMI. HF is one of the major adverse cardiovascular events after the onset of AMI. In recent years, most countries have experienced an aging population [13], HF is considered a major aging-related disease [14, 15], and the mean age of the study subjects in this study was greater than 60 years. However, except for heart transplantation for end-stage HF, there is no curative treatment available [16]. Accurately predicting the occurrence of HF after AMI remains a daunting task for clinicians because of the complex individualized variation exhibited among patients.

As electronic health records become more common, a large amount of information on patient visits is retained in hospital information systems around the world, providing suitable conditions for the application of ML. Traditional regression methods have difficulty in effectively handling high-dimensional interaction information in large datasets, which mechanistically limits the ability of models to predict complex relationships, and ML can overcome these difficulties. When dealing with complex data relationships, ML does not require assumptions about the type of data distribution and linear or non-linear relationships between features. ML can help identify potential predictor variables and improve the predictive accuracy of the model by modeling with computationally intensive iterative algorithms rather than manually selecting features [17]. In recent years, ML has been increasingly used in cardiovascular medicine, especially for patients with HF. For example, ML has been applied to the diagnosis of HF, mortality prediction, and readmission rates, with good performance [18, 19]. Previous studies have confirmed the excellent ability of random forest models in identifying risk factors in patients with HF and have successfully identified left ventricular ejection fraction as the most relevant feature in predicting the risk of death in patients [20]. Random Forest algorithm is a reliable method to improve the prediction accuracy of HF using a combined model containing 4 features [21]. In addition, the logistic regression model has been widely used in the prediction of HF in recent years and has performed well [22, 23]. XgBoost outperformed LR, RF, and support vector machines in predicting the incidence of heart failure and non-metastatic cervical cancer with AUCs of 0.8409 and 0.8365, respectively [24, 25]. In addition, XgBoost stood out among six ML algorithms in predicting lymph node metastasis in laryngeal cancer patients [26]. In this study, seven ML algorithms were evaluated, and the XgBoost algorithm stood out among the seven algorithms, demonstrating that it has the best predictive power for specific populations. The XgBoost algorithm has performed best in many studies probably because of its advantages as an integrated ML algorithm based on decision trees with fast computation, maximized prediction performance, minimized model complexity, and low overfitting [27].

Current HF diagnosis and management rely on physical examination, including laboratory and imaging data of patients [28]. In this study, we developed a model based on laboratory data for a new composite index, HF-Lab9, for predicting the risk of developing HF after AMI. cTnI was the first-ranked feature in HF-Lab9 in terms of importance, and cTnI levels were significantly higher in the HF group than in the control group. High-sensitivity cTnI is a predictor of mortality and vascular events in patients after ischemic stroke, and elevated high-sensitivity cTnI increases the risk of adverse cardiovascular and cerebrovascular events [29]. In addition, high-sensitivity cTnI has significant prognostic value in patients with non-ischemic HF, which can further significantly improve risk stratification and prediction in patients with non-ischemic HF [30]. In the model of this study, TG and GLU were also predictors of the development of HF after AMI. Studies show that high levels of triglycerides and cholesterol levels are risk markers for the late development of HF [31]. After myocardial infarction in non-diabetic patients, elevated blood glucose levels on admission are associated with the risk of developing HF [32]. Urea might be a possible biomarker of hormonal activation in the neurohumoral system of patients with HF [33]. Urea has been shown to be an important correlate of death after heart failure [34]. There is substantial evidence that elevated γ-GT activity is associated with an increased risk of cardiovascular diseases, such as HF and arrhythmias, but the evidence for an association with myocardial infarction is weaker. Therefore, γ-GT can be a valid predictive marker after the development of HF in patients with AMI [35]. Compared with past studies [36, 37], this study demonstrates that this novel composite index has a unique and high predictive ability for mortality risk in this specific population, providing a reliable assessment of the risk of developing HF after AMI.

Several advantages exist in this research study. First, the model included in this study has a wide range of features to be selected, with more than 70 routine tests, and effective references are provided in the modeling of screening and selection variables, such as modeling in pharmacology [38, 39] and genomics. In addition, the model is simple and easy to use, making secondary use of the huge amount of test data deposited by hospitals without adding additional economic burden. Second, the test data used in the model are all test results from the first admission of AMI patients, and the model has excellent advanced prediction capability, which provides sufficient lead time for preventing the occurrence of HF after AMI. In addition, the model was repeatedly validated with two cohorts containing four years of data, and the results were highly consistent and accurate. Third, the variety of ML algorithms evaluated in this study for comparison is large, which provides a good foundation for future model building. At the same time, there are some limitations to this study. First, this is a single-center cohort study, and the study population represents only one region and needs to be validated in multiple regions and multiple countries. Second, because the average age of the study population was older than 60 years, it belonged to the elderly population. The elderly population usually takes some medications, which may affect the model. Third, the characteristics to be selected in this study were limited to clinical tests and did not include electrocardiogram, imaging, and other findings.

This study compares seven ML algorithms to mine and examines the test big data, and finally the HF-Lab9 model containing 9 features of cTnI, TG, URBC, Urea, PAB, TT, γ-GT, GLU, and SG were constructed using the XgBoost algorithm. This model has high predictive efficacy and clinical benefit, provides a reliable model for predicting the risk of HF in AMI patients in clinical settings and evaluates multiple model-building algorithms for clinical prediction models.

Data Availability

The datasets used and analysed during the current study available from the corresponding author on reasonable request.

References

  1. Jenca D, Melenovsky V, Stehlik J, Stanek V, Kettner J, Kautzner J, Adamkova V, Wohlfahrt P. Heart failure after myocardial infarction: incidence and predictors. ESC Heart Fail. 2021;8(1):222–37.

    Article  PubMed  Google Scholar 

  2. Hung J, Teng TH, Finn J, Knuiman M, Briffa T, Stewart S, Sanfilippo FM, Ridout S, Hobbs M. Trends from 1996 to 2007 in incidence and mortality outcomes of heart failure after acute myocardial infarction: a population-based study of 20,812 patients with first acute myocardial infarction in western Australia. J Am Heart Assoc. 2013;2(5):e000172.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Sulo G, Igland J, Vollset SE, Nygard O, Ebbing M, Sulo E, Egeland GM, Tell GS. Heart failure complicating Acute myocardial infarction; burden and timing of occurrence: a Nation-wide analysis including 86 771 patients from the Cardiovascular Disease in Norway (CVDNOR) Project. J Am Heart Assoc 2016, 5(1).

  4. He J, Yi S, Zhou Y, Hu X, Lun Z, Dong H, Zhang Y. B-Lines by Lung Ultrasound can predict worsening Heart failure in Acute Myocardial Infarction during hospitalization and short-term Follow-Up. Front Cardiovasc Med. 2022;9:895133.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Ponikowski P, Anker SD, AlHabib KF, Cowie MR, Force TL, Hu S, Jaarsma T, Krum H, Rastogi V, Rohde LE, et al. Heart failure: preventing disease and death worldwide. ESC Heart Fail. 2014;1(1):4–25.

    Article  PubMed  Google Scholar 

  6. Schocken DD, Benjamin EJ, Fonarow GC, Krumholz HM, Levy D, Mensah GA, Narula J, Shor ES, Young JB, Hong Y, et al. Prevention of heart failure: a scientific statement from the American Heart Association Councils on Epidemiology and Prevention, Clinical Cardiology, Cardiovascular nursing, and high blood pressure research; quality of Care and Outcomes Research Interdisciplinary Working Group; and Functional Genomics and Translational Biology Interdisciplinary Working Group. Circulation. 2008;117(19):2544–65.

    Article  PubMed  Google Scholar 

  7. Mohammad MA, Olesen KKW, Koul S, Gale CP, Rylance R, Jernberg T, Baron T, Spaak J, James S, Lindahl B, et al. Development and validation of an artificial neural network algorithm to predict mortality and admission to hospital for heart failure after myocardial infarction: a nationwide population-based study. Lancet Digit Health. 2022;4(1):e37–e45.

    Article  CAS  PubMed  Google Scholar 

  8. Tan J, He Y, Li Z, Xu X, Zhang Q, Xu Q, Zhang L, Xiang S, Tang X, Zhao W. Establishment and validation of a non-invasive diagnostic nomogram to identify heart failure in patients with Coronary Heart Disease. Front Cardiovasc Med. 2022;9:875702.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Zhang J, Goode KM, Rigby A, Balk AH, Cleland JG. Identifying patients at risk of death or hospitalisation due to worsening heart failure using decision tree analysis: evidence from the Trans-European Network-Home-Care Management System (TEN-HMS) study. Int J Cardiol. 2013;163(2):149–56.

    Article  PubMed  Google Scholar 

  10. Masetic Z, Subasi A. Congestive heart failure detection using random forest classifier. Comput Methods Programs Biomed. 2016;130:54–64.

    Article  PubMed  Google Scholar 

  11. Li X, Wang Y, Xu J. Development of a machine learning-based risk prediction model for cerebral infarction and comparison with nomogram model. J Affect Disord. 2022;314:341–8.

    Article  PubMed  Google Scholar 

  12. Stepinska J, Lettino M, Ahrens I, Bueno H, Garcia-Castrillo L, Khoury A, Lancellotti P, Mueller C, Muenzel T, Oleksiak A, et al. Diagnosis and risk stratification of chest pain patients in the emergency department: focus on acute coronary syndromes. A position paper of the Acute Cardiovascular Care Association. Eur Heart J Acute Cardiovasc Care. 2020;9(1):76–89.

    Article  PubMed  Google Scholar 

  13. Liang P, Xu W, Ma Y, Zhao X, Qin L. Increase of Elderly Population in the rainstorm hazard areas of China. Int J Environ Res Public Health 2017, 14(9).

  14. Hanya S, Yoshii K, Sugawara M. Study of the characteristics of pulmonary trunk in pulmonary hypertension secondary to Left Heart Disease using pressure-velocity loops (PU-Loops). Ann Vasc Dis 2017, 10(3).

  15. Wang K, Zhu QZ, Ma XT, Cheng C. SUV39H2/KMT1B inhibits the cardiomyocyte senescence phenotype by down-regulating BTG2/PC3. Aging. 2021;13(18):22444–58.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Geis NA, Pleger ST, Bekeredjian R, Chorianopoulos E, Kreusser MM, Frankenstein L, Ruhparwar A, Katus HA, Raake PWJ. Haemodynamic effects of percutaneous mitral valve edge-to-edge repair in patients with end-stage heart failure awaiting heart transplantation. ESC Heart Fail. 2018;5(5):892–901.

    Article  PubMed  PubMed Central  Google Scholar 

  17. Wang Q, Li B, Chen K, Yu F, Su H, Hu K, Liu Z, Wu G, Yan J, Su G. Machine learning-based risk prediction of malignant arrhythmia in hospitalized patients with heart failure. ESC Heart Fail. 2021;8(6):5363–71.

    Article  PubMed  PubMed Central  Google Scholar 

  18. Tabassian M, Sunderji I, Erdei T, Sanchez-Martinez S, Degiovanni A, Marino P, Fraser AG, D’Hooge J. Diagnosis of heart failure with preserved ejection fraction: machine learning of Spatiotemporal Variations in Left Ventricular deformation. J Am Soc Echocardiogr. 2018;31(12):1272–1284e1279.

    Article  PubMed  Google Scholar 

  19. Angraal S, Mortazavi BJ, Gupta A, Khera R, Ahmad T, Desai NR, Jacoby DL, Masoudi FA, Spertus JA, Krumholz HM. Machine learning prediction of mortality and hospitalization in heart failure with preserved ejection fraction. JACC Heart Fail. 2020;8(1):12–21.

    Article  PubMed  Google Scholar 

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

    Article  PubMed  PubMed Central  Google Scholar 

  21. Yuan H, Fan XS, Jin Y, He JX, Gui Y, Song LY, Song Y, Sun Q, Chen W. Development of heart failure risk prediction models based on a multi-marker approach using random forest algorithms. Chin Med J (Engl). 2019;132(7):819–26.

    Article  CAS  PubMed  Google Scholar 

  22. Chen J, Li Y, Liu P, Wu H, Su G. A nomogram to predict the in-hospital mortality of patients with congestive heart failure and chronic kidney disease. ESC Heart Fail 2022.

  23. Hu Y, Wang X, Xiao S, Huan C, Wu H, Xu T, Guo M, Zhu H, Pan D. Development and Validation of a Nomogram Model for Predicting the Risk of Readmission in Patients with Heart Failure with Reduced Ejection Fraction within 1 Year. Cardiovasc Ther 2022, 2022:4143173.

  24. Guo CY, Wu MY, Cheng HM. The Comprehensive Machine Learning Analytics for Heart failure. Int J Environ Res Public Health 2021, 18(9).

  25. Yu W, Lu Y, Shou H, Xu H, Shi L, Geng X, Song T. A 5-year survival status prognosis of nonmetastatic cervical cancer patients through machine learning algorithms. Cancer Med 2022.

  26. Feng M, Zhang J, Zhou X, Mo H, Jia L, Zhang C, Hu Y, Yuan W. Application of an interpretable machine learning model to Predict Lymph Node Metastasis in patients with laryngeal carcinoma. J Oncol. 2022;2022:6356399.

    Article  PubMed  PubMed Central  Google Scholar 

  27. Mao Y, Lan H, Lin W, Liang J, Huang H, Li L, Wen J, Chen G. Machine learning algorithms are comparable to conventional regression models in predicting distant metastasis of follicular thyroid carcinoma. Clin Endocrinol (Oxf). 2023;98(1):98–109.

    Article  PubMed  Google Scholar 

  28. Ponikowski P, Voors AA, Anker SD, Bueno H, Cleland JG, Coats AJ, Falk V, Gonzalez-Juanatey JR, Harjola VP, Jankowska EA, et al. [2016 ESC Guidelines for the diagnosis and treatment of acute and chronic heart failure]. Kardiol Pol. 2016;74(10):1037–147.

    Article  PubMed  Google Scholar 

  29. Kim BS, Park JJ, Chang H, Kim SH, Kwon CH, Chung SM, Kim HY, Kim HJ. Association of High-Sensitivity troponin I with Cardiac and cerebrovascular events in patient after ischemic stroke. Cerebrovasc Dis 2022:1–7.

  30. Tian P, Zhao X, Huang L, Feng J, Zhao L, Liang L, Huang B, Zhang Y, Zhang J. Prognostic value of high-sensitivity cardiac troponin I in patients with non-ischaemic heart failure: insights from China. ESC Heart Fail 2022.

  31. Halldin AK, Lissner L, Lernfelt B, Bjorkelund C. Cholesterol and triglyceride levels in midlife and risk of heart failure in women, a longitudinal study: the prospective population study of women in Gothenburg. BMJ Open. 2020;10(6):e036709.

    Article  PubMed  PubMed Central  Google Scholar 

  32. Ritsinger V, Hagstrom E, Lagerqvist B, Norhammar A. Admission glucose levels and Associated Risk for Heart failure after myocardial infarction in patients without diabetes. J Am Heart Assoc. 2021;10(22):e022667.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  33. Kazory A. Emergence of blood urea nitrogen as a biomarker of neurohormonal activation in heart failure. Am J Cardiol. 2010;106(5):694–700.

    Article  CAS  PubMed  Google Scholar 

  34. Li J, Liu S, Hu Y, Zhu L, Mao Y, Liu J. Predicting Mortality in Intensive Care Unit patients with heart failure using an interpretable machine learning model: Retrospective Cohort Study. J Med Internet Res. 2022;24(8):e38082.

    Article  PubMed  PubMed Central  Google Scholar 

  35. Ndrepepa G, Kastrati A. Gamma-glutamyl transferase and cardiovascular disease. Ann Transl Med. 2016;4(24):481.

    Article  PubMed  PubMed Central  Google Scholar 

  36. Chen Q, Su L, Liu C, Gao F, Chen H, Yin Q, Li S. PRKAR1A and SDCBP serve as potential predictors of heart failure following Acute myocardial infarction. Front Immunol. 2022;13:878876.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  37. Li L, Wang W, Li T, Sun Y, Gao Y, Wang L, Yao HC. Gender-Related Difference in D-Dimer Level Predicts In-Hospital Heart Failure after Primary PCI for ST-Segment Elevation Myocardial Infarction. Dis Markers 2021, 2021:7641138.

  38. Zhao BW, You ZH, Hu L, Guo ZH, Wang L, Chen ZH, Wong L. A Novel Method to Predict Drug-Target Interactions Based on Large-Scale Graph Representation Learning. Cancers (Basel) 2021, 13(9).

  39. Zhao BW, Su XR, Hu PW, Ma YP, Zhou X, Hu L. A geometric deep learning framework for drug repositioning over heterogeneous information networks. Brief Bioinform 2022, 23(6).

Download references

Acknowledgements

None.

Funding

Not applicable.

Author information

Authors and Affiliations

Authors

Contributions

XL conceptualized and designed the study. CS and CX provided the data. XL and YW performed the analyses and produced the results. XL, JX and QZ analysed the results and wrote the manuscript. All authors have read and approved the final manuscript.

Corresponding author

Correspondence to Qi Zhou.

Ethics declarations

Ethics approval and consent to participate

A statement to confirm that all methods were carried out in accordance with relevant guidelines and regulations. This study was approved by the institution alethics Ethics committee of the First Hospital of Jilin University (2016–306). The need for informed consent was waived by the ethics committee Review Board of the First Hospital of Jilin University, because of the retrospective nature of the study.

Consent for publication

Not applicable.

Competing interests

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.

Additional information

Publisher’s Note

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

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Li, X., Shang, C., Xu, C. et al. Development and comparison of machine learning-based models for predicting heart failure after acute myocardial infarction. BMC Med Inform Decis Mak 23, 165 (2023). https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-023-02240-1

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-023-02240-1

Keywords