Skip to content

Commit

Permalink
docs: update docs;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 17, 2024
1 parent 06626be commit 94b9e78
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ The paper references and links are all listed at the bottom of this file.
| Neural Net | BRITS[^3] || || | | `2018 - NeurIPS` |
| Neural Net | GRU-D[^4] || || | | `2018 - Sci. Rep.` |
| Neural Net | Transformer🧑‍🔧[^2] || | | | | `2017 - NeurIPS` |
| Naive | Lerp || | | | | |
| Naive | LOCF/NOCB || | | | | |
| Naive | Mean || | | | | |
| Naive | Median || | | | | |
Expand Down
1 change: 1 addition & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ PyPOTS当前支持多变量POTS数据的插补,预测,分类,聚类以及
| Neural Net | BRITS[^3] || || | | `2018 - NeurIPS` |
| Neural Net | GRU-D[^4] || || | | `2018 - Sci. Rep.` |
| Neural Net | Transformer🧑‍🔧[^2] || | | | | `2017 - NeurIPS` |
| Naive | Lerp || | | | | |
| Naive | LOCF/NOCB || | | | | |
| Naive | Mean || | | | | |
| Naive | Median || | | | | |
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ The paper references are all listed at the bottom of this readme file.
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
| Neural Net | Transformer🧑‍🔧 :cite:`vaswani2017Transformer` || | | | | ``2017 - NeurIPS`` |
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
| Naive | Lerp (Linear Interpolation) || | | | | |
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
| Naive | LOCF/NOCB || | | | | |
+----------------+-----------------------------------------------------------+------+------+------+------+------+-----------------------+
| Naive | Median || | | | | |
Expand Down
18 changes: 18 additions & 0 deletions docs/pypots.imputation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ pypots.imputation.transformer
:show-inheritance:
:inherited-members:

pypots.imputation.imputeformer
------------------------------------

.. automodule:: pypots.imputation.imputeformer
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pypots.imputation.itransformer
------------------------------------

Expand Down Expand Up @@ -252,6 +261,15 @@ pypots.imputation.grud
:show-inheritance:
:inherited-members:

pypots.imputation.lerp
-----------------------------

.. automodule:: pypots.imputation.lerp
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pypots.imputation.locf
-----------------------------

Expand Down

0 comments on commit 94b9e78

Please sign in to comment.