Datasets:
Upload student_performance.py
Browse files- student_performance.py +2 -2
student_performance.py
CHANGED
@@ -22,8 +22,8 @@ _BASE_FEATURE_NAMES = [
|
|
22 |
|
23 |
_ENCODING_DICS = {
|
24 |
"gender": {
|
25 |
-
"
|
26 |
-
"
|
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,
|