Skip to content

KishManani/MSTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSTL

This repo contains the notebook used to generate the figures in this article on MSTL.

Summary

In the notebook I show how to decompose a time series with multiple seasonal components using an algorithm called Multiple Seasonal-Trend decomposition using Loess (MSTL) in Python. I demo an implementation of MSTL that I contributed to Statsmodels and apply it to an electricity demand time series.

Installation

Create a virtual environment and pip install the requirements.

pip install -r requirements.txt

Releases

No releases published

Packages

No packages published