You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-cloud-workstation.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ You can create compute resources in the **Compute** section in your workspace. A
36
36
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
37
37
1. Select your workspace, if it isn't already open.
38
38
1. In the left pane, select **Compute**.
39
-
1. If you don't have a compute instance, you see **New** in the middle of the screen. Select **New** and fill out the form. You can use all the defaults.
39
+
1. If you don't have a compute instance, you see **New** in the middle of the page. Select **New** and fill out the form. You can use all the defaults.
40
40
1. If you have a compute instance, select it from the list. If it's stopped, select **Start**.
41
41
42
42
## Open Visual Studio Code (VS Code)
@@ -58,7 +58,7 @@ In order for your script to run, you need to be working in an environment that's
58
58
Files that you upload are stored in an Azure file share, and these files are mounted to each compute instance and shared within the workspace.
59
59
60
60
1. Go to [azureml-examples/tutorials/get-started-notebooks/workstation_env.yml](https://github.com/Azure/azureml-examples/blob/main/tutorials/get-started-notebooks/workstation_env.yml).
61
-
1. Download the Conda environment file [*workstation_env.yml*](https://github.com/Azure/azureml-examples/blob/main/tutorials/get-started-notebooks/workstation_env.yml) to your computer selecting the ellipsis button (**...**) in the top-right corner of the page and then selecting **Download**.
61
+
1. Download the Conda environment file *workstation_env.yml* to your computer by selecting the ellipsis button (**...**) in the top-right corner of the page and then selecting **Download**.
62
62
1. Drag the file from your computer to the Visual Studio Code window. The file is uploaded to your workspace.
63
63
1. Move the file into your username folder.
64
64
@@ -88,7 +88,7 @@ In order for your script to run, you need to be working in an environment that's
88
88
cd Users/myusername
89
89
```
90
90
91
-
1. Make sure the workstation_env.yml is in the folder.
91
+
1. Make sure workstation_env.yml is in the folder.
92
92
93
93
```bash
94
94
ls
@@ -132,7 +132,7 @@ You now have a new kernel. Next, you'll open a notebook and use this kernel.
132
132
133
133
## Set the kernel
134
134
135
-
1. On the top-right corner of the new file, select**Select Kernel**.
135
+
1. In the top-right corner of the new file, select**Select Kernel**.
136
136
1. Select **Azure ML compute instance (computeinstance-name)**.
137
137
1. Select the kernel you created: **Tutorial Workstation Env**. If you don't see the kernel, select the refresh button above the list.
138
138
@@ -154,7 +154,7 @@ This code uses `sklearn` for training and MLflow for logging the metrics.
1. Add code to start autologging with MLflow so that you can track the metrics and results. With the iterative nature of model development, MLflow helps you log model parameters and results. Refer to the runs to compare and understand how your model performs. The logs also provide context for when you're ready to move from the development phase to the training phase of your workflows within Azure Machine Learning.
157
+
1. Add code to start autologging with MLflow so that you can track the metrics and results. With the iterative nature of model development, MLflow helps you log model parameters and results. Refer to different runs to compare and understand how your model performs. The logs also provide context for when you're ready to move from the development phase to the training phase of your workflows within Azure Machine Learning.
@@ -187,7 +187,7 @@ Now that you've tried two different models, use the results tracked by MLFfow to
187
187
:::image type="content" source="media/tutorial-cloud-workstation/jobs.png" alt-text="Screenshot that shows the Jobs item in the left pane.":::
188
188
189
189
1. Select **Develop on cloud tutorial**.
190
-
1. There are two different jobs shown, one for each of the models you tried. The names are autogenerated. If you want to rename the job, hover over the name and selectthe pencil button next to it.
190
+
1. There are two jobs shown, one for each of the models you tried. The names are autogenerated. If you want to rename the job, hover over the name and selectthe pencil button next to it.
191
191
1. Select the link for the first job. The name appears at the top of the page. You can also rename it here by using the pencil button.
192
192
1. The page shows job details, like properties, outputs, tags, and parameters. Under **Tags**, you see the **estimator_name**, which describes the type of model.
193
193
1. Select the **Metrics** tab to view the metrics that were logged by MLflow. (Your results will be different because you have a different training set.)
@@ -238,7 +238,7 @@ Go back to **Jobs** in your workspace in Azure Machine Learning studio to see th
238
238
239
239
If you plan to continue on to other tutorials, skip to [Next steps](#next-steps).
240
240
241
-
### Stop compute instance
241
+
### Stop the compute instance
242
242
243
243
If you're not going to use it now, stop the compute instance:
0 commit comments