Skip to content

alamhanz/walmartsales

Repository files navigation

walmartsales

It is a timeseries usecase. The ultimate problem is to predict walmart sales for the next (at least) one week using previous week data. However, walmart has multiple branch with different departement in each brand.

Setup

Start the project with environment setup and run the jupyterlab

pip install virtualenv
virtualenv myev
source myev/bin/activate
pip install -r requirements.txt
jupyter lab

or run this script for windows users

pip install virtualenv
virtualenv myev
.\myev\Scripts\activate
pip install -r requirements.txt
jupyter lab

Structure

    |--artifacts
    |--data
        |--raw
        |--interim
        |--processed
        |--externals
    |--notebooks
    |--queries
    |--reports
        |--figures
    |--src

Reference

About

Timeseries usecase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages