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

question for TPA-LSTM source code #16

Open
verystrongjoe opened this issue Dec 30, 2020 · 9 comments
Open

question for TPA-LSTM source code #16

verystrongjoe opened this issue Dec 30, 2020 · 9 comments

Comments

@verystrongjoe
Copy link

verystrongjoe commented Dec 30, 2020

ypred = model(ytrain)

In this line, I think that Xtrain should be used instead of ytrain. Am I wrong?
I could not have found any source code for using multi-variate features in TPA-LSTM code.

@jingw2
Copy link
Owner

jingw2 commented Jan 5, 2021

In the paper, TPA-LSTM just uses y_{t-w}, y_{t-w+1} ... to predict y_{t-1+delta}

@2017wxyzwxyz
Copy link

@verystrongjoe,你好!请问你是在windows还是linux环境下跑通这些程序的?若在windows10下跑通,能否发我一份代码,我这里出现非常多的错误,我的邮箱是[email protected],多谢!

@verystrongjoe
Copy link
Author

@2017wxyzwxyz Hi, I will run this source code on my Ubuntu OS. do you want me to send the source code? I think that there is no big difference between original source code and my local code. If you want, I will send a zip file.

@2017wxyzwxyz
Copy link

Please send me your code, thank you!

@xiaolongwu0713
Copy link

In the paper, TPA-LSTM just uses y_{t-w}, y_{t-w+1} ... to predict y_{t-1+delta}

I think they use multivariate model, not single variable.

@YachaoDong
Copy link

ypred = model(ytrain)

In this line, I think that Xtrain should be used instead of ytrain. Am I wrong?
I could not have found any source code for using multi-variate features in TPA-LSTM code.

Hi~
Have you finally solved the problem of multivariate forecasting?

@jingw2
Copy link
Owner

jingw2 commented Oct 13, 2021

image

@MikhailovichGlushkov
Copy link

TPA-LSTM 是应该考虑多个特征的,请问就这个项目而言需要在哪个地方进行改进

@EdoPriyo13
Copy link

@verystrongjoe Hello! Are you running this program in a windows or linux environment? If it works on Windows 10, could you send me a copy of the code? I have a lot of errors here. My email is [email protected] Thank You!

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

7 participants