thbndi commited on
Commit
e92c083
·
1 Parent(s): 17d03be

Update Mimic4Dataset.py

Browse files
Files changed (1) hide show
  1. Mimic4Dataset.py +1 -1
Mimic4Dataset.py CHANGED
@@ -291,7 +291,7 @@ class Mimic4Dataset(datasets.GeneratorBasedBuilder):
291
  "label" : label,
292
  "gender" : gender,
293
  "ethnicity" : eth,
294
- "insurance" : insurance
295
  "age" : age,
296
  "COND" : cond_features,
297
  "PROC" : procs,
 
291
  "label" : label,
292
  "gender" : gender,
293
  "ethnicity" : eth,
294
+ "insurance" : insurance,
295
  "age" : age,
296
  "COND" : cond_features,
297
  "PROC" : procs,