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)
