Knowledge Graph — Coursera Notes › Academic disciplines › Information Technology / Computer Science › Artificial Intelligence › Machine Learning & Data › Azure Machine Learning Service
Azure ML Environment
feature · part of Azure Machine Learning Service
An environment in Azure ML defines the Python packages and dependencies needed for a training or deployment script. It can be created using Environment class and specifying conda dependencies (e.g., scikit-learn, pandas, numpy) and pip packages (e.g., azureml-sdk). Environments are registered in the workspace and can be reused across experiments.
Also known as: Azure ML Environment, ML Environment
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.