Fitting SARIMA models
Fitting SARIMA models is the beginning of the end of this journey into time series modeling.
It is important that you get to know your way around the SARIMA model orders and so that's what you will focus on here.
In this exercise, you will practice fitting different SARIMA models to a set of time series.
The time series DataFrames df1
, df2
and df3
are available in your environment.
This exercise is part of the course
ARIMA Models in Python
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
from ____ import ____