This tutorial shows the features of the Microsoft Cognitive Services Anomaly Detection REST API by using C#, Java, Python and JavaScript(HTML).
- Clone the repository, or download the repository as a .zip file and extract the .zip file into an empty directory.
- Put your subscription key into the Subscription Key field on detect function on anomalydetection.html, please verify that you are using the correct region in Subscription Region.
- Open anomalydetection.html in a Web browser.
- Enter time series data points or you can use the sample data, then click the Anomaly Detection button to detect anomaly and see the result in the right Response text box.
You are now ready to begin the tutorial.
The instructions for the tutorial can be found at Anomaly Detection API.