Skip to main content

Using machine learning-based algorithms to construct cardiovascular risk prediction models for Taiwanese adults based on traditional and novel risk factors

Abstract

Objective

To develop and validate machine learning models for predicting coronary artery disease (CAD) within a Taiwanese cohort, with an emphasis on identifying significant predictors and comparing the performance of various models.

Methods

This study involved a comprehensive analysis of clinical, demographic, and laboratory data from 8,495 subjects in Taiwan Biobank (TWB) after propensity score matching to address potential confounding factors. Key variables included age, gender, lipid profiles (T-CHO, HDL_C, LDL_C, TG), smoking and alcohol consumption habits, and renal and liver function markers. The performance of multiple machine learning models was evaluated.

Results

The cohort comprised 1,699 individuals with CAD identified through self-reported questionnaires. Significant differences were observed between CAD and non-CAD individuals regarding demographics and clinical features. Notably, the Gradient Boosting model emerged as the most accurate, achieving an AUC of 0.846 (95% confidence interval [CI] 0.819–0.873), sensitivity of 0.776 (95% CI, 0.732–0.820), and specificity of 0.759 (95% CI, 0.736–0.782), respectively. The accuracy was 0.762 (95% CI, 0.742–0.782). Age was identified as the most influential predictor of CAD risk within the studied dataset.

Conclusion

The Gradient Boosting machine learning model demonstrated superior performance in predicting CAD within the Taiwanese cohort, with age being a critical predictor. These findings underscore the potential of machine learning models in enhancing the prediction accuracy of CAD, thereby supporting early detection and targeted intervention strategies.

Trial registration

Not applicable.

Peer Review reports

Background

The emergence of machine learning (ML) technologies in the medical sector has revolutionized how diseases, particularly CAD, are predicted and managed. CAD has emerged as a primary contributor to the global burden of disease, claiming a significant number of lives annually [1]. In Taiwan, it ranks as the second most common cause of mortality across genders, as reported by the Health Promotion Administration of the Ministry of Health and Welfare in 2020. The most effective approach to mitigate or slow the progression of this disease involves the creation of a robust screening mechanism that can detect cardiovascular risk factors early on.

A plethora of factors including age, gender, obesity, elevated blood pressure levels, dyslipidemia, and glucose anomalies, along with smoking and alcohol consumption behaviors, have been universally recognized as contributors to the risk of developing CAD [2]. The pioneering Framingham Heart Study introduced a cardiovascular risk prediction model, known as the Framingham risk score, utilizing conventional risk indicators (e.g., age, gender, smoking status, HDL cholesterol levels, systolic blood pressure, treatment for hypertension, and diabetes presence) to predict the likelihood of coronary heart disease events, both fatal and non-fatal [3]. It has been previously suggested that the Framingham score encompasses a limited number of predictors and may overestimate CVD risk, potentially leading to overtreatment [4, 5]. Subsequently, several risk prediction models incorporating the aforementioned conventional factors have been formulated to pinpoint individuals at elevated risk for heart diseases [6,7,8,9,10,11]. While these models offer satisfactory risk predictions with C statistics ranging between 0.65 and 0.85 [12, 13], their derivation from populations of European or American descent raises concerns about their applicability to Asian demographics, potentially leading to inaccurate risk assessments [14,15,16,17].

The limitations inherent in these conventional cardiovascular risk prediction models, coupled with the potential for population-specific discrepancies, have been acknowledged [12, 18]. As a result, there has been interest in incorporating novel cardiovascular risk indicators (such as coronary artery calcium scores, carotid intima-media thickness, ankle-brachial index, and flow-mediated dilation) to improve the predictive accuracy of these algorithms [18]. Despite this, enhancements brought about by these novel markers have been marginal or not cost-effective.

