Metadata-Version: 2.4
Name: azureml-sdk
Version: 1.60.0
Summary: Used to build and run machine learning workflows upon the     Azure Machine Learning service.
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
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8,<4.0
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: azureml-core~=1.60.0
Requires-Dist: azureml-dataset-runtime[fuse]~=1.60.0
Requires-Dist: azureml-train-core~=1.60.0
Requires-Dist: azureml-train-automl-client~=1.60.0
Requires-Dist: azureml-pipeline~=1.60.0
Provides-Extra: notebooks
Requires-Dist: azureml-widgets~=1.60.0; extra == "notebooks"
Requires-Dist: azureml-contrib-notebook~=1.60.0; extra == "notebooks"
Provides-Extra: contrib
Requires-Dist: azureml-contrib-pipeline-steps~=1.60.0; extra == "contrib"
Requires-Dist: azureml-contrib-server~=1.60.0; extra == "contrib"
Requires-Dist: azureml-contrib-services~=1.60.0; extra == "contrib"
Requires-Dist: azureml-contrib-notebook~=1.60.0; extra == "contrib"
Provides-Extra: tensorboard
Requires-Dist: azureml-tensorboard~=1.60.0; extra == "tensorboard"
Provides-Extra: explain
Requires-Dist: azureml-explain-model~=1.60.0; extra == "explain"
Provides-Extra: interpret
Requires-Dist: azureml-interpret~=1.60.0; extra == "interpret"
Provides-Extra: responsibleai
Requires-Dist: azureml-responsibleai~=1.60.0; extra == "responsibleai"
Provides-Extra: automl
Requires-Dist: azureml-train-automl~=1.60.0; extra == "automl"
Provides-Extra: accel-models
Requires-Dist: azureml-accel-models~=1.60.0; extra == "accel-models"
Provides-Extra: databricks
Provides-Extra: automl-databricks
Requires-Dist: azureml-train-automl~=1.60.0; extra == "automl-databricks"
Provides-Extra: services
Requires-Dist: azureml-contrib-services~=1.60.0; extra == "services"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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.

Azure Machine Learning service stores free form text that the customer provides (e.g. names
for workspaces, resource groups, experiments, files, and images) or experiment parameters 
in the United States.

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

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

Release updates: https://docs.microsoft.com/en-us/azure/machine-learning/service/azure-machine-learning-release-notes


