This project predicts whether a person is at risk of heart disease based on clinical features such as age, cholesterol level, blood pressure, etc. It uses Machine Learning models (e.g., Logistic Regression, Decision Tree, Random Forest, etc.) to classify patients as having heart disease (1) or not (0).
Dataset used: [UCI Heart Disease Dataset](https://www.kaggle.com/datasets/redwankarimsony/heart-disease-data)
(or mention Kaggle link if you used it).
-
Age
-
Sex
-
Chest Pain Type
-
Resting Blood Pressure
-
Cholesterol
-
Fasting Blood Sugar
-
Maximum Heart Rate Achieved
… (list major ones).
- Programming Language: Python 🐍
-
pandas, numpy, matplotlib, seaborn (data analysis & visualization)
-
scikit-learn (ML models)
-
Jupyter Notebook (experimentation)