In the face of these challenges, the deployment of artificial intelligence (AI) in healthcare, particularly in enhancing the precision of disease prediction, has seen a rapid increase [19,20,21]. Nonetheless, the particularities of CAD risk factors within the Taiwanese population have not been extensively studied. The application of AI-driven models in cardiovascular disease prediction promises to offer more nuanced risk assessments. This study aims to leverage an extensive set of predictive factors through AI algorithms, thereby enhancing risk stratification and making significant contributions towards the advancement of precision medicine. The goal herein is to discern the attributes associated with CAD and to formulate a risk prediction model tailored to the Taiwanese cohort.

Materials and methods

Study population, data source, and outcome variable

The study utilized data from Taiwan Biobank, a large-scale database containing health-related information from Taiwanese adults. These individuals were assessed between 2008 and 2020. A total of 132,720 subjects were initially included in the dataset (Fig. 1). Subjects with missing values (n = 549) were excluded, resulting in a final study population of 132,171 subjects. The inclusion criteria focused on subjects with complete data across several variables. The primary outcome variable of interest was the presence of self-reported CAD among the study participants. A total of 1,699 subjects in the dataset reported a history of CAD. Approval for this study was provided by the institutional review board (IRB) of Chung Shan Medical University (CS1-20009). As the data were de-identified, informed consent was waived by the institutional review board.

Fig. 1
figure 1

The pipeline describing the machine learning approach

The following features were included as predictors in the cardiovascular risk prediction models: body mass index (BMI), smoking status, gender, alcohol consumption (drinking), total cholesterol (T_CHO), high-density lipoprotein cholesterol (HDL_C), low-density Lipoprotein cholesterol (LDL_C), triglycerides (TG), blood urea nitrogen (BUN), creatinine, alanine aminotransferase (ALT), systolic blood pressure (SBP), diastolic blood pressure (DBP), and age [3]. Blood pressure measurements were obtained during assessment using an automated sphygmomanometer in a seated position. Two readings were taken and the average measurements were used for analysis. Individuals who had smoked consistently for at least six months and were currently smoking were classified as current smokers. Conversely, those who had never smoked or had quit smoking were categorized as nonsmokers. Similarly, individuals who habitually consumed more than 50 ml of alcohol per week for over six months were considered drinkers, whereas those with no alcohol intake, or who had abstained from drinking for more than six months, were considered nondrinkers. During assessment, blood pressure measurements were obtained using an automated sphygmomanometer in a seated position. Two readings were taken and the average measurements were used for analysis. Lipid panel measures were obtained using standardized enzymatic colorimetric assays.

Propensity score matching

Propensity score matching was performed to balance potential confounders between subjects with and without CAD. A 1:4 matching ratio was applied (Fig. 1), resulting in a matched cohort of 8,495 subjects (1,699 with CAD and 6,796 without CAD) for subsequent analysis. This method facilitated the creation of a balanced dataset, enhancing the comparability between the CAD and no CAD groups and mitigating the influence of confounding variables. CAD status was determined based on self-reported questionnaires.

Machine learning algorithms and data partitioning

A variety of machine learning-based algorithms were employed to construct cardiovascular risk prediction models using the aforementioned variables. These algorithms included: Bayesian Network, Logistic Regression, Random Forest, Neural Network, and Gradient Boosting. The dataset was partitioned into training (80%) and testing (20%) sets. The training set was used to train the machine learning models and the testing set was used to evaluate the performance of the models.

Model training and evaluation

Each machine learning algorithm was trained on the training set using the selected predictors. Model performance was evaluated using metrics such as accuracy, sensitivity, specificity, area under the receiver operating characteristic curve (AUC-ROC), Youden’s index, and F1 score (a measure of the harmonic mean of precision and recall). The best-performing models were then evaluated on the independent testing set to assess their generalizability and predictive performance.

Statistical analyses

