This project aimed to forecast future sales based on historical data. The objective was to build a predictive model that can assist businesses in making informed decisions about inventory and marketing strategies.
The dataset included past sales data with features such as date, store, product, and sales volume. I performed time series analysis and used data preprocessing techniques like normalization and feature extraction.
- Linear Regression
- ARIMA (AutoRegressive Integrated Moving Average)
- Time Series Analysis
- Feature engineering and selection
The model successfully predicted future sales trends with a high degree of accuracy, providing valuable insights that can help in decision-making processes for inventory management and marketing.