Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

9/22/22, 2:07 PM What is Azure Machine Learning designer?

- Training | Microsoft Learn

R Previous Unit 4 of 8 S Next T

" 100 XP

What is Azure Machine Learning designer?


4 minutes

In Azure Machine Learning studio, there are several ways to author regression machine
learning models. One way is to use a visual interface called designer that you can use to train,
test, and deploy machine learning models. The drag-and-drop interface makes use of clearly
defined inputs and outputs that can be shared, reused, and version controlled.

Each designer project, known as a pipeline, has a left panel for navigation and a canvas on
your right hand side. To use designer, identify the building blocks, or components, needed for
your model, place and connect them on your canvas, and run a machine learning job.

Pipelines
Pipelines let you organize, manage, and reuse complex machine learning workflows across
projects and users. A pipeline starts with the dataset from which you want to train the model.
Each time you run a pipeline, the configuration of the pipeline and its results are stored in
your workspace as a pipeline job.

https://learn.microsoft.com/en-us/training/modules/create-regression-model-azure-machine-learning-designer/4-what-is-azure-designer 1/5
9/22/22, 2:07 PM What is Azure Machine Learning designer? - Training | Microsoft Learn

Components
An Azure Machine Learning component encapsulates one step in a machine learning pipeline.
You can think of a component as a programming function and as a building block for Azure
Machine Learning pipelines. In a pipeline project, you can access data assets and components
from the left panel's Asset Library tab.

https://learn.microsoft.com/en-us/training/modules/create-regression-model-azure-machine-learning-designer/4-what-is-azure-designer 2/5
9/22/22, 2:07 PM What is Azure Machine Learning designer? - Training | Microsoft Learn

Datasets
You can create data assets on the Data page from local files, a datastore, web files, and Open
Datasets. These data assets will appear along with standard sample datasets in designer's

https://learn.microsoft.com/en-us/training/modules/create-regression-model-azure-machine-learning-designer/4-what-is-azure-designer 3/5
9/22/22, 2:07 PM What is Azure Machine Learning designer? - Training | Microsoft Learn

Asset Library.

Azure Machine Learning Jobs


An Azure Machine Learning (ML) job executes a task against a specified compute target. Jobs
enable systematic tracking for your machine learning experimentation and workflows. Once a
job is created, Azure ML maintains a run record for the job. All of your jobs' run records can be
viewed in Azure ML studio.

In your designer project, you can access the status of a pipeline job using the Submitted jobs
tab on the left pane.

https://learn.microsoft.com/en-us/training/modules/create-regression-model-azure-machine-learning-designer/4-what-is-azure-designer 4/5
9/22/22, 2:07 PM What is Azure Machine Learning designer? - Training | Microsoft Learn

You can find all the jobs you have run in a workspace on the Jobs page.

Next unit: Understand steps for regression

Continue T

How are we doing? X X X X X

https://learn.microsoft.com/en-us/training/modules/create-regression-model-azure-machine-learning-designer/4-what-is-azure-designer 5/5

You might also like