Datasets:
Upload nbfi.py
Browse files
nbfi.py
CHANGED
@@ -135,7 +135,7 @@ _EDUCATION_ENCODING = {
|
|
135 |
"Secondary": 1,
|
136 |
"Graduation dropout": 2,
|
137 |
"Graduation": 2,
|
138 |
-
"Post": 4
|
139 |
}
|
140 |
|
141 |
DESCRIPTION = "NBFI dataset from default prediction."
|
|
|
135 |
"Secondary": 1,
|
136 |
"Graduation dropout": 2,
|
137 |
"Graduation": 2,
|
138 |
+
"Post Grad": 4
|
139 |
}
|
140 |
|
141 |
DESCRIPTION = "NBFI dataset from default prediction."
|