Giter Site home page Giter Site logo

profbiyi / anomalydetector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from azure-samples/anomalydetector

0.0 1.0 0.0 573 KB

Samples for the Anomaly Detection API documentation:

Home Page: https://docs.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/

License: MIT License

Jupyter Notebook 91.95% C# 3.90% Java 1.52% Python 1.00% Go 0.54% TypeScript 0.58% Ruby 0.51%

anomalydetector's Introduction

topic languages products
sample
csharp
python
java
azure-cognitive-services

Anomaly Detection API Samples

This repository contains samples for the Anomaly Detection API, which is an Azure Cognitive Service. The Anomaly Detector API enables you to monitor and find abnormalities in your time series data by automatically identifying and applying the correct statistical models, regardless of industry, scenario, or data volume. Using your time series data, the API can find anomalies as a batch throughout your data, or determine if your latest data point is an anomaly.

Contents

File/folder Description
example-data Example data to be sent to the API, along with example API responses.
quickstarts Sample code for the Anomaly Detector API quickstarts.
example-data Example data to be sent to the API, along with example API responses.
.gitignore Define what to ignore at commit time.
README.md This README file.
LICENSE The license for the sample.

Prerequisites

You must have a Cognitive Services API account with access to the Anomaly detector API. Before continuing, You will need the access key from your Azure dashboard.

Demo

To quickly begin using the Anomaly Detector API, try an online demo. This demo runs in a web-hosted Jupyter notebook and shows you how to send an API request, and visualize the result.

To run the demo, complete the following steps:

  1. Sign in, and click Clone, in the upper right corner.
  2. click Run on free compute
  3. Open one of the notebook, for example, Anomaly Finder API Example Private Preview (Batch Method).ipynb
  4. Fill in the key in cell containing: subscription_key = '' #Here you have to paste your primary key. You can get the key by creating a Cognitive Services account.
  5. In the Notebook main menu, click Cell->run all

Warning: Uncheck the "Public" option when you clone your instance or your code and data in the project is visible to everyone. You could also change the privacy settings in your clone.

Data requirements

Example data is provided in this repository, along with example JSON responses from the API. To use the Anomaly Detector API on your time series data, ensure the following:

  • Your data points are separated by the same interval, with no missing points.
  • Your data has at least 13 data points if it doesn't have clear perodicity.
  • Your data has at least 4 data points if it does have clear perodicity.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.