Joshi-Karan / Heart-Attack-Prediction

Trying different ML algorithms to predict the chance of getting Heart Attack on basis of given input.

Repository from Github https://github.comJoshi-Karan/Heart-Attack-PredictionRepository from Github https://github.comJoshi-Karan/Heart-Attack-Prediction

Heart-Attack-Prediction

Status

Dataset:

Dataset can be accessed on Kaggle: link

Dataset Overview:

Features in dataset -->

  • Age : Age of the patient
  • Sex : Sex of the patient
  • exang: exercise induced angina (1 = yes; 0 = no)
  • ca: number of major vessels (0-3)
  • cp : Chest Pain type chest pain type
  • trtbps : resting blood pressure (in mm Hg)
  • chol : cholestoral in mg/dl fetched via BMI sensor
  • fbs : (fasting blood sugar > 120 mg/dl) (1 = true; 0 = false)
  • rest_ecg : resting electrocardiographic results
  • thalach : maximum heart rate achieved
  • target : 0= less chance of heart attack 1= more chance of heart attack

About

Trying different ML algorithms to predict the chance of getting Heart Attack on basis of given input.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%