You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the prediction method input takes in an array of size [m, n*w] where m is the number of time steps (rows in the file), n is the number of features (columns in the file), and w is the window size. The documentation seems to suggest that the input should be of size [m, n] during testing. I was wondering if you could clarify the correct intention?
Thanks!
The text was updated successfully, but these errors were encountered:
It seems that the prediction method input takes in an array of size [m, n*w] where m is the number of time steps (rows in the file), n is the number of features (columns in the file), and w is the window size. The documentation seems to suggest that the input should be of size [m, n] during testing. I was wondering if you could clarify the correct intention?
Thanks!
The text was updated successfully, but these errors were encountered: