High anomalylikelihood values for hot gym anomaly example

Apologies, for not being clear in what I did. I did use nupic 0.6.0, and it does initially break, but I did change the variable names back from the 0.7 version to the 0.6 version (pretty much the reverse of your WARNING: 0.7.0 breaking changes post).

  • rec_center_hourly_model_params.py
    • Line 12: ‘model’: ‘HTMPrediction’, ==> ‘model’: ‘CLA’,
    • Line 64: ‘tmEnable’: True, ==> ‘tpEnable’: True,
    • Line 65: ‘tmParams’: ==> ‘tpParams’:
  • run.py
    • Line 33: model_factory ==> modelfactory

As far as I can tell though these are just variable name changes, right?[quote=“rhyolight, post:8, topic:2311”]
I’d like to see the exact results CSV file so I can compare with mine, if you can post it.
[/quote]

Here is the original rec-center-hourly_out using nupic 0.7
https://gist.github.com/mseinstein/bdd0b8980905f17bf8e8881db8c0db03

And here it is after removing the Tuesdays

https://gist.github.com/mseinstein/2065766c2176e77e95af34ca1f5bff84