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

Proposal: Adding SegRNN Code to the Library #346

Closed
lss-1138 opened this issue Mar 1, 2024 · 2 comments
Closed

Proposal: Adding SegRNN Code to the Library #346

lss-1138 opened this issue Mar 1, 2024 · 2 comments

Comments

@lss-1138
Copy link
Contributor

lss-1138 commented Mar 1, 2024

Hi, thank you for your efforts in contributing to the advancement of the community, and I have been following your work for quite some time. I noticed that your repository does not include any baseline methods based on RNNs, which is understandable given that traditional RNNs struggle to model very long sequences.

To address this, we have introduced SegRNN (repository link: https://github.com/lss-1138/SegRNN), which significantly improves the performance of RNN methods in long time series prediction tasks and currently stands as the state-of-the-art RNN-based method. It demonstrates outstanding performance regardless of the length of the look-back length, whether it be longer (720) or shorter (96).

The performance of SegRNN on the Weather dataset with a look-back length of 720
image

The performance of SegRNN on the Weather dataset with a look-back length of 96
image

We would greatly appreciate it if you could consider incorporating SegRNN into your repository. Once again, thank you for your efforts.

@wuhaixu2016
Copy link
Collaborator

Hi, many thanks for your recommendation.
Due to the time limitation, we recently mainly focus on fixing bug. Would you please kindly propose a pull request?

@lss-1138
Copy link
Contributor Author

lss-1138 commented Apr 1, 2024

Ok. We have proposed a pull request. Thank you for your efforts. @wuhaixu2016

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

No branches or pull requests

2 participants