Upload folder using huggingface_hub
Browse files- app.py +0 -1
- store_sales_prediction_model_v1_0.joblib +2 -2
app.py
CHANGED
|
@@ -38,7 +38,6 @@ def predict_store_sales():
|
|
| 38 |
'Product_Allocated_Area':property_data['Product_Allocated_Area'],
|
| 39 |
'Product_Type':property_data['Product_Type'],
|
| 40 |
'Product_MRP':property_data['Product_MRP'],
|
| 41 |
-
'Store_Id':property_data['Store_Id'],
|
| 42 |
'Store_Establishment_Year':property_data['Store_Establishment_Year'],
|
| 43 |
'Store_Size':property_data['Store_Size'],
|
| 44 |
'Store_Location_City_Type':property_data['Store_Location_City_Type'],
|
|
|
|
| 38 |
'Product_Allocated_Area':property_data['Product_Allocated_Area'],
|
| 39 |
'Product_Type':property_data['Product_Type'],
|
| 40 |
'Product_MRP':property_data['Product_MRP'],
|
|
|
|
| 41 |
'Store_Establishment_Year':property_data['Store_Establishment_Year'],
|
| 42 |
'Store_Size':property_data['Store_Size'],
|
| 43 |
'Store_Location_City_Type':property_data['Store_Location_City_Type'],
|
store_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:dcc5f03334f719c2fde309e5bdd0f08bea1f952bc87805e1c283ca8254551d68
|
| 3 |
+
size 1398275
|