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

多步预测 #2

Open
zhouzexufly opened this issue Aug 11, 2021 · 1 comment
Open

多步预测 #2

zhouzexufly opened this issue Aug 11, 2021 · 1 comment

Comments

@zhouzexufly
Copy link

请问我要进行多步预测,就是用前m个数据点预测后n个数据点,要修改哪些参数呢?谢谢

@zwd2016
Copy link
Owner

zwd2016 commented Apr 23, 2022

请问我要进行多步预测,就是用前m个数据点预测后n个数据点,要修改哪些参数呢?谢谢
似乎是数据处理的时候要把数据集按照预测步数整理下形状重新生成X和Y(label),你可以看看那些基于Transformer的模型,那类型的研究主要是多步预测,基于LSTM的模型因为误差积累的原因多步的效果很不好。

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