Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
Sign up Reseting focus
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Predicting Walmart store sales using various regression models and deep learning techniques. Leveraged Kaggle's Walmart Recruiting dataset for comprehensive analysis. Achieved high accuracy with Random Forest Regression leading the pack.
Notifications You must be signed in to change notification settings
keertisuryawanshi/Walmart-Store-sales-Forecasting
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to file
Folders and files
Last commit message
Last commit date
Latest commit
History
View all files
Repository files navigation
Walmart-Store-sales-Forecasting
- Utilized the Walmart Recruiting - Store Sales Forecasting dataset obtained from Kaggle.
- Included three CSV files: train.csv , stores.csv , and features.csv .
Machine Learning Models:
- Implemented several regression models including Linear Regression, Random Forest Regression, K Neighbors Regression, XGBoost Regression, and a custom Deep Learning Neural Network.
Data Preprocessing:
- Addressed missing values by filling them with the median of their respective columns.
- Merged and manipulated datasets to create a comprehensive dataset.
- Split the date column into Year, Month, and Week.
- Aggregated weekly sales and detected outliers.
- One-hot-encoded categorical variables and normalized numerical columns.
- Employed Recursive Feature Elimination to select important features.
Model Training and Evaluation:
- Split the dataset into training and testing sets.
- Trained each model and evaluated their performance using metrics such as accuracy, mean absolute error, mean squared error, root mean squared error, and R2 score.
Model Comparison:
- Compared the performance of different regression models, with Random Forest Regression achieving the highest accuracy of 97.89%.
About
Predicting Walmart store sales using various regression models and deep learning techniques. Leveraged Kaggle's Walmart Recruiting dataset for comprehensive analysis. Achieved high accuracy with Random Forest Regression leading the pack.