-
Notifications
You must be signed in to change notification settings - Fork 324
Running Checks Locally
Jarad Niemi edited this page Jun 19, 2020
·
8 revisions
- Install Python3.x https://www.python.org/downloads/
- Clone the repository git clone https://github.com/reichlab/covid19-forecast-hub.git
- Add your files to
data-processed/<TeamName>-<ModelName>
- Run these commands for one-time setup from the root of this repository.
sudo easy_install pip
pip3 install --upgrade setuptools
pip3 install -r visualization/requirements.txt
- Validate with
python3 code/validation/test-formatting.py
- Home
- Submitting Forecasts
- Data Validation
- Truth Data
- Baseline model
- Weekly ensemble release
- Developer