Hi Phil,
> Is the prediction the value that is predicted to occur in N timestamps > from now? Yes this one... :-) It is always the value that _will_ occur at tilmestep "t+n". Cheers, David On Tue, Mar 1, 2016 at 4:08 AM, Marek Otahal <[email protected]> wrote: > Yes, use MultiStepPredictionModel > and specify `steps` in OPF, then find relevant n-step-th prediction in the > output. > > On Tue, Mar 1, 2016 at 4:06 AM, Phil Goddard <[email protected]> wrote: > >> 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. >> >> >> >> >> > > > -- > Marek Otahal :o) > -- *With kind regards,* David Ray Java Solutions Architect *Cortical.io <http://cortical.io/>* Sponsor of: HTM.java <https://github.com/numenta/htm.java> [email protected] http://cortical.io
