Skip to content

Commit

Permalink
Params changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Aug 29, 2024
1 parent 2f09440 commit 942613a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MIMIC-IV_Example/configs/event_configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ hosp/omr:
time: col(chartdate)
time_format: "%Y-%m-%d"

hosp/subjects:
hosp/patients:
gender:
code:
- GENDER
Expand Down
11 changes: 6 additions & 5 deletions MIMIC-IV_Example/slurm_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,32 @@ shard_events:
launcher_params:
timeout_min: 60
cpus_per_task: 10
mem_gb: 25
mem_gb: 40
partition: "short"

split_and_shard_subjects:
parallelize:
n_workers: 1
launcher_params:
timeout_min: 60
timeout_min: 10
cpus_per_task: 10
mem_gb: 10
mem_gb: 7
partition: "short"

convert_to_sharded_events:
parallelize:
launcher_params:
timeout_min: 60
cpus_per_task: 10
mem_gb: 10
mem_gb: 25
partition: "short"

merge_to_MEDS_cohort:
parallelize:
launcher_params:
timeout_min: 60
cpus_per_task: 10
mem_gb: 10
mem_gb: 25
partition: "short"

extract_code_metadata:
Expand Down

0 comments on commit 942613a

Please sign in to comment.