top of page

Python - Time Series Forecast - 5. Regression


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).





17 views0 comments

Recent Posts

See All

Python - sktime

There are various libraries created for Python Time Series. Each of them has its own style, contributors and functions. Each library has...

Comments


bottom of page