Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.46 KB

prefix.md

File metadata and controls

41 lines (30 loc) · 1.46 KB
page_type languages products description
sample
azurecli
azure-machine-learning
Top-level directory for official Azure Machine Learning CLI sample code.

Azure Machine Learning CLI (v2) (preview) examples

cleanup code style: black license: MIT

Welcome to the Azure Machine Learning examples repository!

Prerequisites

  1. An Azure subscription. If you don't have an Azure subscription, create a free account before you begin.

  2. A terminal. Install and set up the CLI (v2) before you begin.

  3. Clone this repository:

    git clone https://github.com/Azure/azureml-examples --depth 1
    cd azureml-examples/cli
  4. Run the setup script and create compute:

    bash setup.sh
    bash create-compute.sh

Getting started

  1. Train models (create jobs) with the CLI (v2)
  2. Deploy and score a model using a managed online endpoint

Examples