Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 673 Bytes

File metadata and controls

22 lines (17 loc) · 673 Bytes

Retail Sales Forecasting Project

This project forecasts weekly sales for retail products based on historical sales, promotions, mobility trends, and special event data (Valentine's Day, Easter, Christmas).

📊 Contents

  • Exploratory Data Analysis (EDA)
  • Feature Engineering (Lag, Rolling Averages, Promo Flags)
  • Model Building with XGBoost
  • Model Tuning and Evaluation
  • Final Report (PDF Attached)

🛠️ Technologies Used

  • Python (Pandas, NumPy, Matplotlib, Seaborn)
  • XGBoost Regressor
  • Jupyter Notebook
  • GitHub for version control

🧠 Author