Skip to content

Commit c611422

Browse files
committed
fix typos
1 parent eb0b1d7 commit c611422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-train-scikit-learn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ You'll use the general purpose `command` to run the training script and perform
151151

152152
- The inputs for this command include the number of epochs, learning rate, momentum, and output directory.
153153
- For the parameter values:
154-
- provide the compute cluster `cpu_compute_target = "cpu-cluster"` that you created for running this command; and
155-
- provide the custom environment `sklearn-env` that you created for running the AzureML job.
154+
- provide the compute cluster `cpu_compute_target = "cpu-cluster"` that you created for running this command;
155+
- provide the custom environment `sklearn-env` that you created for running the AzureML job;
156156
- configure the command line action itself – in this case, the command is `python train_iris.py`. You can access the inputs and outputs in the command via the `${{ ... }}` notation; and
157157
- configure the metadata such as the display name and experiment name; where an experiment is a container for all the iterations one does on a certain project. Note that all the jobs submitted under the same experiment name would be listed next to each other in AzureML studio.
158158

0 commit comments

Comments
 (0)