Skip to content

EdemGold/Heart-Disease-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart Disease Prediction

This is a machine Learning mode which tries to determine if a person has a heart disease or not.

Data

The dataset is in comma seperated values (.csv) format and is included in th code.

Packages Used

The following Packages were used

  • scikit-learn: To preprocess the data, initiate the model, split the data, cross-validate the data and score the model.
  • pandas: To import the dataset, change the dataset into a dataframe and view the data
  • seaborn & matplotlib: To visualize the data and to create heat maps to perform feature selection.

Model

The KNeighbors Classifier Model was used

Releases

No releases published

Packages

No packages published