Skip to content

Commit c10e210

Browse files
committedMar 6, 2025
docs: update docs to add forecasting GPT4TS;
1 parent aa37bb8 commit c10e210

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The paper references and links are all listed at the bottom of this file.
128128
| Neural Net | ModernTCN[^38] || | | | | `2024 - ICLR` |
129129
| Neural Net | ImputeFormer🧑‍🔧[^34] || | | | | `2024 - KDD` |
130130
| Neural Net | SAITS[^1] || | | | | `2023 - ESWA` |
131-
| LLM | GPT4TS[^46] || | | | | `2023 - NeurIPS` |
131+
| LLM | GPT4TS[^46] || | | | | `2023 - NeurIPS` |
132132
| Neural Net | FreTS🧑‍🔧[^23] || | | | | `2023 - NeurIPS` |
133133
| Neural Net | Koopa🧑‍🔧[^29] || | | | | `2023 - NeurIPS` |
134134
| Neural Net | Crossformer🧑‍🔧[^16] || | | | | `2023 - ICLR` |

‎README_zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ PyPOTS当前支持多变量POTS数据的插补, 预测, 分类, 聚类以及异
113113
| Neural Net | ModernTCN[^38] || | | | | `2024 - ICLR` |
114114
| Neural Net | ImputeFormer🧑‍🔧[^34] || | | | | `2024 - KDD` |
115115
| Neural Net | SAITS[^1] || | | | | `2023 - ESWA` |
116-
| LLM | GPT4TS[^46] || | | | | `2023 - NeurIPS` |
116+
| LLM | GPT4TS[^46] || | | | | `2023 - NeurIPS` |
117117
| Neural Net | FreTS🧑‍🔧[^23] || | | | | `2023 - NeurIPS` |
118118
| Neural Net | Koopa🧑‍🔧[^29] || | | | | `2023 - NeurIPS` |
119119
| Neural Net | Crossformer🧑‍🔧[^16] || | | | | `2023 - ICLR` |

‎docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The paper references are all listed at the bottom of this readme file.
147147
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
148148
| Neural Net | SAITS :cite:`du2023SAITS` || | | | | ``2023 - ESWA`` |
149149
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
150-
| LLM | GPT4TS :cite:`zhou2023gpt4ts` || | | | | ``2023 - NeurIPS`` |
150+
| LLM | GPT4TS :cite:`zhou2023gpt4ts` || | | | | ``2023 - NeurIPS`` |
151151
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
152152
| Neural Net | FreTS🧑‍🔧 :cite:`yi2023frets` || | | | | ``2023 - NeurIPS`` |
153153
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+

‎docs/pypots.forecasting.rst

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ pypots.forecasting.timellm
1919
:show-inheritance:
2020
:inherited-members:
2121

22+
pypots.forecasting.gpt4ts
23+
------------------------------
24+
25+
.. automodule:: pypots.forecasting.gpt4ts
26+
:members:
27+
:undoc-members:
28+
:show-inheritance:
29+
:inherited-members:
30+
2231
pypots.forecasting.tefn
2332
------------------------------
2433

0 commit comments

Comments
 (0)