Skip to content

Commit d6d54b6

Browse files
authored
Update concept-environments.md
1 parent ce92fda commit d6d54b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/concept-environments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ ms.date: 01/06/2020
1414
# What are Azure Machine Learning environments?
1515
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1616

17-
Machine Learning environments specify the Python packages, environment variables, and software settings around your training and scoring scripts. They also specify run times (Python, Spark, or Docker). They are managed and versioned entities within your Azure Machine Learning workspace that enable reproducible, auditable, and portable machine learning workflows across a variety of compute targets.
17+
Azure Machine Learning environments specify the Python packages, environment variables, and software settings around your training and scoring scripts. They also specify run times (Python, Spark, or Docker). They are managed and versioned entities within your Machine Learning workspace that enable reproducible, auditable, and portable machine learning workflows across a variety of compute targets.
1818

19-
You can use an environment object on your local compute to:
19+
You can use an `Environment` object on your local compute to:
2020
* Develop your training script.
21-
* Reuse that same environment on Azure Machine Learning Compute for model training at scale.
21+
* Reuse the same environment on Azure Machine Learning Compute for model training at scale.
2222
* Deploy your model with that same environment.
2323

24-
The following diagram illustrates that you can use a single environment object in both your run configuration for training and your inference and deployment configuration for web service deployments.
24+
The following diagram illustrates how you can use a single environment object in both your run configuration, for training, and your inference and deployment configuration, for web service deployments.
2525

2626
![Diagram of an environment in machine learning workflow](./media/concept-environments/ml-environment.png)
2727

0 commit comments

Comments
 (0)