mstz commited on
Commit
93cb031
·
1 Parent(s): 6076831

Update compas.py

Browse files
Files changed (1) hide show
  1. compas.py +1 -1
compas.py CHANGED
@@ -83,7 +83,7 @@ _BASE_FEATURE_NAMES = [
83
  "two_year_recidivous",
84
  ]
85
  _ENCODING_DICS = {
86
- "sex": {
87
  "Male": 1,
88
  "Female": 0
89
  },
 
83
  "two_year_recidivous",
84
  ]
85
  _ENCODING_DICS = {
86
+ "is_male": {
87
  "Male": 1,
88
  "Female": 0
89
  },