Update test.py
Browse files
test.py
CHANGED
@@ -8,7 +8,7 @@ def print_test(task,path_benchmark):
|
|
8 |
sys.path.append(path_benchmark+'/utils')
|
9 |
sys.path.append(path_benchmark+'/preprocessing/hosp_module_preproc')
|
10 |
sys.path.append(path_benchmark+'/model')
|
11 |
-
print(sys.path)
|
12 |
import day_intervals_cohort_v2
|
13 |
import day_intervals_cohort
|
14 |
import feature_selection_icu
|
|
|
8 |
sys.path.append(path_benchmark+'/utils')
|
9 |
sys.path.append(path_benchmark+'/preprocessing/hosp_module_preproc')
|
10 |
sys.path.append(path_benchmark+'/model')
|
11 |
+
#print(sys.path)
|
12 |
import day_intervals_cohort_v2
|
13 |
import day_intervals_cohort
|
14 |
import feature_selection_icu
|