htm-community / hitc

HTM In The Cloud
GNU Affero General Public License v3.0
7 stars 7 forks source link

If no model params are provided on model create, use default anomaly detection params #11

Open rhyolight opened 8 years ago

rhyolight commented 8 years ago

An alternate use-case for creating model, in addition to the standard one defined in #5:

use these.

Depends on #5.

JonnoFTW commented 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}
rhyolight commented 8 years ago

I will look into this after I test it out.