🤖 AI Summary
This study addresses cardiovascular disease (CVD) risk prediction using a large-scale clinical dataset of 68,119 individuals. It systematically evaluates the impact of multiple risk factors—including age, blood pressure, cholesterol levels, smoking, and alcohol consumption—via statistical tests (t-tests, chi-square tests, and ANOVA) to identify significant associations. Notably, an unexpected negative correlation between smoking and alcohol use was detected, suggesting potential data bias and underscoring the need for careful preprocessing. Among several benchmark models, CatBoost achieved superior probabilistic calibration and discrimination: accuracy of 73.4%, Brier score of 0.1824, and expected calibration error (ECE) of only 0.0064—substantially outperforming logistic regression and other baselines. The work demonstrates CatBoost’s efficacy and reliability for CVD risk prediction while advancing interpretability and clinical trustworthiness through a hybrid statistical–machine learning framework that integrates rigorous hypothesis testing with high-performance modeling.
📝 Abstract
Cardiovascular diseases (CVDs) are a main cause of mortality globally, accounting for 31% of all deaths. This study involves a cardiovascular disease (CVD) dataset comprising 68,119 records to explore the influence of numerical (age, height, weight, blood pressure, BMI) and categorical gender, cholesterol, glucose, smoking, alcohol, activity) factors on CVD occurrence. We have performed statistical analyses, including t-tests, Chi-square tests, and ANOVA, to identify strong associations between CVD and elderly people, hypertension, higher weight, and abnormal cholesterol levels, while physical activity (a protective factor). A logistic regression model highlights age, blood pressure, and cholesterol as primary risk factors, with unexpected negative associations for smoking and alcohol, suggesting potential data issues. Model performance comparisons reveal CatBoost as the top performer with an accuracy of 0.734 and an ECE of 0.0064 and excels in probabilistic prediction (Brier score = 0.1824). Data challenges, including outliers and skewed distributions, indicate a need for improved preprocessing to enhance predictive reliability.