mstz commited on
Commit
f4f9c0d
·
1 Parent(s): d3d1931

Upload hypo.py

Browse files
Files changed (1) hide show
  1. hypo.py +1 -1
hypo.py CHANGED
@@ -29,7 +29,7 @@ features_types_per_config = {
29
  "hypo": {
30
  "age": datasets.Value("int8"),
31
  "sex": datasets.Value("string"),
32
- "on_thyroxine": datasets.Value("boolS"),
33
  "query_on_thyroxine": datasets.Value("bool"),
34
  "on_antithyroid_medication": datasets.Value("bool"),
35
  "sick": datasets.Value("bool"),
 
29
  "hypo": {
30
  "age": datasets.Value("int8"),
31
  "sex": datasets.Value("string"),
32
+ "on_thyroxine": datasets.Value("bool"),
33
  "query_on_thyroxine": datasets.Value("bool"),
34
  "on_antithyroid_medication": datasets.Value("bool"),
35
  "sick": datasets.Value("bool"),