Simple Sales Forecast with Moving Average
I Implemented a basic forecasting method using moving averages.
by Kessington Godspower OsazenomwanVerified by Hielite
Python, Pandas.
Features:
- Compute rolling averages for weekly and monthly sales.
- Compare forecasts vs. actual sales.
- Plot trend lines.
Tech Stack: Python, Pandas.
Learning Outcomes: Understand time windows, moving averages, and trend smoothing