thbndi commited on
Commit
4ab9e5c
1 Parent(s): 7cd7b81

Update data_generation_icu_modify.py

Browse files
Files changed (1) hide show
  1. data_generation_icu_modify.py +1 -1
data_generation_icu_modify.py CHANGED
@@ -14,7 +14,7 @@ if not os.path.exists("./data/dict"):
14
  if not os.path.exists("./data/csv"):
15
  os.makedirs("./data/csv")
16
 
17
- class Generator_icu():
18
  def __init__(self,task,cohort_output,if_mort,if_admn,if_los,feat_cond,feat_proc,feat_out,feat_chart,feat_med,impute,include_time=24,bucket=1,predW=6):
19
  self.feat_cond,self.feat_proc,self.feat_out,self.feat_chart,self.feat_med = feat_cond,feat_proc,feat_out,feat_chart,feat_med
20
  self.cohort_output=cohort_output
 
14
  if not os.path.exists("./data/csv"):
15
  os.makedirs("./data/csv")
16
 
17
+ class Generator():
18
  def __init__(self,task,cohort_output,if_mort,if_admn,if_los,feat_cond,feat_proc,feat_out,feat_chart,feat_med,impute,include_time=24,bucket=1,predW=6):
19
  self.feat_cond,self.feat_proc,self.feat_out,self.feat_chart,self.feat_med = feat_cond,feat_proc,feat_out,feat_chart,feat_med
20
  self.cohort_output=cohort_output