This project focuses on forecasting future sales using historical time series data.
To analyze sales trends and build a forecasting model that predicts future sales performance.
- Python (Pandas, NumPy)
- Matplotlib
- Statsmodels (Exponential Smoothing)
- Jupyter Notebook
- Data Preparation
- Time Series Analysis
- Trend and Seasonality Identification
- Model Building (Exponential Smoothing)
- Model Evaluation (MAE, RMSE)
- Future Forecasting
- MAE: ~86.6
- RMSE: ~93.8
- Model successfully captured trend and seasonal patterns
- Sales show a clear upward trend over time
- Seasonal patterns are present in the data
- Forecasting can support planning and decision-making
- Try ARIMA or Prophet models
- Include external variables (e.g., promotions, holidays)
- Improve accuracy with feature engineering
sales-forecasting/
├── data/
├── notebooks/
├── src/
└── requirements.txt
Hamzat Afe Isede
- Customer Churn Prediction
- Customer Segmentation
- Sales Dashboard (Power BI)