davidhallac / TICC

BSD 2-Clause "Simplified" License
457 stars 162 forks source link

Prediction Method Input #55

Open mitkina opened 5 years ago

mitkina commented 5 years ago

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!