Skip to content

dirknbr/forecast_py

Repository files navigation

Forecasting package

This package has a series of forecasters for univariate time series data.

It also has a function to combine forecasts into an ensemble.

It mostly uses sktime which does a good job of porting R::forecast to Python.

However it has a few extensions

  • more datasets
  • SGT forecaster
  • TFP STS forecaster (really slow)
  • Fourier extrapolator
  • MicroPrediction fast and slow
  • Diffencing and RF multi output
  • Period on period growth
  • Greykite/Silverkite
  • Online Bandit approach
  • ensembling with worst predictors removed (trimmed)

Dependencies & references

Out of scope

  • multivariate or X variables

About

forecasting library, extend sktime

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages