The three tools for Azure ML and which to use…
ALL are a personal preference…so use whatever
Ideal use cases for ML Studio
Ideal use cases for Azure ML Python SDK
Ideal use cases for Azure CLI
When to use the Azure ML v2 and some of its features
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
Azure ML v2-created Workspaces cannot reuse Azure ML v1-created entities (Workspaces, Compute, Models, Environments) due to incompatibility (T/F)
False. v2 can use any of them.
Au-j As-a Co-c
The three main Menus (left-hand side) in Azure ML Studio and what they consist of wrt Models
D AML
The two Authoring tools for creating a new Job in the Studio
Notebook Kernels
Type of Compute ideal for development and why …
Compute Instances are ideal for dev because they are more scalable and cost efficient than local training
Type of Compute ideal for training models and why…
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