Skip to content

0.3.0

Compare
Choose a tag to compare
@winedarksea winedarksea released this 24 Jan 02:13
· 999 commits to master since this release
360775e

Latest

  • breaking change to model templates: transformers structure change
    • grouping no longer used
  • parameter generation for transformers allowing more possible combinations
  • transformer_max_depth parameter
  • Horizontal Ensembles are now much faster by only running models on the subset of series they apply to
  • general starting template improved and updated to new transformer format
  • change many np.random to random
    • random.choices further necessitates python 3.6 or greater
  • bug fix in Detrend transformer
  • bug fix in SeasonalDifference transformer
  • SPL bug fix when NaN in test set
  • inverse_transform now fills NaN with zero for upper/lower forecasts
  • expanded model_list aliases, with dedicated module
  • bug fix (creating 0,0 order) and tuning of VARMAX
  • Fix export_template bug
  • restructuring of some lower-level function locations