Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IanShi1996 authored May 18, 2022
1 parent 81e3702 commit a42c5f6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Run the following commands to clone this repo and create the Conda environment:

```
git clone https://github.com/hzhang0/CovidForecast.git
cd CovidForecast
git clone https://github.com/IanShi1996/PAN-cODE.git
cd PAN-cODE
conda env create -f environment.yml
conda activate covidforecast
```
Expand All @@ -14,4 +14,10 @@ conda activate covidforecast
Update timestamps as appropriate in `lib/Constants.py`, then run:
```
python get_country_data.py
```
```

### Step 2: Model Training
Train the PAN-cODE model using train.py. Hyperparameters can be specified using command line arguments, as documented in train.py.

### Step 3: Model Evaluation
The summarize.py script can be used to generate forecasts for integration with the COVID-19 forecast hub.

0 comments on commit a42c5f6

Please sign in to comment.