Path1.Mod2.a - Explore Workspace Developer Tools - ML Studio Flashcards

1
Q

The three tools for Azure ML and which to use…

A
  • ML Studio
  • Python SDK
  • Azure CLI

ALL are a personal preference…so use whatever

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ideal use cases for ML Studio

A
  • When you want to use a no-code approach
  • Quickly review your work and its results
  • Submit jobs and manage models from a Jupyter notebook
  • Ideal for data scientists.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ideal use cases for Azure ML Python SDK

A
  • Prefer the Python code approach and automating repetative work
  • Submit jobs and manage models from a Jupyter notebook
  • Ideal for data scientists
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Ideal use cases for Azure CLI

A
  • Prefer the code approach and automating repetative work (uses the Azure Machine Learning extension)
  • Ideal for infrastructure automation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When to use the Azure ML v2 and some of its features

A

Whenever you’re starting a new Machine Learning project or workflow!!
V2 has new features:
* Managed Inferencing
* Reusable pipeline components
* Improved pipeline scheduling
* Responsible AI Dashboard
* Assets Registry

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure ML v2-created Workspaces cannot reuse Azure ML v1-created entities (Workspaces, Compute, Models, Environments) due to incompatibility (T/F)

A

False. v2 can use any of them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Au-j As-a Co-c

The three main Menus (left-hand side) in Azure ML Studio and what they consist of wrt Models

A
  • Authoring - Create new jobs to train and track an ML Model
  • Assets - Create and review assets used for training models
  • Manage - Create and manage compute resources needed to train Models
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

D AML

The two Authoring tools for creating a new Job in the Studio

A
  • Designer - Drag n Drop interface for creating Pipelines with prebuilt (custom) Components
  • Auto Machine Learning (AutoML) - Wizard interface that lets you train a model using a combination of algorithms and data preproessing techniques to find the best Model for your data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Notebook Kernels

Type of Compute ideal for development and why

A

Compute Instances are ideal for dev because they are more scalable and cost efficient than local training

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Type of Compute ideal for training models and why

A

Compute Clusters are ideal for training because the Cluster will dynamically resize with its number of nodes in order to run a training job, then go back to zero nodes once the Cluster isn’t needed anymore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly