Metadata-Version: 2.0
Name: azureml-sdk
Version: 0.1.80
Summary: Microsoft Azure Machine Learning Python SDK
Home-page: https://docs.microsoft.com/en-us/azure/machine-learning/service/
Author: Microsoft Corp
License: https://aka.ms/azureml-sdk-license
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Provides-Extra: contrib
Provides-Extra: automl
Provides-Extra: webservice-schema
Provides-Extra: databricks
Provides-Extra: notebooks
Provides-Extra: automl_databricks
Provides-Extra: explain
Requires-Dist: azureml-core (==0.1.80.*)
Requires-Dist: azureml-train (==0.1.80.*)
Requires-Dist: azureml-pipeline (==0.1.80.*)
Provides-Extra: automl
Requires-Dist: azureml-train-automl (==0.1.80.*); extra == 'automl'
Provides-Extra: automl_databricks
Requires-Dist: azureml-train-automl (==0.1.80.*); extra == 'automl_databricks'
Requires-Dist: pyOpenSSL (==16.0.0); extra == 'automl_databricks'
Requires-Dist: cryptography (==1.5); extra == 'automl_databricks'
Requires-Dist: ipython (==2.2.0); extra == 'automl_databricks'
Provides-Extra: contrib
Requires-Dist: azureml-contrib-tensorboard (==0.1.80.*); extra == 'contrib'
Requires-Dist: azureml-contrib-server (==0.1.80.*); extra == 'contrib'
Requires-Dist: azureml-contrib-run (==0.1.80.*); extra == 'contrib'
Requires-Dist: azureml-contrib-brainwave (==0.1.80.*); extra == 'contrib'
Provides-Extra: databricks
Requires-Dist: pyOpenSSL (==16.0.0); extra == 'databricks'
Requires-Dist: cryptography (==1.5); extra == 'databricks'
Requires-Dist: ipython (==2.2.0); extra == 'databricks'
Provides-Extra: explain
Requires-Dist: azureml-explain-model (==0.1.80.*); extra == 'explain'
Provides-Extra: notebooks
Requires-Dist: azureml-widgets (==0.1.80.*); extra == 'notebooks'
Provides-Extra: webservice-schema
Requires-Dist: azureml-webservice-schema (==0.1.80.*); extra == 'webservice-schema'

What is the Azure Machine Learning SDK for Python?
==================================================

The Azure Machine Learning SDK for Python is used by data scientists and AI developers 
to build and run machine learning workflows upon the Azure Machine Learning service. 
You can interact with the service in any Python environment, including Jupyter Notebooks 
or your favorite Python IDE.

Use this SDK to quickly build, train, and deploy your machine learning and deep learning 
models for various domains.

Getting Started: https://docs.microsoft.com/en-us/python/api/overview/azure/ml/intro

Examples: https://github.com/Azure/MachineLearningNotebooks



