Category "arima"

Is there a way to forecast sales for multiple products across multiple stores?

My Data is in this format(Both Multiple and Multivariate Timeseries) I need to predict number of units sold is gonna be for every product across different st

Python - How to use fitted ARIMA model on unseen data

I am using statsmodels.tsa.arima.model.ARIMA to fit an ARIMA model on a timeseries. How can I use this model to make predictions on unseen data? It seems that t