Swarm.py with a dataset from NAB

Hello,

I am trying to implement HTM on another dataset (more specifically: Twitter_volume_FB.csv) from the NAB dataset by following the Youtube video example (hot gym prediction model). I have nupic set up on Ubuntu 14, however im running to an issue after creating and running swarm.py and swarm_description.py. Issue says " - field type “2015-02-26 21:42:53” not a valid FieldMetaType"

Any help is appreciated.

Thank you

That is an old tutorial. Please see the quickstart docs for a better example.

1 Like

ok, thank you very much. as for the anomaly detection, are there examples for that too?

No, but the NAB codebase itself is easy to run. Look at
https://github.com/numenta/NAB/blob/master/nab/detectors/numenta/numenta_detector.py

perfect, thank you again