From db0bc404627d7853e0f00b6769d58764d5994fec Mon Sep 17 00:00:00 2001
From: Wenjie Du
Date: Mon, 15 Apr 2024 11:29:10 +0800
Subject: [PATCH] docs: update README;
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8e6277c..73ac4fb 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,14 @@
> [!TIP]
-> ๐ **[Updates in Feb 2024] Our survey paper [Deep Learning for Multivariate Time Series Imputation: A Survey](https://arxiv.org/abs/2402.04059) has been released on arXiv.
+> ๐ **[Updates in Feb 2024] Our survey paper [Deep Learning for Multivariate Time Series Imputation: A Survey](https://arxiv.org/abs/2402.04059) has been released on arXiv.
The code is open source in the GitHub repo [Awesome_Imputation](https://github.com/WenjieDu/Awesome_Imputation).
We comprehensively review the literature of the state-of-the-art deep-learning imputation methods for time series,
-provide a taxonomy for them, and discuss the challenges and future directions in this field.**
+provide a taxonomy for them, and discuss the challenges and future directions in this field.**
+>
+> ๐ฅ **[Updates in Apr 2024] We applied SAITS embedding and training strategies to Crossformer, PatchTST, DLinear, ETSformer, FEDformer,
+> Informer, Autoformer in PyPOTS
+> to enable them applicable to the time-series imputation task.**
**โผ๏ธKind reminder: This document can help you solve many common questions, please read it before you run the code.**