conda_dependencies Module
Contains functionality for managing conda environment dependencies.
Use the CondaDependencies class to load existing conda environment files and configure and manage new environments where experiments execute.
Classes
CondaDependencies |
Manages application dependencies in an Azure Machine Learning environment. Note If no parameters are specified, azureml-defaults is added as the only pip dependency. If the Initialize a new object to manage dependencies. |