Update cohort.py
Browse files
cohort.py
CHANGED
@@ -6,7 +6,6 @@ import importlib
|
|
6 |
import shutil
|
7 |
import time
|
8 |
import yaml
|
9 |
-
from .data_generation_icu_modify import *
|
10 |
|
11 |
def task_cohort(task,mimic_path,path_benchmark, config):
|
12 |
root_dir = path_benchmark
|
|
|
6 |
import shutil
|
7 |
import time
|
8 |
import yaml
|
|
|
9 |
|
10 |
def task_cohort(task,mimic_path,path_benchmark, config):
|
11 |
root_dir = path_benchmark
|