Update Mimic4Dataset.py
Browse files- 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,
|