thbndi commited on
Commit
a6a588c
·
1 Parent(s): d2c8b8c

Update cohort.py

Browse files
Files changed (1) hide show
  1. cohort.py +1 -1
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(cohort_output,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---------------------------------------------
 
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---------------------------------------------