Skip to content

Releases: winedarksea/AutoTS

0.6.14

17 May 14:56
995c748
Compare
Choose a tag to compare

0.6.14 ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ

  • prevent excessive use of 'CenterSplit' and other macro_micro style transformers
  • added ElasticNetwork as subsidiary regression model option
  • KalmanSmoothing, BKBandpassFilter added on_inverse option
  • add threshold arg to AlignLastValue

0.6.13

14 May 03:53
bd26a75
Compare
Choose a tag to compare

0.6.13 ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ

  • trend_phi directly into Prophet
  • subset arg to make KalmanStateSpace more scalable to memory
  • bug fixes

0.6.12

06 May 13:26
7a843d0
Compare
Choose a tag to compare

0.6.12 ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ

  • bug fixes
  • added DMD model
  • modified the constraints options so it now accepts of list of dictionaries of constraints with new last_window and slope options
  • 'dampening' as a constraint method to dampen all forecasts, fixed Cassandra trend_phi dampening
  • new med_diff anomaly method and 'laplace' added as distribution option
  • modified fourier_df to now work with sub daily data
  • some madness with wavelets attempting to use them like fourier series for seasonality

0.6.11

08 Apr 13:14
a2a464c
Compare
Choose a tag to compare

0.6.11 ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ

  • bug fixes
  • continually trying to keep up with the Pandas maintainers who are breaking stuff for no good reasonable
  • updated RollingMeanTransformer and RegressionFilter, RegressionFilter should now be less memory intensive
  • EIA data call to load_live_daily
  • horizontal_ensemble_validation arg for more complete validation on these ensembles

0.6.10

30 Jan 06:09
38cf328
Compare
Choose a tag to compare

0.6.10 ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ

  • assorted minor bug fixes
  • bug in mosaic model selection fixed
  • added crosshair_lite mosaic

0.6.9

22 Jan 13:43
3e6baff
Compare
Choose a tag to compare

0.6.9 ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ

  • expanded regressor options for MultivariateRegression, NeuralForecast (currently only available directly, not from AutoTS class)
  • matse bug fix on all 0 history

0.6.8

18 Jan 15:11
c23c244
Compare
Choose a tag to compare

0.6.8 ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ

  • bug fixes, robust for OpenBLAS nan handling kernel failures
  • added BKBandpassFilter
  • added expand_horizontal for scaling mosaics

0.6.7

03 Jan 05:26
4e4f6bd
Compare
Choose a tag to compare

0.6.7 ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฆ

  • Cassandra bug fix
  • isolated_only to anomaly methods
  • matse metric is possibly temporary and not added to per series weighting options
  • added HistoricValues transformer

0.6.6

20 Dec 22:09
1c28035
Compare
Choose a tag to compare

0.6.6 ๐ŸŒ๐ŸŒ๐ŸŒ

  • bug fixes, particularly compatibility for the archaic pandas 1.0.3 still used at a certain big tech company

0.6.5

19 Dec 04:48
5127056
Compare
Choose a tag to compare

0.6.5 ๐Ÿฎ๐Ÿฎ๐Ÿฎ

  • horizontal and mosaic upgrades
  • bug fixes and template updates