- Download the data, or for the complete dataset you can check out the original kaggle competition.
- Run the
hms_starter.ipynbnotebook.
There's a great guide on how to get started here; I've extracted the most useful snippets in this document.
conda create --name hms_hackathon -c conda-forge --file requirements.txt
conda activate hms_hackathonpython -m venv hms_env
source hms_env/bin/activate
pip install -r requirements.txtpython -m venv hms-env
hms-env\Scripts\activate
pip install -r requirements.txt