-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Description
Hi,
Currently I'm working on the Graph-WaveNet code with my own dataset (predicting the amount of patients occupying a bed in a hospital).
There is one thing I don't fully understand from the code.
In this line of code (test.py line 100-104):

y12 = realy[:,99,11].cpu().detach().numpy()
yhat12 = scaler.inverse_transform(yhat[:,99,11]).cpu().detach().numpy()
y3 = realy[:,99,2].cpu().detach().numpy()
yhat3 = scaler.inverse_transform(yhat[:,99,2]).cpu().detach().numpy()
Can anyone explain to me what they are doing in this piece of code? And what the difference is between y12 and y3?
I really hope someone can help me! :)
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels