Skip to content

In this project, I predict whether a patient has a low or high chance of having a heart attack using classification

License

Notifications You must be signed in to change notification settings

erfanresume/HeartAttack-Prediction-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HeartAttack-Prediction-Classification

In this project, I predict whether a patient has a low or high chance of having a heart attack using classification. Also i have implemeted this project with two models which i have mentioned the details below:

Models

SVM

  • I have used these kernels: {'rbf','poly','sigmoid','linear'}

Logistic Regression

  • I have used these solvers: {'lbfgs', 'liblinear', 'newton-cg', 'newton-cholesky', 'sag', 'saga'}