python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Python - Sarima/Sarimax - creation of an output table for multiple predictions
I'm currently working on a project and I'm not quite sure how to best implement the next step, so I'd appreciate suggestions and feedback.
In my data a certain date can occur several times, because I ...
L K
Votes: 0
Answers: 1
Sarimax endogenous and exogenous variables - Provided exogenous values are not of the appropriate shape
The issue that I have is with a rather simple approach of forecasting time series in python using SARIMAX model and 2 variables:
endogenous: the one of interest.
exogenous: the one assumed to have so...
Marian
Votes: 0
Answers: 1
Pipeline auto_arima/SARIMAX
I want to use auto_arima because I want SARIMAX and I want it to pick the best parameters. My code is actually running through a bunch of different combinations (as it is predicting multiple items) a...
westiegirl
Votes: 0
Answers: 1
Does it exist a LSTM model that can have exogenous factors same as SARIMAX?
I have been working with SARIMAX a while now. I try to predict energy usage in large buildings. Im using weather data as exogenous variables. As I know the predicted weather from the weather forecast ...
Peder Ward
Votes: 0
Answers: 1