Random Forest classification predicted coronary artery disease with 85% accuracy (95% CI 76.63-93.33%) and an AUC of 0.94, identifying chest pain type and thallium results as strong predictors.
Observational (n=297)
Machine learning analysis of the Cleveland dataset demonstrates that chest pain type, thallium scintigraphy, maximum heart rate, and ST depression are stronger predictors of coronary artery disease than serum cholesterol.
Effect estimate: AUC 0.94 (95% CI 76.63-93.33)
This study applies exploratory data analysis, statistical significance testing (Mann-Whitney U with effect sizes), and machine learning classification to the UCI Cleveland Heart Disease dataset (n=297) to investigate which clinical features most strongly predict coronary artery disease. Key findings:- Chest pain type, thallium scintigraphy result, maximum heart rate, and ST depression are the strongest predictors- Serum cholesterol shows only marginal significance (p=0.047, r=0.134, small effect) confirming its weak predictive value- Random Forest achieved 85% accuracy (95% CI: 76.63–93.33%) with AUC 0.94 and F2 score 0.803- Logistic Regression achieved 83% accuracy (95% CI: 73.33–91.67%) with AUC 0.95 and F2 score 0.797 Full analysis code and notebook available at: https://github.com/lydiaobeng/heart-disease-analysis
Lydia Obeng Bema (Fri,) conducted a observational in coronary artery disease (n=297). Machine learning classification (Random Forest and Logistic Regression) was evaluated on Prediction of coronary artery disease (AUC 0.94, 95% CI 76.63-93.33). Random Forest classification predicted coronary artery disease with 85% accuracy (95% CI 76.63-93.33%) and an AUC of 0.94, identifying chest pain type and thallium results as strong predictors.