I've modified the Hot Gym code to handle a specific test data set that I'm
using to evaluate NuPIC, and have a question about the format of the csv file
that is generated.
Specifically, the file has 3 output columns (as per Hot Gym), namely
[timestamp, current, predicted]
Assume that the code is set up to predict N steps ahead.
Is the prediction the value that is predicted to occur in N timestamps from now?
Or is it the value that was predicted N timestamps ago to occur at this
timestamp?
Thanks
Phil.