Skip to content

alexisperrier/emines_ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emines_ts

This repo holds the students work for the course on times series I gave at Emines School of Industrial Management de l'université Mohammed VI Polytechnique (UM6P) in January 2021.

The curriculum covered

  • white noise and random walk
  • stationarity, definition
  • Ljung-box, KPSS and ADF statistical tests
  • Autocorrelation (ACF) and partial autocorrelation (PACF)
  • ARIMA models
  • Yule Walker equations
  • Facebook's Prophet
  • Decomposition, seasonal and STL
  • Exponential smoothing, Holt and Holt Winters
  • VAR and the Granger Causality test

We mostly worked with statsmodel python library.

The students were asked to find times series online and apply the concepts and methods on their time own dataset. This way, the students worked on noisy datasets that did not always comply with the theory.

We also worked on the Predict Future Sales Kaggle time serie competition. The goal is to predict monthly sales for 1000s of products in many stores. We focused on a few products with large volumes of sales aggregated across the stores.

Resources

We mostly used the excellent and classic book Forecasting: Principles and Practice by Rob J Hyndman and George Athanasopoulos which is available online for free.

And we worked on the examples and implementations from the following posts

More specifically, the following part:

— Rolling window estimations
— Exponential smoothing, Holt-Winters model
— Time-series cross validation, parameters selection

We did not have time to explore sktime a very promising "unified framework for machine learning with time series"

Youtube

I recommend this excellent Youtube channel

  • Morten Nyboe Tabor Econometrics II course at the Economics program, University of Copenhagen.

About

Times series analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published