ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

ARIMA Models in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

from ____ import ____
Editar y ejecutar código