Decision 7 · Week 15

"What's next?"

Sales next quarter, ATM cash demand next week, equipment sensor readings tomorrow — when the data has a time dimension, the rules change. Time series forecasting is its own discipline.

Forecasting Trend Seasonality

Why this decision matters

Almost every operational decision is a forecast in disguise — how much inventory to order, how many call-center agents to staff, how much cash to load into ATMs. Get the forecast wrong and you either over-spend (excess inventory, idle staff) or under-deliver (stockouts, queues, complaints). And unlike other ML tasks, you can't shuffle time-series data — past predicts future, never the reverse.

By the end of this topic you'll be able to

Decompose a series into trend, seasonality, and residuals; forecast with classical methods (moving average, exponential smoothing, ARIMA-family) and modern ones; respect time-aware train/test splits; quantify forecast uncertainty in a way the business can plan around.

Materials

Key concepts to know
  • Trend, seasonality, residual — every series can be decomposed into these three components.
  • Stationarity — many forecasting methods assume the statistical properties don't change over time. Often they do; you have to handle it.
  • Lag features — yesterday's value is the best predictor of today's. Almost always.
  • Moving average & exponential smoothing — simple, robust, hard to beat for short-horizon forecasts.
  • ARIMA family — the classical forecasting workhorse. Auto-regressive integrated moving average.
  • Time-aware validation — never random-split a time series. Always train on past, test on future.
  • Forecast intervals — a single number is a guess; the business needs a range.
Readings & class notes
Hands-on: forecasting in Excel

Excel has surprisingly capable forecasting built in. Start here to build intuition before moving to Python.

Case kits — three operational forecasts

Three real operational forecasting scenarios, each with data, code, and instructions.

Standalone notebooks

Stay Ahead of the Curve

Subscribe to our bi-weekly newsletter for the latest insights on AI, data, and business strategy.