Share via

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.

Developer technologies | .NET | .NET Machine Learning
Developer technologies | .NET | .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.

Developer technologies | C#
Developer technologies | 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.

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,836 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.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.