Skip to content

Commit dbbfa93

Browse files
Update train-model.md
1 parent 5a2d21a commit dbbfa93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/component-reference/train-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In Azure Machine Learning, creating and using a machine learning model is typica
3838

3939
1. Add the **Train Model** component to the pipeline. You can find this component under the **Machine Learning** category. Expand **Train**, and then drag the **Train Model** component into your pipeline.
4040

41-
1. On the left input, attach the untrained mode. Attach the training dataset to the right-hand input of **Train Model**.
41+
1. On the left input, attach the untrained model. Attach the training dataset to the right-hand input of **Train Model**.
4242

4343
The training dataset must contain a label column. Any rows without labels are ignored.
4444

@@ -103,4 +103,4 @@ After the model is trained:
103103

104104
## Next steps
105105

106-
See the [set of components available](component-reference.md) to Azure Machine Learning.
106+
See the [set of components available](component-reference.md) to Azure Machine Learning.

0 commit comments

Comments
 (0)