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

https://github.com/zsxkib/heart-disease-detection

w/ svm (wip) - http://sakib56.github.io
https://github.com/zsxkib/heart-disease-detection

Last synced: 2 months ago
JSON representation

w/ svm (wip) - http://sakib56.github.io

Awesome Lists containing this project

README

          

# Heart-Disease-Detection (2019)
This is my approach at implementing a **Support Vector Machine** and applying it to the **Heart Disease dataset**, provided by the [UCI Machine Learning Repository](http://archive.ics.uci.edu/ml/datasets/Heart+Disease)

Unlike many of my other machine learning projects to date, I will not be implementing SVM from scratch. Instead I will be using the popular **Scikit Learn** library. This can be installed by running ```pip install -U scikit-learn``` via terminal.