diff --git a/articles/machine-learning/how-to-train-model.md b/articles/machine-learning/how-to-train-model.md index 480ba83877..a6af264adb 100644 --- a/articles/machine-learning/how-to-train-model.md +++ b/articles/machine-learning/how-to-train-model.md @@ -137,7 +137,7 @@ When you train using the REST API, data and training scripts must be uploaded to > [!NOTE] > To try [serverless compute](./how-to-use-serverless-compute.md), skip this step and proceed to [ 3. Submit the training job](#3-submit-the-training-job). -An Azure Machine Learning compute cluster is a fully managed compute resource that can be used to run the training job. In the following examples, a compute cluster named `cpu-compute` is created. +An Azure Machine Learning compute cluster is a fully managed compute resource that can be used to run the training job. In the following examples, a compute cluster named `cpu-cluster` is created.