Time Series Forecast Steps:
1. Identification of time series type
2. Seasonality tests
3. Stationarity tests
4. Decomposition
5. Regression
6. Deep learning
5. Regresssion Types for Time Series
AR - Autoregressive Model
ARIMA - Autoregressive Integrated Moving Average Model
MA - Moving Average Model
ARMA - Autoregressive Moving Average Model
SARIMA - Seasonal Autoregressive Integrated Moving Average Model
CNN - Convolutional neural networks for classification and regression analysis of one-dimensional spectral data.
LSTM - Long Short-Term Memory, a model initially proposed in 1997.
ResNet - Optimal deep residual regression model is built for nonliear regression.
VARMAX - The VARMAX class in statsmodels allows estimation of VAR, VMA, and VARMA models (through the order argument), optionally with a constant term (via the trend argument).
Comments