https://github.com/programmersteve/heart_disease_ml
https://github.com/programmersteve/heart_disease_ml
jupyter machine-learning matplotlib numpy pandas python scikit-learn
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmersteve/heart_disease_ml
- Owner: ProgrammerSteve
- Created: 2024-04-01T04:23:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T04:17:35.000Z (about 2 years ago)
- Last Synced: 2025-02-04T09:33:33.964Z (over 1 year ago)
- Topics: jupyter, machine-learning, matplotlib, numpy, pandas, python, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 770 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## To set up conda env
```conda env create --prefix ./env -f ./environment.yml```
## To run the jupyter notebook
run: ```jupyter notebook```