Skip to content

Commit 646104f

Browse files
committed
End to End tutorial - 4 misc fixes
1 parent 0696126 commit 646104f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/iot-edge/tutorial-machine-learning-edge-04-train-model.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'In this tutorial, you will train a machine learning model using Az
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban
7-
ms.date: 2/10/2020
7+
ms.date: 2/24/2020
88
ms.topic: tutorial
99
ms.service: iot-edge
1010
services: iot-edge
@@ -56,7 +56,9 @@ We will upload sample notebook files into a new Azure Notebooks project.
5656

5757
1. From the user page of your new account, select **My Projects** from the top menu bar.
5858

59-
1. On the **Create New Project** dialog box, provide a **Project Name** that also automatically forms the **Project ID**.
59+
1. Add a new project by selecting the **+** button.
60+
61+
1. On the **Create New Project** dialog box, provide a **Project Name**.
6062

6163
1. Leave **Public** and **README** unchecked as there is no need for the project to be public or to have a readme.
6264

@@ -68,6 +70,8 @@ We will upload sample notebook files into a new Azure Notebooks project.
6870

6971
1. Navigate to **C:\source\IoTEdgeAndMlSample\AzureNotebooks**. Select all the files in the list and click **Open**.
7072

73+
1. Check the **I trust the content of these files** box.
74+
7175
1. Select **Upload** to begin uploading and then select **Done** once the process is complete.
7276

7377
### Azure notebook files
@@ -104,8 +108,6 @@ Now that the project is created, you can run the notebooks.
104108

105109
![Select first notebook to run](media/tutorial-machine-learning-edge-04-train-model/select-turbofan-regression-notebook.png)
106110

107-
1. If prompted, choose the Python 3.6 Kernel from the dialog and select **Set Kernel**.
108-
109111
1. If the notebook is listed as **Not Trusted**, click on the **Not Trusted** widget in the top right of the notebook. When the dialog comes up, select **Trust**.
110112

111113
1. In the notebook, scroll down to the cell that follows the **Set global properties** instructions and that begins with the code `AZURE_SUBSCRIPTION_ID =` and fill in the values for your Azure subscription, settings, and resources.

0 commit comments

Comments
 (0)