It does not appear the the ma.update() will do anything considering non of the tsmm model implement the update() method. Is it expected that when using this library it is always for just one off data anomaly detection? or should we implement the update() method yourself.
I would like to use this library a a backbone for some stream processing of data and update model and detect new anomalies in real time. Am i missing something about how the library should be used?
It does not appear the the ma.update() will do anything considering non of the tsmm model implement the update() method. Is it expected that when using this library it is always for just one off data anomaly detection? or should we implement the update() method yourself.
I would like to use this library a a backbone for some stream processing of data and update model and detect new anomalies in real time. Am i missing something about how the library should be used?