Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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