mstz commited on
Commit
50b4b3b
·
1 Parent(s): 96968ce

Upload hypo.py

Browse files
Files changed (1) hide show
  1. hypo.py +5 -3
hypo.py CHANGED
@@ -11,9 +11,11 @@ import pandas
11
  VERSION = datasets.Version("1.0.0")
12
 
13
  _ENCODING_DICS = {
14
- "negative": 0,
15
- "compensatedhypothyroid": 1,
16
- "primaryhypothyroid": 2
 
 
17
  }
18
 
19
  DESCRIPTION = "Hypo dataset."
 
11
  VERSION = datasets.Version("1.0.0")
12
 
13
  _ENCODING_DICS = {
14
+ "class": {
15
+ "negative": 0,
16
+ "compensatedhypothyroid": 1,
17
+ "primaryhypothyroid": 2
18
+ }
19
  }
20
 
21
  DESCRIPTION = "Hypo dataset."