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

Adding TimesNet as an imputation model #250

Closed
1 task done
WenjieDu opened this issue Dec 1, 2023 · 2 comments
Closed
1 task done

Adding TimesNet as an imputation model #250

WenjieDu opened this issue Dec 1, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request new algo Proposing to add a new model/algorithm
Milestone

Comments

@WenjieDu
Copy link
Owner

WenjieDu commented Dec 1, 2023

1. Model description

TimesNet: Temporal 2D-Variation Modeling for General Time Series Analysis from ICLR 2023.

This model can be applied to multiple tasks in time series analysis, e.g. imputation, classification, forecasting, and anomaly detection, but it is not a multi-task model, namely, it cannot be end-to-end trained on multiple tasks simultaneously. Additionally, except for the imputation task, TimesNet doesn't work on POTS data, i.e. for classification, forecasting, and anomaly detection tasks, it needs complete time-series samples as input.

However, we can add it to PyPOTS as an imputation model.

2. Check open-source status

  • The model implementation is publicly available

3. Provide useful information for the implementation

https://github.com/thuml/Time-Series-Library/blob/main/models/TimesNet.py

@WenjieDu WenjieDu added enhancement New feature or request new algo Proposing to add a new model/algorithm labels Dec 1, 2023
@WenjieDu WenjieDu changed the title Adding TimesNet Adding TimesNet as an imputation model Dec 1, 2023
@WenjieDu WenjieDu added this to the v0.3 milestone Dec 1, 2023
@WenjieDu WenjieDu self-assigned this Dec 2, 2023
@591343
Copy link

591343 commented Dec 3, 2023

When can I use TimesNet in release ?

@WenjieDu
Copy link
Owner Author

WenjieDu commented Dec 3, 2023

Hi @591343, if you like PyPOTS, please star🌟 this repo to make more people notice this useful toolkit. To receive the latest news about PyPOTS, you can follow me on GitHub.

Regarding your question, you can use it right now. The sub-branch integrating TimesNet has been merged into the main branch.

@WenjieDu WenjieDu closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new algo Proposing to add a new model/algorithm
Projects
None yet
Development

No branches or pull requests

2 participants