Tip: set depends_on_past=True in Airflow when creating a forecast model pipeline
💡 When creating forecasting model pipeline in Airflow set depends_on_past=True.
Why?
Forecasting models help us predict future data based on patterns and trends observed in historical data. These models output inherently depend on past observations...
xboard.hashnode.dev2 min read