Skip to content

Instantly share code, notes, and snippets.

@lindacmsheard
Created July 8, 2021 09:24
Show Gist options
  • Save lindacmsheard/92e33dc232dfff59d4afe42b8bf4f144 to your computer and use it in GitHub Desktop.
Save lindacmsheard/92e33dc232dfff59d4afe42b8bf4f144 to your computer and use it in GitHub Desktop.
Where to go first for Azure Machine Learning documentation

Last updated: July 2021

-- disclaimer: This is my personal preference, always review the official documentation for updates.

Where to go for AzureML Docs

Examples of how to get started

This is a very currently active repo with examples and tutorials.

Use this also to raise github issues with any specific questions or issues.

Short-form docs

A separate docs location with slimmed down docs that cover only the essentials

Python SDK formal documentation

Do always check the formal docs on any class methods available beyond the scope of the example tutorials

Azure ML CLI

Important: v1 of the az ml cli will be superceded by v2, which is now in preview.

For reference: V1 documentation:

The V2 documentation has moved within the broader Azure CLI documentation:

About the CLI V2

The CLI v2 aims to provide a complete alternative to the Python SDK for the orchestration plane. Compute, jobs, experiments etc are defined and managed via yaml configuration files that are submitted to the Azure Machine Learning Workspace through the CLI, making integration with Devops systems easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment