π Regression Project - Time Series Analytics π Dive into time series data with practical regression implementations. Explore stationarity, decomposition, and modeling using Python tools. Your go-to guide for mastering time series analytics!
Welcome to the Sales Prediction Exploration project! This comprehensive analysis delves into the intricacies of time series analysis, offering a step-by-step journey through data loading, exploratory data analysis (EDA), preprocessing, feature engineering, and strategic model applications.
Sales-Prediction-Exploration βββ data β βββ train.csv β βββ test.csv β βββ oil.csv β βββ holidays_events.csv βββ notebook: LP3_Regression_Project 1 β βββ 01_Exploratory_Data_Analysis.ipynb β βββ 02_Preprocessing_and_Feature_Engineering.ipynb β βββ 03_Model_Application.ipynb β βββ ... βββ visuals β βββ PowerBi Folder β βββ Autocorrelation.png β βββ Impact of Promotion on sales.png β βββ ... βββ README.md βββ requirements.txt
The data folder encompasses essential datasets for our analysis:
train.csv: Training data with sales information.test.csv: Test data for predicting future sales.oil.csv: Daily oil prices, vital for economic insights.holidays_events.csv: Information on holidays and events, influencing sales patterns.
Explore detailed analyses in the 'notebook':
- `01_Exploratory_Data_Analysis: In-depth exploration of sales data.
- `02_Preprocessing_and_Feature_Engineering: Preprocessing steps and feature engineering.
- `03_Model_Application: Application of One-Hot Encoding, Linear Regression, Hyperparameter Tuning and Random Forests.
Discover visual representations in the visuals folder, aiding in understanding complex patterns and trends.
The necessary Python packages are outlined in requirements.txt.