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/iot-edge/tutorial-machine-learning-edge-04-train-model.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: 'In this tutorial, you will train a machine learning model using Az
4
4
author: kgremban
5
5
manager: philmea
6
6
ms.author: kgremban
7
-
ms.date: 2/10/2020
7
+
ms.date: 2/24/2020
8
8
ms.topic: tutorial
9
9
ms.service: iot-edge
10
10
services: iot-edge
@@ -56,7 +56,9 @@ We will upload sample notebook files into a new Azure Notebooks project.
56
56
57
57
1. From the user page of your new account, select **My Projects** from the top menu bar.
58
58
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**.
60
62
61
63
1. Leave **Public** and **README** unchecked as there is no need for the project to be public or to have a readme.
62
64
@@ -68,6 +70,8 @@ We will upload sample notebook files into a new Azure Notebooks project.
68
70
69
71
1. Navigate to **C:\source\IoTEdgeAndMlSample\AzureNotebooks**. Select all the files in the list and click **Open**.
70
72
73
+
1. Check the **I trust the content of these files** box.
74
+
71
75
1. Select **Upload** to begin uploading and then select **Done** once the process is complete.
72
76
73
77
### Azure notebook files
@@ -104,8 +108,6 @@ Now that the project is created, you can run the notebooks.
104
108
105
109

106
110
107
-
1. If prompted, choose the Python 3.6 Kernel from the dialog and select **Set Kernel**.
108
-
109
111
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**.
110
112
111
113
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