File "/opt/nupic.core-master/bindings/py/src/nupic/bindings/engine_internal.py", line 1167, in addRegion
return _engine_internal.Network_addRegion(self, *args, **kwargs)
ImportError: No module named AnomalyLikelihoodRegion
You can see that this script is trying to add an AnomalyLikelihoodRegion here:
Usually when there is a missing region, I review the python region definitions in engine/__init__.py:
I think that will work but at some point there was a limitation that required the module and class names to match which would mean the file name would need to be changed. I think that has since been fixed though.