This is a data analysis project used to predict sales on the basis of Walmart recruiting dataset found here.
Assuming that python3 and corresponding pip version are already installed in the host machine.
- Clone this repository:
git clone https://github.com/bistaastha/sales-forecasting
- 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
- Install requirements
pip3 install -r requirements.txt
- Run jupyter notebook when in virtualenv
jupyter notebook