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.**