Installation
Install the Azure ML Python SDK:
#
Create WorkspacePlease prepare your Azure subscription, resource group, and decide your Workspace name in order to create Workspace
.
If you don't have subscription, please generate it for free.
info
You can easily access this later with
#
Create Compute TargetThe following example creates a compute target in your workspace with:
- VM type: CPU
- VM size: STANDARD_D2_V2
- Cluster size: up to 4 nodes
- Idle time: 2400s before the node scales down automatically
Modify this code to update to GPU, or to change the SKU of your VMs.
info
You can access this later with