Azure Anomaly Detector API does not detect a very high drop

Alon Mansour 21 Reputation points
2022-05-26T15:55:36.283+00:00

Hi,

I'm trying to work with the anomaly detector API, and I'm getting some results I don't understand.
On the example data, I have a very high drop but the anomaly detector fail to identify it.
I've tried a lot of different combinations of sensitivity and max anomaly ratio but with no luck, the anomalies I get are on simple deviations but not on the high drop.

205942-2022-05-26-18-44-39.jpg

Thanks,
Alon

205885-container-mem-series1csv.txt

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,367 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 41,961 Reputation points Microsoft Employee
    2022-05-27T10:21:30.797+00:00

    @Alon Mansour I think the behavior seen above is similar to this documented scenario on the batch(entire) and latest(last) point anomaly detection. An example of how this behavior detects the anomalies is shown with the same set of timeseries data in the document.

    Batch detection creates and applies only one model, the detection for each point is done in the context of the whole series. If the time series data trends up and down without seasonality, some points of change (dips and spikes in the data) may be missed by the model. Similarly, some points of change that are less significant than ones later in the data set may not be counted as significant enough to be incorporated into the model.

    To confirm I have taken the data from your file and used the dip in data to run latest(last) point API. This detection is able to find the anomaly as seen in screen shot below. Hope this helps!!

    206221-image.png

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


0 additional answers

Sort by: Most helpful