Skip to content

Commit 4f4e9b4

Browse files
authored
Merge pull request #750 from WenjieDu/dev
Add forecasting FiLM, DLinear, MICN, and release v0.19
2 parents 1198436 + 452cbfe commit 4f4e9b4

File tree

25 files changed

+1306
-57
lines changed

25 files changed

+1306
-57
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a href="https://github.com/WenjieDu/PyPOTS">
2-
<img src="https://pypots.com/figs/pypots_logos/PyPOTS/logo_FFBG.svg" width="200" align="right">
2+
<img src="https://pypots.com/figs/pypots_logos/PyPOTS/logo_FFBG.svg" width="210" align="right">
33
</a>
44

55
<h3 align="center">Welcome to PyPOTS</h3>
@@ -8,13 +8,10 @@
88

99
<p align="center">
1010
<a href="https://docs.pypots.com/en/latest/install.html#reasons-of-version-limitations-on-dependencies">
11-
<img alt="Python version" src="https://img.shields.io/badge/Python-v3.8+-E97040?logo=python&logoColor=white">
11+
<img alt="Python version" src="https://img.shields.io/badge/Python-v3.8+-F8C6B5?logo=python&logoColor=white">
1212
</a>
13-
<a href="https://www.google.com/search?q=%22PyPOTS%22+site%3Apytorch.org">
14-
<img alt="powered by Pytorch" src="https://img.shields.io/badge/PyTorch-%E2%9D%A4%EF%B8%8F-F8C6B5?logo=pytorch&logoColor=white">
15-
</a>
16-
<a href="https://github.com/WenjieDu/PyPOTS/releases">
17-
<img alt="the latest release version" src="https://img.shields.io/github/v/release/wenjiedu/pypots?color=EE781F&include_prereleases&label=Release&logo=github&logoColor=white">
13+
<a href="https://landscape.pytorch.org/?item=modeling--specialized--pypots">
14+
<img alt="Pytorch landscape" src="https://img.shields.io/badge/PyTorch%20Landscape-EE4C2C?logo=pytorch&logoColor=white">
1815
</a>
1916
<a href="https://github.com/WenjieDu/PyPOTS/blob/main/LICENSE">
2017
<img alt="BSD-3 license" src="https://img.shields.io/badge/License-BSD--3-E9BB41?logo=opensourceinitiative&logoColor=white">
@@ -25,6 +22,9 @@
2522
<a href="https://github.com/WenjieDu/PyPOTS#-community">
2623
<img alt="Community" src="https://img.shields.io/badge/join_us-community!-C8A062">
2724
</a>
25+
<a href="https://github.com/WenjieDu/PyPOTS/releases">
26+
<img alt="the latest release version" src="https://img.shields.io/github/v/release/wenjiedu/pypots?color=EE781F&include_prereleases&label=Release&logo=github&logoColor=white">
27+
</a>
2828
<a href="https://github.com/WenjieDu/PyPOTS/graphs/contributors">
2929
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/wenjiedu/pypots?color=D8E699&label=Contributors&logo=GitHub">
3030
</a>
@@ -144,15 +144,15 @@ The paper references and links are all listed at the bottom of this file.
144144
| Neural Net | TimesNet[^14] |||| || `2023 - ICLR` |
145145
| Neural Net | PatchTST🧑‍🔧[^18] || | | || `2023 - ICLR` |
146146
| Neural Net | ETSformer🧑‍🔧[^19] || | | || `2023 - ICLR` |
147-
| Neural Net | MICN🧑‍🔧[^27] || | | | | `2023 - ICLR` |
148-
| Neural Net | DLinear🧑‍🔧[^17] || | | || `2023 - AAAI` |
147+
| Neural Net | MICN🧑‍🔧[^27] || | | | | `2023 - ICLR` |
148+
| Neural Net | DLinear🧑‍🔧[^17] || | | || `2023 - AAAI` |
149149
| Neural Net | TiDE🧑‍🔧[^28] || | | | | `2023 - TMLR` |
150150
| Neural Net | CSAI[^42] || || | | `2023 - arXiv` |
151151
| Neural Net | SegRNN🧑‍🔧[^43] ||| | || `2023 - arXiv` |
152152
| Neural Net | TS2Vec[^48] | | || | | `2022 - AAAI` |
153153
| Neural Net | SCINet🧑‍🔧[^30] || | | || `2022 - NeurIPS` |
154154
| Neural Net | Nonstationary Tr.🧑‍🔧[^25] || | | || `2022 - NeurIPS` |
155-
| Neural Net | FiLM🧑‍🔧[^22] || | | || `2022 - NeurIPS` |
155+
| Neural Net | FiLM🧑‍🔧[^22] || | | || `2022 - NeurIPS` |
156156
| Neural Net | RevIN_SCINet🧑‍🔧[^31] || | | | | `2022 - ICLR` |
157157
| Neural Net | Pyraformer🧑‍🔧[^26] || | | || `2022 - ICLR` |
158158
| Neural Net | Raindrop[^5] | | || | | `2022 - ICLR` |
@@ -333,7 +333,7 @@ saits.load("save_it_here/saits_physionet2012.pypots") # reload the serialized m
333333
The paper introducing PyPOTS is available [on arXiv](https://arxiv.org/abs/2305.18811),
334334
and a short version of it is accepted by the 9th SIGKDD international workshop on Mining and Learning from Time
335335
Series ([MiLeTS'23](https://kdd-milets.github.io/milets2023/))).
336-
**Additionally**, PyPOTS has been included as a [PyTorch Ecosystem](https://pytorch.org/ecosystem/) project.
336+
**Additionally**, PyPOTS has been included as a [PyTorch Ecosystem](https://landscape.pytorch.org/?item=modeling--specialized--pypots) project.
337337
We are pursuing to publish it in prestigious academic venues, e.g. JMLR (track for
338338
[Machine Learning Open Source Software](https://www.jmlr.org/mloss/)). If you use PyPOTS in your work,
339339
please cite it as below and 🌟star this repository to make others notice this library. 🤗

README_zh.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a href="https://github.com/WenjieDu/PyPOTS">
2-
<img src="https://pypots.com/figs/pypots_logos/PyPOTS/logo_FFBG.svg" width="200" align="right">
2+
<img src="https://pypots.com/figs/pypots_logos/PyPOTS/logo_FFBG.svg" width="210" align="right">
33
</a>
44

55
<h3 align="center">欢迎来到PyPOTS</h3>
@@ -8,13 +8,10 @@
88

99
<p align="center">
1010
<a href="https://docs.pypots.com/en/latest/install.html#reasons-of-version-limitations-on-dependencies">
11-
<img alt="Python version" src="https://img.shields.io/badge/Python-v3.8+-E97040?logo=python&logoColor=white">
11+
<img alt="Python version" src="https://img.shields.io/badge/Python-v3.8+-F8C6B5?logo=python&logoColor=white">
1212
</a>
13-
<a href="https://www.google.com/search?q=%22PyPOTS%22+site%3Apytorch.org">
14-
<img alt="powered by Pytorch" src="https://img.shields.io/badge/PyTorch-%E2%9D%A4%EF%B8%8F-F8C6B5?logo=pytorch&logoColor=white">
15-
</a>
16-
<a href="https://github.com/WenjieDu/PyPOTS/releases">
17-
<img alt="the latest release version" src="https://img.shields.io/github/v/release/wenjiedu/pypots?color=EE781F&include_prereleases&label=Release&logo=github&logoColor=white">
13+
<a href="https://landscape.pytorch.org/?item=modeling--specialized--pypots">
14+
<img alt="Pytorch landscape" src="https://img.shields.io/badge/PyTorch%20Landscape-EE4C2C?logo=pytorch&logoColor=white">
1815
</a>
1916
<a href="https://github.com/WenjieDu/PyPOTS/blob/main/LICENSE">
2017
<img alt="BSD-3 license" src="https://img.shields.io/badge/License-BSD--3-E9BB41?logo=opensourceinitiative&logoColor=white">
@@ -25,6 +22,9 @@
2522
<a href="https://github.com/WenjieDu/PyPOTS#-community">
2623
<img alt="Community" src="https://img.shields.io/badge/join_us-community!-C8A062">
2724
</a>
25+
<a href="https://github.com/WenjieDu/PyPOTS/releases">
26+
<img alt="the latest release version" src="https://img.shields.io/github/v/release/wenjiedu/pypots?color=EE781F&include_prereleases&label=Release&logo=github&logoColor=white">
27+
</a>
2828
<a href="https://github.com/WenjieDu/PyPOTS/graphs/contributors">
2929
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/wenjiedu/pypots?color=D8E699&label=Contributors&logo=GitHub">
3030
</a>
@@ -66,6 +66,7 @@
6666
</a>
6767
</p>
6868

69+
6970
⦿ `开发背景`: 由于传感器故障、通信异常以及不可预见的未知原因, 在现实环境中收集的时间序列数据普遍存在缺失值,
7071
这使得部分观测时间序列(partially-observed time series, 简称为POTS)成为现实世界数据的建模中普遍存在的问题.
7172
数据缺失会严重阻碍数据的高级分析、建模、与后续应用, 所以如何直接面向POTS建模成为一个亟需解决的问题.
@@ -130,15 +131,15 @@ PyPOTS当前支持多变量POTS数据的插补, 预测, 分类, 聚类以及异
130131
| Neural Net | TimesNet[^14] |||| || `2023 - ICLR` |
131132
| Neural Net | PatchTST🧑‍🔧[^18] || | | || `2023 - ICLR` |
132133
| Neural Net | ETSformer🧑‍🔧[^19] || | | || `2023 - ICLR` |
133-
| Neural Net | MICN🧑‍🔧[^27] || | | | | `2023 - ICLR` |
134-
| Neural Net | DLinear🧑‍🔧[^17] || | | || `2023 - AAAI` |
134+
| Neural Net | MICN🧑‍🔧[^27] || | | | | `2023 - ICLR` |
135+
| Neural Net | DLinear🧑‍🔧[^17] || | | || `2023 - AAAI` |
135136
| Neural Net | TiDE🧑‍🔧[^28] || | | | | `2023 - TMLR` |
136137
| Neural Net | CSAI[^42] || || | | `2023 - arXiv` |
137138
| Neural Net | SegRNN🧑‍🔧[^43] ||| | || `2023 - arXiv` |
138139
| Neural Net | TS2Vec[^48] | | || | | `2022 - AAAI` |
139140
| Neural Net | SCINet🧑‍🔧[^30] || | | || `2022 - NeurIPS` |
140141
| Neural Net | Nonstationary Tr.🧑‍🔧[^25] || | | || `2022 - NeurIPS` |
141-
| Neural Net | FiLM🧑‍🔧[^22] || | | || `2022 - NeurIPS` |
142+
| Neural Net | FiLM🧑‍🔧[^22] || | | || `2022 - NeurIPS` |
142143
| Neural Net | RevIN_SCINet🧑‍🔧[^31] || | | | | `2022 - ICLR` |
143144
| Neural Net | Pyraformer🧑‍🔧[^26] || | | || `2022 - ICLR` |
144145
| Neural Net | Raindrop[^5] | | || | | `2022 - ICLR` |
@@ -312,7 +313,7 @@ saits.load("save_it_here/saits_physionet2012.pypots") # 重新加载模型用
312313
313314
PyPOTS的论文可以[在arXiv上获取](https://arxiv.org/abs/2305.18811), 其5页的短版论文已被第9届SIGKDD international workshop
314315
on Mining and Learning from Time Series ([MiLeTS'23](https://kdd-milets.github.io/milets2023/))收录, 与此同时,
315-
PyPOTS也已被纳入[PyTorch Ecosystem](https://pytorch.org/ecosystem/). 我们正在努力将其发表在更具影响力的学术刊物上,
316+
PyPOTS也已被纳入[PyTorch Ecosystem](https://landscape.pytorch.org/?item=modeling--specialized--pypots). 我们正在努力将其发表在更具影响力的学术刊物上,
316317
如JMLR (track for [Machine Learning Open Source Software](https://www.jmlr.org/mloss/)).
317318
如果你在工作中使用了PyPOTS, 请按照以下格式引用我们的论文并为将项目设为星标🌟, 以便让更多人关注到它, 对此我们深表感谢🤗.
318319

0 commit comments

Comments
 (0)