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

Data format issues #94

Open
zzz6666 opened this issue Jul 8, 2021 · 0 comments
Open

Data format issues #94

zzz6666 opened this issue Jul 8, 2021 · 0 comments

Comments

@zzz6666
Copy link

zzz6666 commented Jul 8, 2021

image

I want to know why y = window[-1, [0]]
image

The meaning of this code is to take only the first data of the last row of each window,The data I circled in the figure above
but I think all elements in the last row of each window should be taken,The data I circled in the figure below
image

Because the last element of each sequence should be predicted, not just the first
so i think y should be equal to window[-1]
I don’t know if my idea is correct, I look forward to your reply

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

1 participant