Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

a short program that analyzes time-series of sales to forecast future demand of certain products from a set of stores

Notifications You must be signed in to change notification settings

tcdat96/product-demand-forecast

Repository files navigation

-------------------------- Prerequisites ------------------------------

  1. numpy
  2. pandas
  3. sklearn
  4. seaborn
  5. statsmodels
  6. tbats
  7. xgboost
  8. tqdm These can be easily installed with pip, something like pip install -U numpy pandas sklearn seaborn statsmodels tbats xgboost tqdm or if you already have the common ones pip install -U tbats xgboost tqdm

-------------------------- File Structure -----------------------------

  1. All the code is written in demand-forecast.ipynb
  2. A python script demand-forecast.py is also included if you want to run it with command
  3. The folder 'backup' saves all prediction, so we don't need to rerun it every time. If you want to rerun any part, simply delete the corresponding saved file.

About

a short program that analyzes time-series of sales to forecast future demand of certain products from a set of stores

Topics

Resources

Stars

Watchers

Forks