Azure anomaly detector parameters

115 Views Asked by At

I'm trialing the azure anomaly detector API (with C#) for alert conditions in my organisation. Data is formatted and ordered correctly, and the API returns a result as expected, using the last data point technique. What I'm struggling to understand is how the following parameters interact with each other:

  • Sensitivity
  • MaxAnomalyRatio
  • Period

Documentation here only really lists types and vague ranges. Are there any specific, detailed examples showing what these parameters are and how they interact?

1

There are 1 best solutions below

0
On

This blog article has details on the max anomaly ratio I found very helpful: https://www.smartercode.io/how-azure-anomaly-detection-api-allows-you-to-find-weirdness-inside-crowd-part-2/

[Optional] Maximum Anomaly Ratio: Advanced model parameter; Between 0 and less than 0.5, it tells the maximum percentage of points that can be determined as anomalies. You can think of it as a mechanism to limit the top anomaly candidates.