mstz commited on
Commit
b298fdd
·
1 Parent(s): 4420711

Upload nursery.py

Browse files
Files changed (1) hide show
  1. nursery.py +6 -1
nursery.py CHANGED
@@ -10,7 +10,12 @@ import pandas
10
 
11
  VERSION = datasets.Version("1.0.0")
12
 
13
- _ENCODING_DICS = {}
 
 
 
 
 
14
 
15
  DESCRIPTION = "Nursery dataset."
16
  _HOMEPAGE = "https://archive-beta.ics.uci.edu/dataset/69/molecular+biology+nursery+junction+gene+sequences"
 
10
 
11
  VERSION = datasets.Version("1.0.0")
12
 
13
+ _ENCODING_DICS = {
14
+ "is_family_financially_stable": {
15
+ "convenient": True,
16
+ "inconvenient": False
17
+ }
18
+ }
19
 
20
  DESCRIPTION = "Nursery dataset."
21
  _HOMEPAGE = "https://archive-beta.ics.uci.edu/dataset/69/molecular+biology+nursery+junction+gene+sequences"