Skip to content

xdurfina/heart_disease_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

heart_disease_prediction ❤

In this project i focus on creating a machine learning model that predicts if the patient has heart disease, based on 11 features: age, height, weight, ap_hi, ap_lo, smoke, alco, active, cholesterol, glucose, gender.

To achieve this i use MLP Classifier, MLP Regressor and Linear Regression.