Skip to content

Releases: timetoai/TimeDiffusion

TimeDiffusion v0.4.1

13 Oct 09:53

Choose a tag to compare

  • Custom kernel_size support added to all base models

TimeDiffusion v0.4

11 Sep 14:23
330f299

Choose a tag to compare

  1. Liquid base model TimeDiffuionLiquid added. Lightweight, fast, but less accurate than the main model.
  2. Abstract class for all base models TimeDiffusionModel added.

TimeDiffusion v0.3

06 Sep 09:51

Choose a tag to compare

  • Using TimeDiffusionProjector as base for TD framework with option to choose TimeDiffusionAttention.
  • Model eval() fix in TD framework methods
  • Additional time series forecasting examples added for bitcoin historical prices

TimeDiffusion v0.2.2

04 Sep 14:55

Choose a tag to compare

  • Early stopping epochs patience mechanism added in TD.fit, alowing to interrupt learning process at the epoch end, if model hasn't learned anything new in latest epochs (validation quality hasn't improved)

TimeDiffusion v0.2.1

03 Sep 08:44

Choose a tag to compare

  • Nan support added to:
    • DimUniversalStandardScaler
    • TD.restore method (TD.fit method already supported nans in mask positions)
  • Removed redundant fill_mask parameter of TD.fit method

TimeDiffusion v0.2

02 Sep 06:08
e5a453e

Choose a tag to compare

  • Few TD framework improvements and bug fixes related to scaling, typing and mask operations.
  • Scaler tests and nan checks in model's and framework's tests added.

Full Changelog: v0.1.2...v0.2

TimeDiffusion v0.1.2

01 Sep 12:58
88bd4d5

Choose a tag to compare

First release of TD framework. Could do following time series tasks: forecasting, imputation, synthesis and other custom tasks using restore method