We utilized SAS® Viya® (version 3.5, SAS Institute Inc., Cary, NC, USA) to automate the AI models. The dataset was split into training (80% of the data) and test (20% of the data) sets before developing machine learning models. Model performance was evaluated using the AUC metric, which assesses the ROC curve. We considered the various supervised learning models described above. An AUC value close to 1 indicated a well-performing model. CAD was assigned as the dependent variable. Continuous variables were presented as mean ± standard deviation, and categorical variables were expressed as frequencies and percentages. The importance of predictors in the Gradient Boosting model was determined based on their relative influence on the model’s predictive performance.

Results

After excluding subjects with missing data, 1,699 individuals were identified with CAD through self-reported questionnaires, and propensity score matching yielded a final analysis set of 8,495 subjects (Table 1). The demographic and clinical features demonstrated significant distinctions between individuals with and without CAD. A larger proportion of those with CAD were men compared to women (66.69% vs. 33.31%, p < 0.001). Individuals with CAD were older on average compared to those without CAD (59.77 years vs. 49.58 years, p < 0.001). T_CHO, HDL_C, LDL_C, and TG were all significantly higher among individuals with CAD compared to those without CAD (p < 0.001 for all). A higher percentage of individuals with CAD were smokers and alcohol drinkers. Renal and liver function markers were also higher among individuals with CAD.

Table 1 Demographic features of the study population

The variable importance scores for the gradient-boosting champion model are displayed in Fig. 2. Among the 14 most influential features impacting the prediction of CAD, age emerged as the most relevant variable. This underscores the importance of age as a critical factor in the gradient-boosting model’s decision-making process, highlighting its relevance in CAD risk prediction within the studied dataset.

Fig. 2
figure 2

This plot shows the 14 most important variables, as determined by the Gradient Boosting (champion) model. The most important input for this model was age, followed by T_CHO.

Table 2 summarizes the performance metrics of various machine learning models in predicting CAD risk. The evaluation of predictive models indicated varied performances across different metrics. The Gradient Boosting model showcased the highest AUC value of 0.846, with a 95% CI of 0.819 to 0.873, suggesting it was the most effective in distinguishing between the classes. However, both the Bayesian Network and Random Forest models achieved the highest sensitivity, at 0.794 (95% CI: 0.751–0.837), indicating their precision in identifying true positives. Specificity was led by the Gradient Boosting model, reaching 0.759 (95% CI: 0.736–0.782), which denotes its strength in correctly identifying true negatives. This model also scored the highest in accuracy, with a value of 0.762 (95% CI: 0.742–0.782), and in F1 score, at 0.567 (95% CI: 0.543–0.591), reflecting its overall balanced performance in precision and recall. Logistic Regression and Neural Network models presented competitive performances with AUC values of 0.838 (95% CI: 0.811–0.865) and 0.836 (95% CI: 0.808–0.864), respectively. Although these models showed slightly lower sensitivity and specificity than the leading models, they remained robust in their predictive capabilities. The AUC-ROC curves for all models are shown in Fig. 3.

Fig. 3
figure 3

The AUROC for all models. (Gradient Boosting was the champion model)

Table 2 Performance of predictive models under consideration

Discussion

Principal findings

The results of our study provide valuable insights into the demographic characteristics, risk factors, and predictive performance of machine learning models in assessing CAD risk in the studied population. Our analysis encompassed a range of performance metrics to evaluate the efficacy of different machine-learning algorithms. The gradient-boosting champion model emerged as the most effective in predicting CAD risk, achieving an AUC of 0.846. This high AUC value indicates the model’s strong discriminatory power in distinguishing between CAD-positive and CAD-negative cases. This is particularly notable as the value falls within the 0.8 to 0.9 range, considered accurate for predicting cardiovascular diseases with machine learning [5] In contrast, results from a previous study assessing atherosclerotic cardiovascular disease in Taiwan [22] showed that the eXtreme Gradient Boosting (XGBoost) and random forest models demonstrated the best performance with AUC-ROC values of 0.72 (0.68–0.76) and 0.73 (0.69–0.77) respectively, though not significantly better than other models.

Our study also showed solid results across other metrics, such as sensitivity, specificity, accuracy, and F1 Score, showcasing its reliability in CAD risk prediction, with AUC values ranging from 0.825 to 0.838. These models demonstrated varying degrees of sensitivity, specificity, accuracy, and F1 Score, indicating their differential capabilities in capturing CAD-related patterns and making accurate predictions. Based on prior research findings [23], future improvements in predicting recurrent cardiovascular disease risk may come from using comprehensive datasets and employing advanced, interpretable AI models, which could enhance precision and maintain clarity in decision-making processes. The adoption of AI models presents an opportunity to augment risk prediction capabilities. These strategic approaches signify potential pathways for advancing the precision and efficacy of cardiovascular event risk prediction in future research endeavors.

Our results further reveal that people with CAD often had higher risk factors such as age, BMI, high blood pressure, and poor lipid and renal function. Age was identified as a significant predictor of the disease. Our analysis also uncovered demographic differences in CAD prevalence, with men at higher risk, and lifestyle factors like smoking and drinking significantly affecting CAD risk. This underlines the need for lifestyle changes in CAD prevention strategies.

In Taiwan, the application of ML models for predicting CVD risk is gaining attention due to its potential to tailor preventive strategies and improve patient outcomes [24]. The country’s unique healthcare infrastructure, characterized by its National Health Insurance (NHI) system and TWB, offers extensive patient data, making it an ideal environment for testing these advanced predictive tools. In our study, we employed a neural network model with specific parameters designed to optimize performance while maintaining simplicity and interpretability. The architecture of the neural network consisted of a single hidden layer comprising 50 neurons. We utilized the hyperbolic tangent (Tanh) function as the activation function for the hidden layer due to its ability to introduce non-linearity and its effectiveness in handling a wide range of input values. The optimization of the network’s weights was performed using the Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) algorithm, chosen for its efficiency in handling large-scale optimization problems and its suitability for neural network training. By explicitly detailing the neural network parameters, we aim to provide a clear framework that can be readily reproduced and built upon by future researchers. This transparency not only enhances the reproducibility of our findings but also facilitates a deeper understanding of the model’s behavior and performance characteristics.

Traditional algorithms for predicting cardiovascular disease have shown varying degrees of accuracy, with c statistics ranging from 0.65 to 0.85 [12, 13]. However, the integration of machine learning (ML) into healthcare for predicting CAD risk is showing promising results, with a notable increase in popularity due to its potential for more accurate predictions. A significant study utilizing data from the Multi-Ethnic Study of Atherosclerosis highlighted that ML algorithms outperformed both Cox proportional hazard models and traditional risk scores in CAD risk prediction [25]. Further research [23, 26] supports the advantage of ML in enhancing the accuracy of cardiovascular risk models through improved discrimination and calibration.

Previous explorations into CAD risk prediction have also ventured into the realm of genetic markers. One study introduced a combination of traditional risk factors, novel biomarkers, and a comprehensive set of genetic markers into ML models to predict coronary artery calcification [27]. Despite these efforts, the results yielded sensitivity and specificity rates of approximately 70% and 60%, respectively, suggesting that the addition of genetic data may not inherently boost prediction accuracy. The evidence suggests that ML algorithms may effectively harness traditional risk factors for CAD in the presence or absence of absence of new markers [23].

While much of the existing literature on machine learning in cardiovascular disease has focused on imaging-based approaches, routinely collected clinical biochemical indicators represent an important and underexplored area. A recent study has demonstrated the potential of machine learning models utilizing clinical data, such as blood biomarkers, to predict the presence and risk of cardiovascular diseases [28]. The authors developed a machine learning model based on 13 features, including lipid panel measures, to accurately identify individuals with coronary artery disease. Our findings add to this emerging body of research, highlighting the value of leveraging readily available clinical data for machine learning-based cardiovascular risk assessment. By constructing predictive models using common biochemical indicators, we can potentially provide a cost-effective and scalable approach to supporting clinical decision-making, complementing or even outperforming more resource-intensive imaging-based techniques in certain settings.

