/Time-Series-ARIMA-SARIMA

Time Series Problem using ARIMA and SARIMA.

Primary LanguageJupyter Notebook

Time-Series-ARIMA-SARIMA

Time Series Problem using ARIMA and SARIMA.

Steps followed:

The general process for ARIMA models is the following:

  1. Visualize the Time Series Data
  2. Make the time series data stationary
  3. Plot the Correlation and AutoCorrelation Charts
  4. Construct the ARIMA Model or Seasonal ARIMA based on the data
  5. Use the model to make prediction