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?
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!