Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ MARITALSTATUS_MAP = {'Divorced': 0, 'Married': 1, 'Single': 2}
|
|
| 13 |
DESIGNATION_MAP = {'AVP': 0, 'Executive': 1, 'Manager': 2, 'Senior Manager': 3, 'VP': 4}
|
| 14 |
|
| 15 |
# Download and load the model
|
| 16 |
-
MODEL_REPO_ID = "deepakpathania/
|
| 17 |
MODEL_FILENAME = "xgboost_model/best_tourism_model_v1.joblib"
|
| 18 |
|
| 19 |
try:
|
|
|
|
| 13 |
DESIGNATION_MAP = {'AVP': 0, 'Executive': 1, 'Manager': 2, 'Senior Manager': 3, 'VP': 4}
|
| 14 |
|
| 15 |
# Download and load the model
|
| 16 |
+
MODEL_REPO_ID = "deepakpathania/tourism-xgboost-model"
|
| 17 |
MODEL_FILENAME = "xgboost_model/best_tourism_model_v1.joblib"
|
| 18 |
|
| 19 |
try:
|