Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def sales_amount_predictor_batch():
|
|
| 76 |
product_ids = input_data['Product_Id'].tolist()
|
| 77 |
|
| 78 |
input_data = input_data.drop(columns=['Product_Id'])
|
| 79 |
-
|
| 80 |
# Make predictions for all properties in the DataFrame
|
| 81 |
predicted_amount = model.predict(input_data).tolist()
|
| 82 |
|
|
|
|
| 76 |
product_ids = input_data['Product_Id'].tolist()
|
| 77 |
|
| 78 |
input_data = input_data.drop(columns=['Product_Id'])
|
| 79 |
+
|
| 80 |
# Make predictions for all properties in the DataFrame
|
| 81 |
predicted_amount = model.predict(input_data).tolist()
|
| 82 |
|