Spaces:
Runtime error
Runtime error
Commit
·
5d91ebe
1
Parent(s):
301d47f
Upload 2 files
Browse files- app.py +1 -1
- model.joblib +2 -2
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def main():
|
|
| 44 |
"Housing_type": [Housing_type],
|
| 45 |
"Income": [Income],
|
| 46 |
"Children": [Children],
|
| 47 |
-
"Education": [Education],
|
| 48 |
"Day_Employed": [Day_Employed],
|
| 49 |
"Flag_Mobile": [Flag_Mobile],
|
| 50 |
"Flag_work_phone": [Flag_work_phone],
|
|
|
|
| 44 |
"Housing_type": [Housing_type],
|
| 45 |
"Income": [Income],
|
| 46 |
"Children": [Children],
|
| 47 |
+
"Education": [EDU_DICT[Education]],
|
| 48 |
"Day_Employed": [Day_Employed],
|
| 49 |
"Flag_Mobile": [Flag_Mobile],
|
| 50 |
"Flag_work_phone": [Flag_work_phone],
|
model.joblib
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26935014592eab0cd6d0f913d3b19345d39988a004a4919437f8b8b087685a30
|
| 3 |
+
size 241921
|