Skip to content

0.3.3

Compare
Choose a tag to compare
@winedarksea winedarksea released this 05 Aug 12:32
· 972 commits to master since this release
a8b943a

Latest

  • Fixed horizontal ensembles running in univariate cases (they are explicitly multivariate)
  • 'superfast' transformer list added
  • test on Mac for the first time, everything seems to work except lightgbm
  • include first actual unittests (from existing test.py runs)
  • slight change to random template generation to make sure all models are choosen at least once
  • cleaned up PredictWitch -> model_forecast() a bit so that users can use it to run single models from parameters directly
  • added load_live_daily() example data and spruced up production_example.py
  • tried in vain to make a quiet verbosity option for GluonTS
  • added create_lagged_regressor
  • added Greykite model (additional regressors not working yet)
  • fixed regressors bug in Prophet
  • added a simple plot method to PredictionObject
  • fix for deprecation warning in GLS