Skip to content

Commit b2de593

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into networkingoverview
2 parents 61ac5d9 + c0bb449 commit b2de593

18 files changed

+362
-177
lines changed

articles/machine-learning/tutorial-designer-automobile-price-train-score.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services: machine-learning
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: tutorial
12-
ms.date: 03/04/2020
12+
ms.date: 03/12/2020
1313
---
1414

1515
# Tutorial: Predict automobile price with the designer (preview)
@@ -164,6 +164,12 @@ Your dataset still has missing values after you remove the **normalized-losses**
164164

165165
1. Select the **Clean Missing Data** module.
166166

167+
1. In the module details pane to the right of the canvas, select **Edit Column**.
168+
169+
1. In the **Columns to be cleaned** window that appears, expand the drop-down menu next to **Include**. Select, **All columns**
170+
171+
1. Select **Save**
172+
167173
1. In the module details pane to the right of the canvas, select **Remove entire row** under **Cleaning mode**.
168174

169175
1. In the module details pane to the right of the canvas, select the **Comment** box, and enter *Remove missing value rows*.
@@ -209,19 +215,19 @@ Train the model by giving it a dataset that includes the price. The algorithm co
209215

210216
1. Select **Regression** > **Linear Regression**, and drag it to the pipeline canvas.
211217

212-
1. Find and drag the **Train Model** module to the pipeline canvas.
213-
214218
1. Connect the output of the **Linear Regression** module to the left input of the **Train Model** module.
215219

220+
1. In the module palette, expand the section **Module training**, and drag the **Train Model** module to the canvas.
221+
222+
1. Select the **Train Model** module, and drag it to the pipeline canvas.
223+
216224
1. Connect the training data output (left port) of the **Split Data** module to the right input of the **Train Model** module.
217225

218226
> [!IMPORTANT]
219227
> Be sure that the left output ports of **Split Data** connects to **Train Model**. The left port contains the the training set. The right port contains the test set.
220228
221229
![Screenshot showing the correct configuration of the Train Model module. The Linear Regression module connects to left port of Train Model module and the Split Data module connects to right port of Train Model](./media/tutorial-designer-automobile-price-train-score/pipeline-train-model.png)
222230

223-
1. In the module palette, expand the section **Module training**, and drag the **Train Model** module to the canvas.
224-
225231
1. Select the **Train Model** module.
226232

227233
1. In the module details pane to the right of the canvas, select **Edit column** selector.
@@ -230,6 +236,9 @@ Train the model by giving it a dataset that includes the price. The algorithm co
230236

231237
1. In the text box, enter *price* to specify the value that your model is going to predict.
232238

239+
>[!IMPORTANT]
240+
> Make sure you enter the column name exactly. Do not capitalize **price**.
241+
233242
Your pipeline should look like this:
234243

235244
![Screenshot showing the correct configuration of the pipeline after adding the Train Model module.](./media/tutorial-designer-automobile-price-train-score/pipeline-train-graph.png)
@@ -256,7 +265,7 @@ Use the **Evaluate Model** module to evaluate how well your model scored the tes
256265

257266
## Run the pipeline
258267

259-
Now that your pipeline is all setup, you can submit a pipeline run to train your machine learning model. You can submit a pipeline run at any point while building pipelines in the designer. You can do this to check your work as you go and verify your pipeline functions as expected.
268+
Now that your pipeline is all setup, you can submit a pipeline run to train your machine learning model. You can submit a pipeline run at any point while building pipelines in the designer. You can do this to check your work as you go to verify your pipeline works as expected.
260269

261270
1. At the top of the canvas, select **Submit**.
262271

