Git Product home page Git Product logo

msa_project_week's Introduction

Forecasting of slow moving SKUs

https://github.com/ashish1610dhiman/bestbuy

Random Samplers

  • Ashish Dhiman
  • Anshit Verma
  • Yibei Hu

Folder structure:

bestbuy
│   README.md
│   data.dvc #DVC file for data  
│   bestbuy_env.yml #Conda env file  
│
└───notebooks
│   │
│   └───src/ Modules for implementations
│        │   ad_hmm.py #Module for HMM implementation
│        │   ad_stl_prophet.py #Module for Prophet/STL/MSTL implementation
│        │   utils.py #Utility function
│        │   ...
│
└───notebooks
│   │
│   └───ashish/ Test notebooks by Ashish | HMM/STL/Prophet
│   │    │   ...
│   │
│   └───ashish_validation_train/ Notebooks for training final models
│   │    │   b.run_hmm_final1.ipynb #Train and forecast from HMMM
│   │    │   c.run_stl_prophet_new.ipynb #Train and forecast from Prophet/ STL/MSTL
│   │    │   ...
│   │    
│   └───yibei/ Test notebooks by Yibei | HMM/STL/Prophet
│        │   HW_final.ipynb #Notebook to train Holt Winters Exp smoothing and Null model
│        │   ...
│    
│
└───plots/ Folder for plots   
│   
└───Results/ Folder for RMSE and other results

Code Transition documents:

As listed in the folder structure above, these are the main codes and their description:

  • notebooks/ashish/validation_train/b.run_hmm_final1.ipynb: The code is used to implement and train HMM models. It calls upon the ad_hmm.py module in the src folder.
  • notebooks/ashish/validation_train/c.run_stl_prophet_new.ipynb: The code is used to implement and train Prophet/ STL/MSTL models. It calls upon the run_stl_prophet_new.py module in the src folder.
  • notebooks/yibei/c.HW_final.ipynb: The code is used to implement and train Holt Winters Exp smoothing and the Null model.

Random nuances:

  • Statmodels beta realease has been used
  • Joblib is used
  • some codes are run on kaggle, to prevent personal laptop use

msa_project_week's People

Contributors

ashish1610dhiman avatar yibei990826 avatar anver01 avatar

Stargazers

Fritz avatar Kishor Kukreja avatar

Watchers

 avatar  avatar

Forkers

sahandsydney

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.