I just started working on HTM for anomaly detection, I tested hotgym example and implemented it for my dataset. I created model_params using swarming. Everything is working fine, But i am not getting any anomalies detected, only first 5 values are showed as anomalies and no other value has anomaly score of more than 0.1 and 70% has 0 as anomaly score.
Also in one_gym example i am getting 0.9 as anomaly_liklihood score to most of the values.
Can anyone please help?
No what i mean is, am using one_gym example on my dataset with my model_params. I have a timestamp dataset of per day values, total of 600 values. i think my model parameters are not created correctly, What to do? Please help.