Skip to content

vamshidhar199/255-FinalProject

Repository files navigation

255-FinalProject

Team 15 Walmart Sales Prediction [ Algorithm Track ]

  • Vamshidhar Reddy Parupally - 016001427
  • Tirupati Venkata Sri Sai Rama Raju Penmatsa - 016037047

Details

Contributors

Vamshidhar Reddy Parupally - Contribution

image


Tirupati Venkata Sri Sai Rama Raju Penmatsa - Contribution

Contribution-TirupathiVenkataSriSaiRamaRaju


About Dataset

  • This project comprises a thorough data analysis, as well as time series analysis and sales forecasting using multiple models.�
  • The data was collected between 2010 and 2012, and 45 Walmart locations across the country were examined.

Dataset Description

  1. Stores:
  • Store: store numbers rangingfrom 1–45.
  • Type: store type ‘A’, ‘B’ or ‘C’.
  • Size: no. of products available in the particular store ranging from 34,000 to 210,000
  1. Sales:
  • Date: The date of the week.
  • WeeklySales: sales during that Week.
  • Store: The store number 1–45.
  • Dept: One of 1–99.
  • IsHoliday: Boolean value representing a holiday week or not.
  1. Features:
  • Temperature: Temperature of the region during that week.
  • FuelPrice: Fuel Price in that region during that week.
  • MarkDown1:5 : Represents the Type of markdown and what quantity was available during that week.
  • CPI: Consumer Price Index during that week.
  • Unemployment: The unemployment rate during that week in the region of the store

image

Approach 1 and Approach 2 Pre Processing:

  • Merged the 3 different csv files to form the actual dataset to make the training easy.

  • Correlation analysis,

  • image

  • Null value analysis,

  • image

  • Outlier analysis,

  • image image

  • Average weekly sales analysis, image image image

  • Label encoding

image

  • Marking the NA values as 0 for “MarkDown” ‘s and dropping “CPI” and “Unemployment”
  • Removing Anomalies image image image

Algorithms used:

LSTM (state of the art)

image image image

Light GBM (Boosting)

image

XG Boost (Boosting)

image

ANN [ 5 Different Configurations ]

Random Forest Regressor

image

Decision Tree

ExtraTreeRegressor

Application of PCA on the data

Comparison of the models

Approach 1

image

Approach 2

comparision

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published