Vsooong / multivariate-prediction

time-series-predictoin(LSTNet,SAB,Transformer...)
138 stars 29 forks source link

Question regarding your LSTNet #2

Open Essie0715 opened 3 years ago

Essie0715 commented 3 years ago

I have to say this is the greatest LSTNet repository I have ever seen. I have tried your code with these four datasets without a problem. Especially, the exchange rate dataset. However, when I try to predict the return of the exchange rate (change in percentage comparing the exchange rate on day 1 to the exchange rate on day 2), it seems inaccurate.

Thanks for your help in advance.

shawnazhao commented 2 years ago

I have to say this is the greatest LSTNet repository I have ever seen. I have tried your code with these four datasets without a problem. Especially, the exchange rate dataset. However, when I try to predict the return of the exchange rate (change in percentage comparing the exchange rate on day 1 to the exchange rate on day 2), it seems inaccurate.

Thanks for your help in advance.

hi @Essie0715, can you tell me where you got the dataset?

Essie0715 commented 2 years ago

You can find these four in the UCI dataset. Let me know if you have any questions.

On Tue, Aug 17, 2021 at 12:31 AM shawnazhao @.***> wrote:

I have to say this is the greatest LSTNet repository I have ever seen. I have tried your code with these four datasets without a problem. Especially, the exchange rate dataset. However, when I try to predict the return of the exchange rate (change in percentage comparing the exchange rate on day 1 to the exchange rate on day 2), it seems inaccurate.

Thanks for your help in advance.

hi @Essie0715 https://github.com/Essie0715, can you tell me where you got the dataset?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Vsooong/multivariate-prediction/issues/2#issuecomment-899559452, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANO4D5EP6KTARP6HN7FOKV3T5EOMRANCNFSM4TKWBXUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

shawnazhao commented 2 years ago

You can find these four in the UCI dataset. Let me know if you have any questions. On Tue, Aug 17, 2021 at 12:31 AM shawnazhao @.***> wrote: I have to say this is the greatest LSTNet repository I have ever seen. I have tried your code with these four datasets without a problem. Especially, the exchange rate dataset. However, when I try to predict the return of the exchange rate (change in percentage comparing the exchange rate on day 1 to the exchange rate on day 2), it seems inaccurate. Thanks for your help in advance. hi @Essie0715 https://github.com/Essie0715, can you tell me where you got the dataset? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANO4D5EP6KTARP6HN7FOKV3T5EOMRANCNFSM4TKWBXUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

thank you!