Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Fine Grained control on Anomaly Detection for different series_type #324

Open
Fletchersan opened this issue Oct 16, 2021 · 0 comments
Open
Assignees
Labels

Comments

@Fletchersan
Copy link
Contributor

Status Quo of current architecture:

Currently the AnomalyDetectionController class has a single detect function which runs anomaly detection for all 3 series types:

  • overall
  • sudim
  • data_quality

A more fine grained control would help in multiple scenarios down the line, including in cases where we would run anomaly detection for the overall kpi or a combination of overall and data_quality etc. giving the user a choice for what to run.

This would also help in handling scheduler load, by staggering anomaly detection for different series_type to coincide with live data updation.

Proposed Solution Implementation:

Creation of another field in the anomaly_params dictionary which will contain a series of flags signalling which series_type to run anomaly detection for.

@Fletchersan Fletchersan self-assigned this Oct 16, 2021
manassolanki added a commit that referenced this issue Oct 16, 2021
@suranah suranah reopened this Dec 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants