mstz commited on
Commit
c1e9413
·
1 Parent(s): c8da4f1

Upload hypo.py

Browse files
Files changed (1) hide show
  1. hypo.py +2 -2
hypo.py CHANGED
@@ -12,8 +12,8 @@ VERSION = datasets.Version("1.0.0")
12
 
13
  _ENCODING_DICS = {
14
  "negative": 0,
15
- "compensated hypothyroid": 1,
16
- "primary hypothyroid": 2
17
  }
18
 
19
  DESCRIPTION = "Hypo dataset."
 
12
 
13
  _ENCODING_DICS = {
14
  "negative": 0,
15
+ "compensatedhypothyroid": 1,
16
+ "primaryhypothyroid": 2
17
  }
18
 
19
  DESCRIPTION = "Hypo dataset."