Upload folder using huggingface_hub
Browse files- Quarterly_Sales_Revenue_model_v1_0.joblib +2 -2
- app.py +1 -2
- rf_tuned.pkl +2 -2
Quarterly_Sales_Revenue_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:3406edaa2e8189ce47f871c7180efab082b9c6592015a47d7f4f4027c07de1d7
|
| 3 |
+
size 1515443
|
app.py
CHANGED
|
@@ -19,8 +19,7 @@ def predict_total_sales_by_store(store_ids, df, rf_tuned):
|
|
| 19 |
'Product_Id', 'Store_Id', 'Product_Type', 'Product_Sugar_Content',
|
| 20 |
'Store_Type', 'Store_Location_City_Type', 'Store_Size',
|
| 21 |
'Product_Weight', 'Product_Allocated_Area', 'Product_MRP',
|
| 22 |
-
'Store_Establishment_Year'
|
| 23 |
-
'Num_Past_Transactions', 'Average_Historical_Sales'
|
| 24 |
]
|
| 25 |
|
| 26 |
for store_id in store_ids:
|
|
|
|
| 19 |
'Product_Id', 'Store_Id', 'Product_Type', 'Product_Sugar_Content',
|
| 20 |
'Store_Type', 'Store_Location_City_Type', 'Store_Size',
|
| 21 |
'Product_Weight', 'Product_Allocated_Area', 'Product_MRP',
|
| 22 |
+
'Store_Establishment_Year'
|
|
|
|
| 23 |
]
|
| 24 |
|
| 25 |
for store_id in store_ids:
|
rf_tuned.pkl
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:3406edaa2e8189ce47f871c7180efab082b9c6592015a47d7f4f4027c07de1d7
|
| 3 |
+
size 1515443
|