mstz commited on
Commit
ad5c8ff
1 Parent(s): f4f9c0d

Upload hypo.py

Browse files
Files changed (1) hide show
  1. hypo.py +1 -1
hypo.py CHANGED
@@ -60,7 +60,7 @@ features_types_per_config = {
60
  "has_hypo": {
61
  "age": datasets.Value("int8"),
62
  "sex": datasets.Value("string"),
63
- "on_thyroxine": datasets.Value("boolS"),
64
  "query_on_thyroxine": datasets.Value("bool"),
65
  "on_antithyroid_medication": datasets.Value("bool"),
66
  "sick": datasets.Value("bool"),
 
60
  "has_hypo": {
61
  "age": datasets.Value("int8"),
62
  "sex": datasets.Value("string"),
63
+ "on_thyroxine": datasets.Value("bool"),
64
  "query_on_thyroxine": datasets.Value("bool"),
65
  "on_antithyroid_medication": datasets.Value("bool"),
66
  "sick": datasets.Value("bool"),