Reduced forecasting error (MAPE) from 14.1% → 8.3%, enabling accurate resource allocation and inventory planning
The business relied on manual sales forecasts based on historical averages and intuition.
These forecasts had a Mean Absolute Percentage Error (MAPE) of 14.1%, leading to chronic issues:
Over-forecasting caused excess inventory and wasted resources.
Under-forecasting led to stockouts and missed revenue.
The operations team needed reliable, automated forecasts across multiple product lines and regions
to enable proactive planning rather than reactive adjustments.
Designed a modular forecasting pipeline that ingests historical sales data, applies preprocessing and feature extraction, and produces forecasts at daily/weekly/monthly granularity.
Evaluated multiple time-series models and built an ensemble approach combining statistical methods (ARIMA/SARIMA) with Facebook Prophet for capturing trend, seasonality, and holiday effects.
The forecast outputs are visualized in a Looker Studio dashboard showing actual vs. predicted trends, forecast confidence intervals, and error tracking by product line and region.
This dashboard provides a clear view of revenue, costs, and profit trends over time. It supports financial decision-making by highlighting performance changes, category breakdowns, and geographic distribution.
The forecasting engine became the input layer for operations planning.
Inventory was pre-positioned based on 7-day rolling forecasts. Staff scheduling aligned with predicted demand peaks.
Marketing promotions were timed around forecast valleys to smooth demand curves.
The key shift: from "what happened last month" to "what will happen this week" as the basis for resource decisions.