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

value_y #5

Open
gitWayneZhang opened this issue Feb 22, 2023 · 0 comments
Open

value_y #5

gitWayneZhang opened this issue Feb 22, 2023 · 0 comments

Comments

@gitWayneZhang
Copy link

Hi,
I see your value_y constructor in the covid_recurrent.py
values_y = df.iloc[(i + params.lookback_pattern[0]):(i + params.lookback_pattern[0] + 1), 1:].to_numpy().T

Is this just one day case value starting from 28th day?
Wondering should be a sequence from the second day to the 29th day? Like:
values_y = df.iloc[(i + 1):(i + params.lookback_pattern[0] + 1), 1:].to_numpy().T
Could you help explain this?
THANKS.
Wayne

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