Metadata-Version: 2.0
Name: azureml-core
Version: 1.28.0
Summary: Azure Machine Learning core packages, modules, and classes
Home-page: https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
Author: Microsoft Corp
License: https://aka.ms/azureml-sdk-license
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5,<3.9
Description-Content-Type: text/x-rst
Requires-Dist: pytz
Requires-Dist: backports.tempfile
Requires-Dist: pathspec (<1.0.0)
Requires-Dist: requests (<3.0.0,>=2.19.1)
Requires-Dist: azure-mgmt-resource (<15.0.0,>=1.2.1)
Requires-Dist: azure-mgmt-containerregistry (>=2.0.0)
Requires-Dist: azure-mgmt-storage (<16.0.0,>=1.5.0)
Requires-Dist: azure-mgmt-keyvault (<7.0.0,>=0.40.0)
Requires-Dist: azure-mgmt-authorization (<1.0.0,>=0.40.0)
Requires-Dist: azure-graphrbac (<1.0.0,>=0.40.0)
Requires-Dist: azure-common (<2.0.0,>=1.1.12)
Requires-Dist: msrest (<1.0.0,>=0.5.1)
Requires-Dist: msrestazure (>=0.4.33)
Requires-Dist: urllib3 (>=1.23)
Requires-Dist: cryptography (!=1.9,!=2.0.*,!=2.1.*,!=2.2.*,<4.0.0)
Requires-Dist: python-dateutil (<3.0.0,>=2.7.3)
Requires-Dist: ndg-httpsclient
Requires-Dist: SecretStorage (<4.0.0)
Requires-Dist: ruamel.yaml (<1.0.0,>=0.15.35)
Requires-Dist: jsonpickle (<3.0.0)
Requires-Dist: contextlib2 (<1.0.0)
Requires-Dist: docker (<5.0.0)
Requires-Dist: PyJWT (<3.0.0)
Requires-Dist: adal (>=1.2.0)
Requires-Dist: pyopenssl (<21.0.0)
Requires-Dist: jmespath (<1.0.0)


The azureml-core provides core packages, modules, and classes for Azure Machine Learning and includes the following:

- Creating/managing workspaces and experiments, and submitting/accessing model runs and run output/logging.
- Creating/managing Machine learning compute targets and resources
- Models, images and web services.
- Modules supporting data representation for Datastore and Dataset in Azure Machine Learning.
- Azure Machine Learning exception classes.
- Module used internally to prepare the Azure ML SDK for remote environments.

*****************
Setup
*****************
Follow these `instructions <https://docs.microsoft.com/azure/machine-learning/how-to-configure-environment#local>`_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.

Once you have set up your environment, install the Azure ML core package:

.. code-block:: python

  pip install azureml-core




