How to set random distributed encoder in model param

Hi All,

I am trying to predict 5 steps ahead using nupic…After swarming, the model parameter file produces scalar encoder for my input…But using this my prediction is not coming proper. So i wanted to use random distributed encoder. Please someone guide me how can i use it .

Thanks.

1 Like

Find the encoders section of the model params and swap out ScalarEncoder with RandomDistributedScalarEncoder. You’ll also have to update the parameters for the constructer, which you can find here.

1 Like