A Machine Learning Model using Support Vector Machine classification to predict chances of an Individual having a Heart Attack based on features like Age, Sex, Cholestrol, Blood Pressure, Chest pain, Heartbeat etc.
1.Numpy
2.Pandas
3.Sckitlearn
Data used for training from Kaggle
1. age
2. sex
3. chest_pain_type
4. rest_blood_pressure
5. cholestrol
6. fasting_blood_sugar
7. resting_ecg_result
8. max_heart_rate
9. exercise_induced_angina
10. oldpeak
11. output(1 for cancer, 0 for no cancer)
1. Support Vector Machine
2. Logistic Regression