Datasets:
Upload monks.py
Browse files
monks.py
CHANGED
@@ -32,9 +32,9 @@ _BASE_FEATURE_NAMES = [
|
|
32 |
|
33 |
_ENCODING_DICS = {
|
34 |
"head_shape": {
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
},
|
39 |
"body_shape": {
|
40 |
1: "round",
|
|
|
32 |
|
33 |
_ENCODING_DICS = {
|
34 |
"head_shape": {
|
35 |
+
1: "round",
|
36 |
+
2: "square",
|
37 |
+
3: "octagon",
|
38 |
},
|
39 |
"body_shape": {
|
40 |
1: "round",
|