mstz commited on
Commit
fb946a6
1 Parent(s): 9ccfb28

Upload monks.py

Browse files
Files changed (1) hide show
  1. monks.py +3 -3
monks.py CHANGED
@@ -32,9 +32,9 @@ _BASE_FEATURE_NAMES = [
32
 
33
  _ENCODING_DICS = {
34
  "head_shape": {
35
- 0: "round",
36
- 1: "square",
37
- 2: "octagon",
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",