Skip to content

Latest commit

Β 

History

History
40 lines (22 loc) Β· 990 Bytes

File metadata and controls

40 lines (22 loc) Β· 990 Bytes

πŸ«€ Heart Disease Prediction using Machine Learning

πŸ“Œ Overview

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

(or mention Kaggle link if you used it).

Features include:

  • Age

  • Sex

  • Chest Pain Type

  • Resting Blood Pressure

  • Cholesterol

  • Fasting Blood Sugar

  • Maximum Heart Rate Achieved

… (list major ones).

βš™οΈ Tech Stack

  • Programming Language: Python 🐍

Libraries:

  • pandas, numpy, matplotlib, seaborn (data analysis & visualization)

  • scikit-learn (ML models)

  • Jupyter Notebook (experimentation)