Skip to content
forked from Geometrein/sarimax

Quick implementation of ARIMA and SARIMAX models on dummy delivery orders data.

License

Notifications You must be signed in to change notification settings

madegde/sarimax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARIMA & SARIMAX

cover_image


Author: Tigran Khachatryan

Description: Quick and dirty implementation of ARIMA and SARIMAX models on dummy delivery orders data.

Folder Contents


root
│   README.md                        # You reading it right now
│   sarimax.ipynb                    # Time-Series analysis
│   requirements.txt                 # Dependencies
└───data
│   │   orders.csv                   # Initial dataset
└───images
│   │   osmnx_animation.gif          # Delivery data animations
└───extras
│   │   gifmaker.py                  # Animation Maker

Dependencies


All dependencies can be found in requirements.txt.

Quick start:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

About

Quick implementation of ARIMA and SARIMAX models on dummy delivery orders data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%