Hi,
As per task of this project
Task: Product Demand Forecasting
Forecast daily demand for each product.
There are 266 different products
870 9210
712 6980
873 6568
711 6412
707 6301
…
898 24
943 21
911 20
942 15
897 2
Name: ProductID, Length: 266, dtype: int64
So do we need to segaregate all productid data and individally prepare model for each 266 products
If we need to make one common model How to do it . Can u provide some hints
Please help