Upload folder using huggingface_hub
Browse files- app.py +1 -1
- superkart_sales_prediction_model_v1_0.joblib +2 -2
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def predict_sales_revenue():
|
|
| 37 |
"Product_Allocated_Area": data["Product_Allocated_Area"],
|
| 38 |
"Product_Type": data["Product_Type"],
|
| 39 |
"Product_MRP": data["Product_MRP"],
|
| 40 |
-
|
| 41 |
"Store_Size": data["Store_Size"],
|
| 42 |
"Store_Location_City_Type": data["Store_Location_City_Type"],
|
| 43 |
"Store_Type": data["Store_Type"]
|
|
|
|
| 37 |
"Product_Allocated_Area": data["Product_Allocated_Area"],
|
| 38 |
"Product_Type": data["Product_Type"],
|
| 39 |
"Product_MRP": data["Product_MRP"],
|
| 40 |
+
"Store_Establishment_Year": data["Store_Establishment_Year"],
|
| 41 |
"Store_Size": data["Store_Size"],
|
| 42 |
"Store_Location_City_Type": data["Store_Location_City_Type"],
|
| 43 |
"Store_Type": data["Store_Type"]
|
superkart_sales_prediction_model_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:e8bb5aa05c3370560197c9b842bd5a3d938f3abc0f5f5b122a18ec355d555fee
|
| 3 |
+
size 207896
|