Create Compute Instance
This page describes the steps required to create a compute instance for training and evaluating machine learning algorithms in Azure Machine Learning Studio.
Last updated
This page describes the steps required to create a compute instance for training and evaluating machine learning algorithms in Azure Machine Learning Studio.
Last updated
A compute instance will provide the necessary computing resources for machine learning training and testing. While there is also an option to create a compute cluster, a low-end compute instance will be created in this tutorial.
Click "Settings" in top right of the "Designer"
Select the compute type. There are several options available but select "Compute instance" for this experiment.
Click "Compute instance"
Click "Create Azure ML compute instance"
Enter Compute name as "mlcomputeinstance"
Choose "Select from all options" to see more compute options.
Click on "Cost" to order all compute options by cost.
Select a suitable compute instance.
Click "Create".
10 Select the created compute instance "STANDARD_DS1_V2" in the pipeline once the instance is ready.
Continue with Create an ML Pipeline.