From a 24-month constructed sales series, complete a beginner workflow: inspect, clean, plot, split last 3 months as a check, forecast with a trailing mean, and interpret MAE.
From a 24-month constructed sales series, complete a beginner workflow: inspect, clean, plot, split last 3 months as a check, forecast with a trailing mean, and interpret MAE.
Do not use ARIMA. A trailing mean is enough for Unit 1.
An end-to-end beginner forecast still follows the process: understand the series, prepare it, choose a simple rule, check it on unused recent data, then interpret.
Constructed 24 monthly sales figures with a mild rise. Teaching data, not a Kaggle download.
Printed shape, missing count, descriptive stats, a hold-out MAE, and a chart of train, test and a flat dashed forecast. MAE depends on this constructed series; do not quote it as a universal result.
The pipeline shows inspection, a simple method and honest evaluation on later months. The forecast is crude, which is the educational point: process first, advanced models later.
Evaluate a method on data not used to form the forecast whenever possible.