thbndi commited on
Commit
56e4abf
1 Parent(s): f624aad

Update task_cohort.py

Browse files
Files changed (1) hide show
  1. task_cohort.py +1 -1
task_cohort.py CHANGED
@@ -127,7 +127,7 @@ def check_config_file(task,config_file):
127
  return label, time, disease_label, predW
128
 
129
 
130
- def task_cohort(task, mimic_path, config_path):
131
  sys.path.append('./preprocessing/day_intervals_preproc')
132
  sys.path.append('./utils')
133
  sys.path.append('./preprocessing/hosp_module_preproc')
 
127
  return label, time, disease_label, predW
128
 
129
 
130
+ def create_cohort(task, mimic_path, config_path):
131
  sys.path.append('./preprocessing/day_intervals_preproc')
132
  sys.path.append('./utils')
133
  sys.path.append('./preprocessing/hosp_module_preproc')