Update test.py
Browse files
test.py
CHANGED
@@ -4,13 +4,5 @@ import shutil
|
|
4 |
def print_test(task,path_benchmark):
|
5 |
root_dir = path_benchmark
|
6 |
print(path_benchmark)
|
7 |
-
|
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
|
15 |
-
import data_generation_icu_modify
|
16 |
#print(sys.path)
|
|
|
4 |
def print_test(task,path_benchmark):
|
5 |
root_dir = path_benchmark
|
6 |
print(path_benchmark)
|
7 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
#print(sys.path)
|