Extracting predicted values from HTM Engine

Dear all,

I am using the HTM engine to detect anomalies on CPU and Memory usage data. I am able to extract the anomaly scores from the database, but I would like to know if it’s possible to extract as well the predicted values.

Moreover, it is possible to define on the model a “prediction step”? Similar to what we do with NUPIC on the Hot Gym tutorial.

Best regards,
José Santos

HTM Engine was created only for anomaly detection apps. It doesn’t do prediction today. Here is an issue were we have discussed adding prediction:

https://github.com/numenta/numenta-apps/issues/504

Thank you for the reply.

There is already a pull request about adding the multistep predictions to the HTM Engine.

Best regards,
José Santos