Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for CSAI #549

Merged
merged 12 commits into from
Nov 25, 2024
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The paper references and links are all listed at the bottom of this file.
| Neural Net | MICN🧑‍🔧[^27] | ✅ | | | | | `2023 - ICLR` |
| Neural Net | DLinear🧑‍🔧[^17] | ✅ | | | | | `2023 - AAAI` |
| Neural Net | TiDE🧑‍🔧[^28] | ✅ | | | | | `2023 - TMLR` |
| Neural Net | CSAI[^42] | ✅ | | | | | `2023 - arXiv` |
| Neural Net | CSAI[^42] | ✅ | | | | | `2023 - arXiv` |
| Neural Net | SegRNN🧑‍🔧[^43] | ✅ | | | | | `2023 - arXiv` |
| Neural Net | SCINet🧑‍🔧[^30] | ✅ | | | | | `2022 - NeurIPS` |
| Neural Net | Nonstationary Tr.🧑‍🔧[^25] | ✅ | | | | | `2022 - NeurIPS` |
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ PyPOTS当前支持多变量POTS数据的插补, 预测, 分类, 聚类以及异
| Neural Net | MICN🧑‍🔧[^27] | ✅ | | | | | `2023 - ICLR` |
| Neural Net | DLinear🧑‍🔧[^17] | ✅ | | | | | `2023 - AAAI` |
| Neural Net | TiDE🧑‍🔧[^28] | ✅ | | | | | `2023 - TMLR` |
| Neural Net | CSAI[^42] | ✅ | | | | | `2023 - arXiv` |
| Neural Net | CSAI[^42] | ✅ | | | | | `2023 - arXiv` |
| Neural Net | SegRNN🧑‍🔧[^43] | ✅ | | | | | `2023 - arXiv` |
| Neural Net | SCINet🧑‍🔧[^30] | ✅ | | | | | `2022 - NeurIPS` |
| Neural Net | Nonstationary Tr.🧑‍🔧[^25] | ✅ | | | | | `2022 - NeurIPS` |
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The paper references are all listed at the bottom of this readme file.
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
| Neural Net | TiDE🧑‍🔧 :cite:`das2023tide` | ✅ | | | | | ``2023 - TMLR`` |
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
| Neural Net | CSAI :cite:`qian2023csai` | ✅ | | | | | ``2023 - arXiv`` |
| Neural Net | CSAI :cite:`qian2023csai` | ✅ | | | | | ``2023 - arXiv`` |
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
| Neural Net | SegRNN🧑‍🔧 :cite:`lin2023segrnn` | ✅ | | | | | ``2023 - arXiv`` |
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
Expand Down
9 changes: 9 additions & 0 deletions docs/pypots.classification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ pypots.classification.brits
:show-inheritance:
:inherited-members:

pypots.classification.csai
----------------------------------

.. automodule:: pypots.classification.csai
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pypots.classification.grud
---------------------------------

Expand Down
Loading