Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddhartha-padhy/heart-disease-predictor
https://github.com/siddhartha-padhy/heart-disease-predictor
data-analysis machine-learning pandas python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddhartha-padhy/heart-disease-predictor
- Owner: Siddhartha-Padhy
- Created: 2021-11-12T14:54:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T15:13:22.000Z (about 3 years ago)
- Last Synced: 2024-11-09T21:19:27.717Z (2 months ago)
- Topics: data-analysis, machine-learning, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heart-disease-predictor
This Machine Learning project is trained to predict whether a patient will suffer from a heart disease using the data of condition of the patient with an accuracy of 88%. This model requires some data to train and test.This training and testing data has already been provided in the excel file "heart". Here SVM model has been used. The dataset path should be mentioned in the read_csv function (if different). Some modules of python are also required ie. tensorflow,numpy,pandas,sklearn,matplotlib,seaborn