Datasets:
Upload hypo.py
Browse files
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("
|
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"),
|