Skip to content

Commit f083c80

Browse files
authored
Merge pull request #102547 from changeworld/patch-1
Fix typo
2 parents 13f4c06 + 5829245 commit f083c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/tutorial-azure-ml-in-a-day.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For this example, you only need a basic cluster, so you'll use a Standard_DS3_v2
9898

9999
## Create a job environment
100100

101-
To run your AzureML job on your compute resource, you'll need an [environment](concept-environments.md). An environment lists the software runtime and libraries that you want installed on the compute where you’ll be training. It's similar to your python environment on your local machine.
101+
To run your AzureML job on your compute resource, you'll need an [environment](concept-environments.md). An environment lists the software runtime and libraries that you want installed on the compute where you’ll be training. It's similar to your Python environment on your local machine.
102102

103103
AzureML provides many curated or ready-made environments, which are useful for common training and inference scenarios. You can also create your own custom environments using a docker image, or a conda configuration.
104104

@@ -131,7 +131,7 @@ After running the training job, you'll deploy the model, then use it to produce
131131

132132
## Create training script
133133

134-
Let's start by creating the training script - the *main.py* python file.
134+
Let's start by creating the training script - the *main.py* Python file.
135135

136136
First create a source folder for the script:
137137

0 commit comments

Comments
 (0)