Skip to content

v0.7 New Algos & Bug Fix

Compare
Choose a tag to compare
@WenjieDu WenjieDu released this 21 Jul 17:22
· 114 commits to main since this release
b103df4

Update summary for v0.7 release:

  1. included ImputeFormer [KDD'24], kudos👍 to @tongnie, also the author of ImputeFormer;
  2. implemented Lerp (Linear Interpolation), thanks👍 to @colesussmeier;
  3. added TCN as an imputation model, with SAITS embedding and training methodology applied;
  4. fixed a minor bug in RevIN for POTS data;
  5. fixed failed model saving when model_saving_strategy is set as better;
  6. added pypots.data.utils.inverse_sliding_window func to help restore time series samples sliced by sliding_window func;

What's Changed

New Contributors

Full Changelog: v0.6...v0.7