Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 788 Bytes

File metadata and controls

6 lines (4 loc) · 788 Bytes

Predicting-Coronary-Heart-Disease

Coronary heart diseases/coronary artery diseases (CHDs/CAD), the most common form of cardiovascular disease (CVD), are a major cause for death and disability in developing/developed countries. Although CAD mortality rates have dropped over the past four decades, CAD remains responsible for about one-third of all deaths in people over age 35.

Source: https://archive.ics.uci.edu/ml/datasets/Heart+Disease

My group predicted whether there is less chance or more chance of heart disease by exploring different Data Mining techniques like logistic regression, classification trees, and neural networks. We employed various algorithms and choose the model which gives the best prediction results by comparing the accuracy measures to avoid overfitting.