Published April 17, 2024
| Version v0.4.1
Software
Open
PyPOTS: A Python Toolbox for Data Mining on Partially-Observed Time Series
Authors/Creators
Description
In this refactoring version, we
- applied SAITS loss function to the newly added imputation models (Crossformer, PatchTST, DLinear, ETSformer, FEDformer, Informer, and Autoformer) in v0.4, and add the arguments
MIT_weightandORT_weightin them for users to balance the multi-task learning; - modularized all neural network models and put their modules in the package
pypots.nn.modules; - removed deprecated metric funcs (e.g.
pypots.utils.metrics.cal_maethat has been replaced bypypots.utils.metrics.calc_mae);
What's Changed
- Apply SAITS loss to newly added models and update the docs by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/346
- Modularize neural network models by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/348
- Modularize NN models, remove deprecated metric funcs, and update docs by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/349
- Remove
pypots.imputation.locf.modulesand add assertions for BTTF by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/350 - Test building package during CI by @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/353
- Avoid the import error
MessagePassing not definedby @WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/351
Full Changelog: https://github.com/WenjieDu/PyPOTS/compare/v0.4...v0.4.1
Notes
Files
WenjieDu/PyPOTS-v0.4.1.zip
Files
(453.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:369df90683826bc873e2fdf87e83c6a7
|
453.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/WenjieDu/PyPOTS/tree/v0.4.1 (URL)