Skip to content

Commit

Permalink
Fixing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon authored and zsusswein committed Oct 25, 2024
1 parent 6d0cd82 commit 2b34a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In this workflow, task IDs correspond to location specific model runs (which are
│ ├── job_metadata.json
```

`<output>/`: The base output directory. This could, for example, be `/` in a Docker container or dedicated output directory.
- `<output>/`: The base output directory. This could, for example, be `/` in a Docker container or dedicated output directory.
- `job_<job_id>/`: A directory named after the specific job identifier, containing all outputs related to that job. All tasks within a job share this same top-level directory.
- `raw_samples/`: A subdirectory within each job folder that holds the raw sample files from all tasks in the job. Task-specific *draws* output files all live together in this directory to enable easy globbing over task-partitioned outputs.
- `samples_<task_id>.parquet`: A file containing raw samples from the model, associated with a particular task identifier. This file has columns `job_id`, `task_id`, `geo_value`, `disease`, `model`, `_draw`, `_chain`, `_iteration`, `_variable`, `value`, and `reference_date`. These variables follow the [{tidybayes}](https://mjskay.github.io/tidybayes/articles/tidybayes.html) specification.
Expand Down

0 comments on commit 2b34a24

Please sign in to comment.