Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 2.26 KB

train-models-aml-vscode.md

File metadata and controls

24 lines (17 loc) · 2.26 KB

Train and tune models in Visual Studio Code

Azure Machine Learning provides support for running experiments locally and on remote compute targets. For every experiment you can keep track of multiple runs as often you will need to iteratively try different techniques, hyperparameters, and more. You can use Azure Machine Learning to track custom metrics and experiment runs, enabling data science reproducibility and auditability.

Running experiments with Azure Machine Learning

Using Azure Machine Learning in VS Code enables you to rapidly iterate on your code, step through and debug, and use your source code control solution of choice. For a walkthrough of editing, running, and debugging code locally, see the Python Hello World Tutorial

To run your experiment with Azure Machine Learning

  1. Prepare Visual Studio Code to train and deploy your models using the Getting started with Azure Machine Learning in Visual Studio Code
  2. Open the Azure Machine Learning view in the Azure activity bar
  3. Expand your Azure subscription and Azure Machine Learning workspace
  4. Right click the Run Config of either local or remote compute you want to use. To learn more about Run Configs see Create and manage compute targets in Visual Studio Code
  5. Select Run Experiment
  6. Click View Experiment Run to see the integrated Azure Machine Learning portal to monitor your runs and see your trained models

compute

Congratulations!

You have successfully prepared Visual Studio Code for use with Azure Machine Learning.