Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Detect anomaly status of the latest point in time series.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /timeseries/last/detect
Find anomalies for the entire series in batch.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /timeseries/entire/detect
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:cognitiveservices-AnomalyFinder
At a glance
Language Jupyter Notebook
Endpoints2
✓ Official