Hello,
I’m trying to build a system to analyze variations in the price of various currencies using NuPIC. At the moment I’m actually testing swarming over an initial set of around 10k data points and wanted to see how swarming behaves with various encoders, however when trying to force it in the SWARM_CONFIG to use, for example, a DeltaEncoder or RandomDistributedScalarEncoder by specifying the “encoderType”, I get this message:
`RuntimeError: Unsupported encoder type 'DeltaEncoder'`
From looking into the /usr/local/lib/python2.7/dist-packages/nupic/swarming/exp_generator/experiment_generator.py
file, I can see that this has not been implemented in the swarming mechanism - am I wrong? Is there a way to use these or other encoders in swarming for scalar (float or integer) data? And if there is, how can one do this in the SWARM_CONFIG?
Thank you,
Alex R.