vanangamudi / timeseries-sales-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the code

  • Install the required python packages using pip.
  • Run the following command.
    python experiment.py -d data/train.csv
        
  • Note:: that the load_sales-csv function must be modified to load the whole data
    • The following lines must be removed to load the whole dataset.
if float(r.store_nbr) != 1:
    continue

About


Languages

Language:Python 100.0%