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

Add SegRNN Implementation #537

Merged
merged 5 commits into from
Oct 15, 2024
Merged

Add SegRNN Implementation #537

merged 5 commits into from
Oct 15, 2024

Conversation

lss-1138
Copy link
Contributor

What does this PR do?

I have added an implementation of the SegRNN model along with testing examples. SegRNN is an innovative RNN-based model designed for Long-Term Time Series Forecasting (LTSF). It incorporates two fundamental strategies:

  1. Replacing point-wise iterations with segment-wise iterations.
  2. Substituting Recurrent Multi-step Forecasting (RMF) with Parallel Multi-step Forecasting (PMF).

I have made appropriate adjustments to the original SegRNN to make it suitable for imputation tasks.

Before submitting

  • This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case).
  • Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have written necessary tests and already run them locally.

WenjieDu and others added 5 commits September 26, 2024 13:54
Update docs and release v0.8.1
Add FITS imputation model and update docs
* Add CSAI implementation to pypots

---------

Co-authored-by: Joseph Arul Raj Patterson Kulandai Raj <[email protected]>
Co-authored-by: LINGLONGQIAN <[email protected]>
Co-authored-by: Joseph Arul Raj Patterson Kulandai Raj <[email protected]>
@WenjieDu WenjieDu merged commit 1eecbbf into WenjieDu:dev Oct 15, 2024
0 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants