You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
After learning about TensorFlow time series, I was able to create a Sales forecasting model.
I have created 3 different model and concatenate it to have a 1 output.
It takes about 10 minutes to forecast one product.
The problem is that I have about 500 different products, which will take me forever to forecast all the products
My question is, Is there a way to train a model and recieve the forecast Sale of all the 500 products at once?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
After learning about TensorFlow time series, I was able to create a Sales forecasting model.
I have created 3 different model and concatenate it to have a 1 output.
It takes about 10 minutes to forecast one product.
The problem is that I have about 500 different products, which will take me forever to forecast all the products
My question is, Is there a way to train a model and recieve the forecast Sale of all the 500 products at once?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions