ecg-htm
ecg-htm copied to clipboard
ImportError: No module named nupic.frameworks.opf.modelfactory
On the final step: Anomaly Detection
I ran: $ python src/vector_anomaly.py but I got this error:
Traceback (most recent call last): File "src/vector_anomaly.py", line 11, in
from nupic.frameworks.opf.modelfactory import ModelFactory ImportError: No module named nupic.frameworks.opf.modelfactory
What python package(s) I have to install? Thanks
you can fix this with from nupic.frameworks.opf.model_factory import ModelFactory