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

https://github.com/fakorede/heart-disease-classification

Learning ML - WIP
https://github.com/fakorede/heart-disease-classification

Last synced: about 2 months ago
JSON representation

Learning ML - WIP

Awesome Lists containing this project

README

        

# heart_disease_classification

Data source: [UCI heart disease dataset](http://archive.ics.uci.edu/dataset/45/heart+disease)
## install dependencies
```
conda env create --prefix ./env -f environment.yml
```

## run project
```
jupyter notebook
```