Search⌘ K
AI Features

Creating an Environment

Explore how to create Azure Machine Learning environments to run and reproduce ML jobs. This lesson covers using prebuilt environments, building custom setups with Conda or Docker, and managing environment configurations for consistent results.

What is an environment?

In the context of Azure, the environment is the software or package needed to run the machine learning job. We can use the environments to set up and reproduce the same results for the ML jobs. Azure Machine Learning comes with prebuilt environments, ...