Hi, Taylor, it is the best thing of the day to receive your response at early morning (in China). Thanks, you really help me a lot.
as for the question:
whatās difference between ātmImplementation = ācppāā and ātmImplementation = ācppāā? which is better for anomaly detection? my data is minutely~ thanks.
I have to say sorry, I make a mistake: the right will be: the difference between ācppā and ātm_cppā.
as for:
what if i want to turn off ālearningā when i think the model are trained well enough to meet I need?
What if I want to continue train the model from where i stop ālearningā?
what I really want to express is how to turn on/off when model is runing on real time environment? i.e., what should i do when i want to continue previous training at the point i paused the model, or how to save the parameters got from training and training with the last saved parameters as initial state?
what if i want manually to label a anomaly which is not seen as anomaly points by htm?
I meant if user (like me) could serve as an assistant to help htm model, i.e., when a type of anomalies was not seen as anomalies, then i ātellā htm model these are anomalies, therefore htm could recognize them when they occur next time. or a batch of normal data was mistaken as anomalies by htm, then i ātellā htm these are normal, therefore, when this type of data appears, htm could regard them as normal data. could this be possible, and howā¦
In the docs for AD, there provides a url: https://github.com/subutai/nupic.subutai/tree/master/swarm_examples
with the sentence: āswarming with anomaly detection modelsā. So I donāt knowā¦ Iā¦ I am confusedā¦
> Youāll have to explain what you are confused about. Swarming returns model params that could be used for prediction or anomaly detection. So the statement makes sense to me.
what confused me is that in docs it suggests us to utilize swarm, but here in this topic(ādonāt swarm for anomaliy modelā) it tells us do not take advantage of swarming? So I wonder which i should follow?
You will either need to change these labels to match the names of of your input file field names, or change the input file field names to match the model params.
Yes, I the default field names in model params is āc0ā and āc1ā, i changed my input fileās fields to these two names. then it raise these errors.
Thank you again . you really do a good job . It is you ( with the papers) that really makes me know about htm which attracts me very much at the moment.