Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- app.py +0 -1
- product_sales_total_prediction_v1_0.joblib +2 -2
app.py
CHANGED
|
@@ -53,7 +53,6 @@ def predict_product_sales():
|
|
| 53 |
'Store_Location_City_Type': product_data['Store_Location_City_Type'],
|
| 54 |
'Store_Type': product_data['Store_Type'],
|
| 55 |
'Store_Age': 2025 - product_data['Store_Establishment_Year'],
|
| 56 |
-
'Product_Acronym': product_data['Product_Id'][:2],
|
| 57 |
'Product_Perishability': feasibility_map[product_data['Product_Type']]
|
| 58 |
}])
|
| 59 |
|
|
|
|
| 53 |
'Store_Location_City_Type': product_data['Store_Location_City_Type'],
|
| 54 |
'Store_Type': product_data['Store_Type'],
|
| 55 |
'Store_Age': 2025 - product_data['Store_Establishment_Year'],
|
|
|
|
| 56 |
'Product_Perishability': feasibility_map[product_data['Product_Type']]
|
| 57 |
}])
|
| 58 |
|
product_sales_total_prediction_v1_0.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:88da35739245e715eab0f25880edb5dda6af2ea24ae17e8bdeb2aa91d9e56028
|
| 3 |
+
size 268896
|