Update cohort.py
Browse files
cohort.py
CHANGED
@@ -75,7 +75,7 @@ def task_cohort(task,mimic_path,path_benchmark, config_path):
|
|
75 |
print("Time elapsed : ", round((end - start)/60,2),"mins")
|
76 |
#----------------------------------------------SUMMARY-------------------------------------------------------
|
77 |
if data_icu:
|
78 |
-
feature_selection_icu.generate_summary_icu(
|
79 |
end = time.time()
|
80 |
print("Time elapsed : ", round((end - start)/60,2),"mins")
|
81 |
#----------------------------------------------FEATURE SELECTION---------------------------------------------
|
|
|
75 |
print("Time elapsed : ", round((end - start)/60,2),"mins")
|
76 |
#----------------------------------------------SUMMARY-------------------------------------------------------
|
77 |
if data_icu:
|
78 |
+
feature_selection_icu.generate_summary_icu(diag_flag,proc_flag,med_flag,out_flag,chart_flag)
|
79 |
end = time.time()
|
80 |
print("Time elapsed : ", round((end - start)/60,2),"mins")
|
81 |
#----------------------------------------------FEATURE SELECTION---------------------------------------------
|