Skip to main content

All Questions

0 votes
1 answer
203 views

How to train model with new data in azure cognitive services anomaly detector

I have started studying anomaly detector. According to my use case multivariate anomaly detector is good. I have created a model with my base data with HTTP post API (https://{endpoint}/...
Yash's user avatar
  • 386
1 vote
1 answer
451 views

How does Kusto series_outliers() calculate anomaly scores?

Can someone please explain how the series_outliers() Kusto function calculates the anomaly scores? I understand that it uses Tukey fences with a min percentile and max percentile given a numeric array,...
superdense23's user avatar
-1 votes
1 answer
122 views

Looking for suitable a service in Azure

I'm currently looking for particular service in Azure for my side project. I'd like to build a real-time service that gives alerts or notifications to users by detecting anomaly values from a time ...
DrewDrinksBrewedCoffee's user avatar
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