Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Yet Another Time Series Model (YATSM): v0.5.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ceholden ceholden released this 16 Oct 20:38
· 289 commits to master since this release

Bug fixes from v0.5.0 and onward:

Changes:
v0.5.3

  • Fix bug when running on real datasets with 100% missing data in timeseries (e.g., in corners) #47 #48
  • Fix yatsm train and yatsm classify for v0.5.0+ releases
  • Update config file parsing to sklearn classifiers for yaml usage. Delete intermediate 'helper' classes that were used to type-check ini config file

v0.5.2:

  • Catch TSLengthException so yatsm line can continue running #43
  • Allow refit methods to be from distributed pickles #44
  • Fix references to old variable names in yatsm.algorithms.postprocess #45

v0.5.1:

  • Use environment variables in configuration files #42
  • Pre-package a set of pickled regressions using package_data from setuptools #41

Breaks: