anomaly-detection icon indicating copy to clipboard operation
anomaly-detection copied to clipboard

Add ability to stop the learning phase for the detector

Open tejpochiraju opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. Currently, the detector continues learning from new data - even if this is anomalous. This results in unexpected behaviour such as abnormal data being normalised if a failure condition persists. This is often the case with e.g. industrial sensors.

Imagine a temperature sensor in a process with normal temperatures between 30C-80C. In a failure, the sensor detects 100C and the failure persists. In such a case the anomaly detector will initially detect the anomaly and gradually lower its grade until 100C is no longer considered anomalous by the detector.

anomaly_detection_results

Describe the solution you'd like Give users the ability to pause or stop training of the detector so that new data, anomalous or otherwise, is not used for training.

Describe alternatives you've considered Rule based detectors can catch these use cases but are cumbersome.

Additional context I have written a blog article describing the overall flow and use case.

tejpochiraju avatar Feb 17 '21 12:02 tejpochiraju

Thanks Tej. I will discuss with the team and reply later.

kaituo avatar Feb 18 '21 20:02 kaituo

Hi Tej, we accepted the feature request and will put this to our backlog. You are also welcome to contribute the changes if you have bandwidth.

kaituo avatar Feb 19 '21 19:02 kaituo