Open rhyolight opened 8 years ago
Provided params fail to make the model even after I updated nupic:
#### Error in constructing RandomDistributedScalarEncoder encoder. Possibly missing some required constructor parameters.
Parameters that were provided are: {'seed': 42, 'name': 'c1', 'numBuckets': 114.0}
I will look into this after I test it out.
An alternate use-case for creating model, in addition to the standard one defined in #5:
/models
: create modelmodel_params
object used to create the model so the user knows the expected data structureuse these.
Depends on #5.