/forecast_py

forecasting library, extend sktime

Primary LanguagePython

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