Skip to content

Commit 17d0546

Browse files
Update articles/machine-learning/azure-machine-learning-glossary.md
1 parent 428276d commit 17d0546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/azure-machine-learning-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Machine Learning environments are an encapsulation of the environment where your
7272

7373
Machine Learning supports two types of environments: curated and custom.
7474

75-
Curated environments are provided by Machine Learning and are available in your workspace by default. They're intended to be used as is. They contain collections of Python packages and settings to help you get started with various machine learning frameworks. These precreated environments also allow for faster deployment time. To retrieve a full list of available environments, see [Azure Machine Learning environments with the CLI & SDK (v2)](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-environments-v2?view=azureml-api-2&tabs=cli#curated-environments).
75+
Curated environments are provided by Machine Learning and are available in your workspace by default. They're intended to be used as is. They contain collections of Python packages and settings to help you get started with various machine learning frameworks. These precreated environments also allow for faster deployment time. To retrieve a full list of available environments, see [Azure Machine Learning environments with the CLI & SDK (v2)](/azure/machine-learning/how-to-manage-environments-v2?view=azureml-api-2&tabs=cli#curated-environments&preserve-view=true).
7676

7777
In custom environments, you're responsible for setting up your environment. Make sure to install the packages and any other dependencies that your training or scoring script needs on the compute. Machine Learning allows you to create your own environment by using:
7878

0 commit comments

Comments
 (0)