You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the logistic regression implemented using scikit-learn which predicts whether the patient will get the heart stroke on the basis of his/her health record.
This project predicts whether the patient is more likely to get stroke based on his/her health record
Algorithm Implemented
The following algorithm are implemented om the dataset
Logistic Regression with 99.37 % accuracy
About
This repository contains the logistic regression implemented using scikit-learn which predicts whether the patient will get the heart stroke on the basis of his/her health record.