Hey all, Running into a problem with TemporalMultiStep prediction, wondering if anyone has encountered anything similar.
I am feeding NuPIC a stream of data that includes a numeric variable I am trying to predict. This variable follows a pretty obvious pattern, it is 0 for 4 periods at a time and on the 5th period has positive numeric value. Here is a sample of the variable changing over time: 0,0,0,0,2,0,0,0,0,3,0,0,0,0,1... etc In CL params, I have NuPIC generate predictions for steps 1-5. However, instead of the prediction results I am expecting, e.g.: 0,0,0,0,4 or 0,3,0,0,0, depending where I am in the cycle, NuPIC makes predictions that look like this: 0.3,0.3,0.3,0.3,0.3 I was wondering if anyone has any idea what's going on and what I can do to fix this issue? Appreciate the help, Sergey
