Skip to content

Commit 460fc1e

Browse files
committed
update partition and sample, create python model
1 parent 4e3c637 commit 460fc1e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

articles/machine-learning/algorithm-module-reference/create-python-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Use of this module requires intermediate or expert knowledge of Python. The modu
3030

3131
This article will show how to use the **Create Python Model** with a simple pipeline. Below is the graph of the pipeline.
3232

33-
![create-python-model](./media/module/aml-create-python-model.png)
33+
![create-python-model](./media/module/create-python-model.png)
3434

3535
1. Click **Create Python Model**, edit the script to implement your modeling or data management process. You can base the model on any learner that is included in a Python package in the Azure Machine Learning environment.
3636

66.5 KB
Loading
41 KB
Loading

articles/machine-learning/algorithm-module-reference/partition-and-sample.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ This option is used when you have divided a dataset into multiple partitions and
149149

150150
5. If you are working with multiple partitions, you must add additional instances of the **Partition and Sample** module to handle each partition.
151151

152-
For example, let's say previously partitioned patients into four folds using age. To work with each individual fold, you need four copies of the **Partition and Sample** module, and in each, you select a different fold, as shown below. It's not correct to use the **Assign to Folds** output directly.
152+
For example, the **Partition and Sample** module in the second row is set to **Assign to Folds**, and the modules in the third row is set to **Pick Fold**.
153153

154-
[![Partition and sample](./media/partition-and-sample/partition-and-sample.png)](./media/partition-and-sample/partition-and-sample-lg.png#lightbox)
154+
![Partition and sample](./media/module/partition-and-sample.png)
155155

156156
5. Run the pipeline.
157157

0 commit comments

Comments
 (0)