Skip to content

A machine learning project to predict heart disease using features like age, cholesterol, blood pressure, and heart rate. A Logistic Regression model is trained on a heart disease dataset to classify individuals as diseased or healthy. Includes a system for real-time predictions to aid in healthcare.

Notifications You must be signed in to change notification settings

ItzLabib/Heart-Disease-Prediction-Using-Machine-Learning-Project

Repository files navigation

Heart Disease Prediction Model

This project uses Logistic Regression to predict the likelihood of heart disease based on patient health indicators. It takes various features like age, cholesterol level, and chest pain type as inputs and predicts whether a person has heart disease.

Dataset

The dataset includes:

  • Features like age, sex, cp (chest pain type), trestbps (resting blood pressure), chol (cholesterol), thalach (maximum heart rate achieved), exang (exercise-induced angina), and more.
  • The target variable, target, where 1 represents a diseased heart and 0 represents a healthy heart.

Project Setup

  1. Clone this repository:
    git clone https://github.com/ItzLabib/Heart-Disease-Prediction-using-Machine-Learning-with-Python.git
    cd heart-disease-prediction

About

A machine learning project to predict heart disease using features like age, cholesterol, blood pressure, and heart rate. A Logistic Regression model is trained on a heart disease dataset to classify individuals as diseased or healthy. Includes a system for real-time predictions to aid in healthcare.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published