mstz commited on
Commit
b4b6905
1 Parent(s): 06b1793

Upload hypo.py

Browse files
Files changed (1) hide show
  1. hypo.py +2 -2
hypo.py CHANGED
@@ -30,7 +30,7 @@ urls_per_split = {
30
  }
31
  features_types_per_config = {
32
  "hypo": {
33
- "age": datasets.Value("int8"),
34
  "sex": datasets.Value("string"),
35
  "on_thyroxine": datasets.Value("bool"),
36
  "query_on_thyroxine": datasets.Value("bool"),
@@ -62,7 +62,7 @@ features_types_per_config = {
62
  names=("negative", "compensated hypothyroid", "secondary hypothyroid", "primary hypothyroid"))
63
  },
64
  "has_hypo": {
65
- "age": datasets.Value("int8"),
66
  "sex": datasets.Value("string"),
67
  "on_thyroxine": datasets.Value("bool"),
68
  "query_on_thyroxine": datasets.Value("bool"),
 
30
  }
31
  features_types_per_config = {
32
  "hypo": {
33
+ "age": datasets.Value("int64"),
34
  "sex": datasets.Value("string"),
35
  "on_thyroxine": datasets.Value("bool"),
36
  "query_on_thyroxine": datasets.Value("bool"),
 
62
  names=("negative", "compensated hypothyroid", "secondary hypothyroid", "primary hypothyroid"))
63
  },
64
  "has_hypo": {
65
+ "age": datasets.Value("int64"),
66
  "sex": datasets.Value("string"),
67
  "on_thyroxine": datasets.Value("bool"),
68
  "query_on_thyroxine": datasets.Value("bool"),