articles/virtual-machines/linux/disk-scalability-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: roygara
55
ms.author: rogarana
66
ms.date: 11/15/2017
77
ms.topic: conceptual
8-
ms.service: virtual-machines
8+
ms.service: virtual-machines-linux
99
ms.subservice: disks
1010
---
1111

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Create an incremental snapshot - Azure portal
3+
description: Learn about incremental snapshots for managed disks, including how to create them using the Azure portal.
4+
author: roygara
5+
ms.service: virtual-machines-linux
6+
ms.topic: conceptual
7+
ms.date: 03/13/2020
8+
ms.author: rogarana
9+
ms.subservice: disks
10+
---
11+
12+
# Creating an incremental snapshot for managed disks in the Azure portal
13+
[!INCLUDE [virtual-machines-disks-incremental-snapshots-portal](../../../includes/virtual-machines-disks-incremental-snapshots-portal.md)]
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
title: Incremental snapshots (preview) for managed disks
3-
description: Learn about incremental snapshots (preview) for managed disks, including how to create them using PowerShell and Azure Resource Manager.
2+
title: Incremental snapshots for managed disks
3+
description: Learn about incremental snapshots for managed disks, including how to create them using CLI and Azure Resource Manager.
44
author: roygara
5-
ms.service: virtual-machines
5+
ms.service: virtual-machines-linux
66
ms.topic: conceptual
7-
ms.date: 09/23/2019
7+
ms.date: 03/13/2020
88
ms.author: rogarana
99
ms.subservice: disks
1010
---
1111

12-
13-
# Creating an incremental snapshot (preview) for managed disks
14-
[!INCLUDE [virtual-machines-disks-incremental-snapshot](../../../includes/virtual-machines-disks-incremental-snapshot.md)]
12+
# Creating an incremental snapshot for managed disks
13+
[!INCLUDE [virtual-machines-disks-incremental-snapshot-cli](../../../includes/virtual-machines-disks-incremental-snapshot-cli.md)]

articles/virtual-machines/linux/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,10 @@
648648
href: snapshot-copy-managed-disk.md
649649
- name: Reserve Disk Storage
650650
href: disks-reserved-capacity.md
651-
- name: Create an incremental snapshot
651+
- name: Create an incremental snapshot - CLI
652652
href: disks-incremental-snapshots.md
653+
- name: Create an incremental snapshot - Portal
654+
href: disks-incremental-snapshots-portal.md
653655
- name: Back up unmanaged disks
654656
href: incremental-snapshots.md
655657
- name: Migration and conversion
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Create an incremental snapshot - Azure portal
3+
description: Learn about incremental snapshots for managed disks, including how to create them using the Azure portal.
4+
author: roygara
5+
ms.service: virtual-machines-windows
6+
ms.topic: conceptual
7+
ms.date: 03/13/2020
8+
ms.author: rogarana
9+
ms.subservice: disks
10+
---
11+
12+
# Creating an incremental snapshot for managed disks
13+
[!INCLUDE [virtual-machines-disks-incremental-snapshots-portal](../../../includes/virtual-machines-disks-incremental-snapshots-portal.md)]
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Incremental snapshots (preview) for managed disks
3-
description: Learn about incremental snapshots (preview) for managed disks, including how to create them using PowerShell and Azure Resource Manager.
2+
title: Incremental snapshots for managed disks
3+
description: Learn about incremental snapshots for managed disks, including how to create them using PowerShell and Azure Resource Manager.
44
author: roygara
55
ms.service: virtual-machines-windows
66
ms.topic: conceptual
7-
ms.date: 09/23/2019
7+
ms.date: 03/13/2020
88
ms.author: rogarana
99
ms.subservice: disks
1010
---
1111

12-
# Creating an incremental snapshot (preview) for managed disks
13-
[!INCLUDE [virtual-machines-disks-incremental-snapshot](../../../includes/virtual-machines-disks-incremental-snapshot.md)]
12+
# Creating an incremental snapshot for managed disks
13+
[!INCLUDE [virtual-machines-disks-incremental-snapshot-powershell](../../../includes/virtual-machines-disks-incremental-snapshot-powershell.md)]

articles/virtual-machines/windows/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,10 @@
639639
href: snapshot-copy-managed-disk.md
640640
- name: Reserve Disk Storage
641641
href: disks-reserved-capacity.md
642-
- name: Create an incremental snapshot
642+
- name: Create an incremental snapshot - PowerShell
643643
href: disks-incremental-snapshots.md
644+
- name: Create an incremental snapshot - Portal
645+
href: disks-incremental-snapshots-portal.md
644646
- name: Back up unmanaged disks
645647
href: incremental-snapshots.md
646648
- name: Migration and conversion
92.5 KB
Loading
99.3 KB
Loading

0 commit comments

Comments
 (0)