Datasets:
Upload nursery.py
Browse files- 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"
|