Strengths and limitations

While our study points to the potential of machine learning in enhancing CAD risk prediction, we acknowledge its limitations, including its retrospective design and the need for further validation [21]. Furthermore, our investigation was hindered by a deficiency in data concerning disease severity within our study questionnaires. Consequently, we were unable to ascertain this crucial aspect. Finally, the CAD diagnosis was determined solely based on participants’ responses indicating they had ever been diagnosed with CAD by a doctor. We could not cross-reference this self-reported data with medical records or claims data from other data sources. The lack of objective clinical confirmation of the disease diagnosis might have introduced the potential for inaccuracies or biases. Participants may have under-reported or over-reported their CAD history, which could impact the reliability of our findings. Future research should aim to validate self-reported disease status against medical documentation to strengthen confidence in the results. Despite these shortcomings, our research underscores the value of machine learning, especially gradient boosting models, in providing accurate CAD risk assessments, which could improve clinical practices for early intervention and personalized care.

Conclusions

In conclusion, these findings suggest that the Gradient Boosting model performed well in discriminating between CAD-positive and CAD-negative cases within a Taiwanese cohort, making it a promising tool for CAD risk prediction. Identifying key predictors supports the potential of targeted interventions and personalized medicine approaches in managing and preventing CAD.

Data availability

Taiwan Biobank data are available through (https://www.twbiobank.org.tw/). The data that support the findings of this study are available from the biobank but restrictions apply to the availability of these data, which were used under license for the current study, and so are not publicly available. Data are however available from the corresponding author (Yung-Po Liaw) upon reasonable request and with permission of Taiwan Biobank.

Abbreviations

AI:

artificial intelligence

CVD:

cardiovascular disease

CRP:

C-reactive protein

AUC:

area under the curve

SNP:

single nucleotide polymorphisms

BMI:

body mass index

SBP:

systolic blood pressure

DBP:

diastolic blood pressure,serum creatinine

BUN:

blood urea nitrogen

T_CHO:

total cholesterol

TG:

triglycerides

HDL_C:

high-density lipoprotein-cholesterol

LDL_C:

low-density lipoprotein-cholesterol

ALT:

alanine aminotransferase

CAD:

coronary artery disease

References

  1. OECD, Organization WH. Health at a Glance: Asia/Pacific 20202020.

  2. Cupples L. Section 34: some risk factors related to the annual incidence of cardiovascular disease and death in pooled repeated biennial measurements. Framingham Heart Study: 30 Year Follow FollUp. 1987:1–22.

  3. Wilson PW, D’Agostino RB, Levy D, Belanger AM, Silbershatz H, Kannel WB. Prediction of coronary heart disease using risk factor categories. Circulation. 1998;97(18):1837–47.

    Article  PubMed  CAS  Google Scholar 

  4. Damen JA, Pajouheshnia R, Heus P, Moons KG, Reitsma JB, Scholten RJ, et al. Performance of the Framingham risk models and pooled cohort equations for predicting 10-year risk of cardiovascular disease: a systematic review and meta-analysis. BMC Med. 2019;17:1–16.

    Article  Google Scholar 

  5. Krittanawong C, Virk HUH, Bangalore S, Wang Z, Johnson KW, Pinotti R, et al. Machine learning prediction in cardiovascular diseases: a meta-analysis. Sci Rep. 2020;10(1):16057.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  6. Conroy RM, Pyörälä K, Fitzgerald Ae, Sans S, Menotti A, De Backer G, et al. Estimation of ten-year risk of fatal cardiovascular disease in Europe: the SCORE project. Eur Heart J. 2003;24(11):987–1003.

    Article  PubMed  CAS  Google Scholar 

  7. Hippisley-Cox J, Coupland C, Vinogradova Y, Robson J, May M, Brindle P. Derivation and validation of QRISK, a new cardiovascular disease risk score for the United Kingdom: prospective open cohort study. BMJ. 2007;335(7611):136.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Hippisley-Cox J, Coupland C, Vinogradova Y, Robson J, Minhas R, Sheikh A, et al. Predicting cardiovascular risk in England and Wales: prospective derivation and validation of QRISK2. BMJ. 2008;336(7659):1475–82.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Ridker PM, Buring JE, Rifai N, Cook NR. Development and validation of improved algorithms for the assessment of global cardiovascular risk in women: the Reynolds risk score. JAMA. 2007;297(6):611–9.

    Article  PubMed  CAS  Google Scholar 

  10. Woodward M, Brindle P, Tunstall-Pedoe H. Adding social deprivation and family history to cardiovascular risk assessment: the ASSIGN score from the Scottish Heart Health Extended Cohort (SHHEC). Heart. 2007;93(2):172–6.

    Article  PubMed  Google Scholar 

  11. D’Agostino Sr RB, Vasan RS, Pencina MJ, Wolf PA, Cobain M, Massaro JM, et al. General cardiovascular risk profile for use in primary care: the Framingham Heart Study. Circulation. 2008;117(6):743–53.

    Article  PubMed  Google Scholar 

  12. Lloyd-Jones DM. Cardiovascular risk prediction: basic concepts, current status, and future directions. Circulation. 2010;121(15):1768–77.

    Article  PubMed  Google Scholar 

  13. Pennells L, Kaptoge S, Wood A, Sweeting M, Zhao X, White I, et al. Equalization of four cardiovascular risk algorithms after systematic recalibration: individual-participant meta-analysis of 86 prospective studies. Eur Heart J. 2019;40(7):621–31.

    Article  PubMed  Google Scholar 

  14. D’Agostino RB, Grundy S, Sullivan LM, Wilson P, Group CRP. Validation of the Framingham coronary heart disease prediction scores: results of a multiple ethnic groups investigation. JAMA. 2001;286(2):180–7.

    Article  PubMed  Google Scholar 

  15. Thomsen TF, McGee D, Davidsen M, Jørgensen T. A cross-validation of risk-scores for coronary heart disease mortality based on data from the Glostrup Population studies and Framingham Heart Study. Int J Epidemiol. 2002;31(4):817–22.

    Article  PubMed  Google Scholar 

  16. Hense H-W, Schulte H, Löwel H, Assmann G, Keil U. Framingham risk function overestimates risk of coronary heart disease in men and women from Germany—results from the MONICA Augsburg and the PROCAM cohorts. Eur Heart J. 2003;24(10):937–45.

    Article  PubMed  Google Scholar 

  17. Liu J, Hong Y, D’Agostino Sr RB, Wu Z, Wang W, Sun J, et al. Predictive value for the Chinese population of the Framingham CHD risk assessment tool compared with the Chinese Multi-provincial Cohort Study. JAMA. 2004;291(21):2591–9.

    Article  PubMed  CAS  Google Scholar 

  18. Okwuosa TM, Mallikethi-Reddy S, Jones DML. Strategies for treating lipids for prevention: risk stratification models with and without imaging. Best Pract Res Clin Endocrinol Metab. 2014;28(3):295–307.

    Article  PubMed  Google Scholar 

  19. Beam AL, Kohane IS. Big data and machine learning in health care. JAMA. 2018;319(13):1317–8.

    Article  PubMed  Google Scholar 

  20. Malik P, Pathania M, Rathaur VK. Overview of artificial intelligence in medicine. J Family Med Prim care. 2019;8(7):2328–31.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Banerjee A, Chen S, Fatemifar G, Zeina M, Lumbers RT, Mielke J, et al. Machine learning for subtype definition and risk prediction in heart failure, acute coronary syndromes and atrial fibrillation: systematic review of validity and clinical utility. BMC Med. 2021;19(1):1–14.

    Article  Google Scholar 

  22. Hsiao YC, Kuo CY, Lin FJ, Wu YW, Lin TH, Yeh HI, et al. Machine learning models for ASCVD Risk Prediction in an Asian Population - How to validate the Model is important. Acta Cardiol Sin. 2023;39(6):901–12.

    PubMed  PubMed Central  Google Scholar 

  23. Westerlund AM, Hawe JS, Heinig M, Schunkert H. Risk Prediction of Cardiovascular events by exploration of Molecular Data with Explainable Artificial Intelligence. Int J Mol Sci. 2021;22(19):10291.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Lin YC, Tsai CH, Hsu HT, Lin CH, editors. Using Machine Learning to Analyze and Predict the Relations Between Cardiovascular Disease Incidence, Extreme Temperature and Air Pollution. 2021 IEEE 3rd Eurasia Conference on Biomedical Engineering, Healthcare and Sustainability (ECBIOS); 2021 28–30 May 2021.

  25. Ambale-Venkatesh B, Yang X, Wu CO, Liu K, Hundley WG, McClelland R, et al. Cardiovascular event prediction by machine learning: the multi-ethnic study of atherosclerosis. Circul Res. 2017;121(9):1092–101.

    Article  CAS  Google Scholar 

  26. Cho S-Y, Kim S-H, Kang S-H, Lee KJ, Choi D, Kang S, et al. Pre-existing and machine learning-based models for cardiovascular risk prediction. Sci Rep. 2021;11(1):1–10.

    Google Scholar 

  27. Sun YV, Bielak LF, Peyser PA, Turner ST, Sheedy PF, Boerwinkle E, et al. Application of machine learning algorithms to predict coronary artery calcification with a sibship-based design. Genetic Epidemiology: Official Publication Int Genetic Epidemiol Soc. 2008;32(4):350–60.

    Article  Google Scholar 

  28. Weng S, Chen J, Ding C, Hu D, Liu W, Yang Y et al. Utilizing machine learning algorithms for the prediction of carotid artery plaques in a Chinese population. Front Physiol. 2023;14.

Download references

Acknowledgements

The authors appreciate the financial support provided by the Ministry of Science and Technology.

Funding

This work was supported by grants (MOST 111-2121-M-040-002, MOST 111-2811-M-040-001, NSTC 112-2121-M-040-002, NSTC 113-2121-M-040-001, NSTC 112-2811-M-040-001, NSTC 113-2811-M-040-001) from the Ministry of Science and Technology/National Science and Technology Council.

Author information

Authors and Affiliations

Authors

Contributions

C.-H.C., B.-J.L., O.N.N., C.-H.H., Y.-C.H., and Y.-P.L contributed to the study conception and design. C.-H.H., B.-J.L., O.N.N., Y.-C.H., and Y.-P.L. were involved in data analysis and interpretation. C.-H.C. drafted the manuscript. All authors critically revised the manuscript and approved the submitted version.

Corresponding authors

Correspondence to Yi-Chia Huang or Yung-Po Liaw.

Ethics declarations

Ethics approval and consent to participate

This study was approved by the Chung Shan Medical University Institutional Review Board (CS1-20009). All methods were carried out in accordance with relevant guidelines and regulations. Informed consent was waived by the institutional review board of Chung Shan Medical University because the data used in this study were anonymized.

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interests.

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

Cheng, CH., Lee, BJ., Nfor, O.N. et al. Using machine learning-based algorithms to construct cardiovascular risk prediction models for Taiwanese adults based on traditional and novel risk factors. BMC Med Inform Decis Mak 24, 199 (2024). https://doi.org/10.1186/s12911-024-02603-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-024-02603-2

Keywords