Skip to main content

Questions tagged [azure-anomaly-detection]

The tag has no usage guidance.

azure-anomaly-detection
-1 votes
1 answer
121 views

Azure anomaly detector parameters

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 ...
DMC's user avatar
  • 37
0 votes
1 answer
189 views

Azure Multivariate Anomaly Detection API

I am trying to follow the Azure Multivariate Anomaly Detection notebook: https://github.com/Azure-Samples/AnomalyDetector/blob/master/ipython-notebook/Multivariate%20API%20Demo%20Notebook.ipynb/?wt....
cch's user avatar
  • 27
0 votes
1 answer
222 views

How to use the Multi-variate Anomaly Detection Cognitive Service by Azure?

In the latest version of the Anomaly Detection Service by Azure which supports the Multi-variate Cognitive Service, we need to train a model and then consume it. The quickstart documentation for ...
Anirban Saha's user avatar
  • 1,660
1 vote
0 answers
140 views

Azure IoT Hub - DDOS Monitoring

For context I’m new to Azure IoT Hub. I’ve setup a project to monitor air quality on Azure IoT Hub, that captures various telemetry data metrics. I’m now researching how to emulate a DDoS or any ...
Benetau's user avatar
  • 11
0 votes
1 answer
35 views

Does Azure Anomaly Detection API works for Vision data

I have tried Azure Anomaly detection API with Sample dataset provided in the Github. I'm able to setup the Python environment and run with the sample data provided. Now, I'm planning to use the ...
Murugesh's user avatar
  • 1,001
0 votes
1 answer
124 views

Will the anomaly detector provide stateful version?

I have tried the new anomaly detector for some days, it seems workable in most of the cases. But it seems it is total stateless and I have to push all the history data for one single detection. It is ...
Xu Peter's user avatar
1 vote
2 answers
408 views

What anomaly detection algorithms does Microsoft offer in the Anomaly Detection API

I am exploring the Microsoft Azure anomaly detection API for potential use in my organization. I want to know what algorithms (such as isolation forest, one-class SVM, autoencoder based anomaly ...
sri's user avatar
  • 19
1 vote
1 answer
179 views

When to use “/entire” vs “/last” API in Azure Anomaly Detector?

As I went throught the docs of Anomaly Detector APIs, I've found there're two APIs (or "modes") : /last and /entire. The doc says they're streaming versus batch modes. However, I don't think the ...
Andy Wu's user avatar
  • 13
0 votes
3 answers
690 views

400 BAD Request attempting to contact Azure Anomaly Detection API

I have been following the tutorial listed here - https://learn.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/quickstarts/detect-data-anomalies-csharp I have set up my Anomaly API so I ...
JamesMatson's user avatar
  • 2,802