Anomaly Detection Using ML.Net

Swapnil Dave 41 Reputation points
2021-09-23T07:13:05.107+00:00

I want to detect anomaly for the time series i am having and i want to understand how does the microsoft detects anomaly withe the different algorithms it provides.

The problem or the challenge i am facing is that the method arguments. I don't know what arguments should i pass in the algorithm.

Like For Example:

DetectAnomalyBySrCnn has arguments like :- trainingWindowSize, threshold, backAddWindowSize, and many more.

How to pass these parameters in a way that i get correct output.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,238 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,371 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,611 Reputation points
    2021-09-24T14:30:11.923+00:00

    @Swapnil Dave Thanks for the question. Can you please share the sample/Document that you are trying.
    SR in ML.NET​ and SR in Python: https://github.com/microsoft/anomalydetector
    Try out the service​ at Azure Notebook: https://aka.ms/adnotebook​
    Here is link to the document using ML.NET.