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
- Host: GitHub
- URL: https://github.com/fakorede/heart-disease-classification
- Owner: Fakorede
- Created: 2023-03-24T12:27:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T21:49:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-22T23:15:59.127Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```