There is a newer version of the record available.

Published November 30, 2023 | Version v0.2.1
Software Open

PyPOTS: A Python Toolbox for Data Mining on Partially-Observed Time Series

Authors/Creators

Description

Here are updates,

  1. for missing values after LOCF imputation (that are missing since the first step hence LOCF doesn't work), we added more options to handle them. Please refer to the argument first_step_imputation in LOCF docs. The default option is "zero" in previous versions, but we've changed it to "backward" which is more reasonable;
  2. enabled SAITS to return latent attention weights from blocks in predict() for advanced analysis e.g. in #178;
  3. renamed model saving and loading functions save_model() and load_model() into save() and load();

What's Changed

  • Check if X_intact contains missing data for imputation models, check and list mismatched hyperparameters in the tuning mode by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/234
  • Make SAITS return attention weights in predict() by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/239
  • Adding other options for the first step imputation in LOCF by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/240
  • Fixing the problem about staling issues by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/244
  • Testing with Python 3.11 and support it by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/246
  • Rename save_model() and load_model() into save() and load() by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/247
  • Refactoring save_model() and load_model(), and updating docs by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/249

Full Changelog: https://github.com/WenjieDu/PyPOTS/compare/v0.2...v0.2.1

Notes

If you use PyPOTS, please cite it as below.

Files

WenjieDu/PyPOTS-v0.2.1.zip

Files (319.3 kB)

Name Size Download all
md5:c5e48c0f52b44a9e5416360a0b57aa59
319.3 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/WenjieDu/PyPOTS/tree/v0.2.1 (URL)