Skip to content

bistaastha/sales-forecasting

Repository files navigation

> Walmart Sales Forecasting

>> About

This is a data analysis project used to predict sales on the basis of Walmart recruiting dataset found here.

>> Project Setup

Assuming that python3 and corresponding pip version are already installed in the host machine.

  1. Clone this repository:
git clone https://github.com/bistaastha/sales-forecasting
  1. Set up and activate the python virtual environment (optional):
  • Installing virtualenv:
python3 -m pip3 install --user virtualenv
  • Setting up environment
python3 -m virtualenv env
  • Activation
source env/bin/activate
  1. Install requirements
pip3 install -r requirements.txt
  1. Run jupyter notebook when in virtualenv
jupyter notebook

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published