Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Get Model.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /model
List Evaluations.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /evaluations
Get Log Properties.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /logs/properties
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:cognitiveservices-Personalizer
At a glance
Language Jupyter Notebook
Endpoints17
✓ Official