mstz commited on
Commit
602f0c9
·
1 Parent(s): f7798d6

Upload student_performance.py

Browse files
Files changed (1) hide show
  1. student_performance.py +2 -2
student_performance.py CHANGED
@@ -22,8 +22,8 @@ _BASE_FEATURE_NAMES = [
22
 
23
  _ENCODING_DICS = {
24
  "gender": {
25
- "\"female\"": 0,
26
- "\"male\"": 1
27
  },
28
  "parental_level_of_education": {
29
  "some high school": 0,
 
22
 
23
  _ENCODING_DICS = {
24
  "gender": {
25
+ "female": 0,
26
+ "male": 1
27
  },
28
  "parental_level_of_education": {
29
  "some high school": 0,