Update task_cohort.py
Browse files- 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
|
| 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')
|