timeseries_demo icon indicating copy to clipboard operation
timeseries_demo copied to clipboard

A short introduction to time series methods

A short introduction to time series

  • This repository is part of a blog post that can be found here: https://www.liip.ch/en/blog/time-series-prediction-a-short-comparison-of-best-practices
  • The Timeseries notebook shows how to work with SARIMA and Holt Winter models
  • The Neural Network notebook shows how to work with a neural network in Keras
  • The Prophet Prediction notebook shows how to work with Facebook's time series library prophet: https://facebook.github.io/prophet/

Enjoy!