Metadata-Version: 2.1
Name: azureml-automl-core
Version: 1.57.0
Summary: Contains the non-ML non-Azure specific common code associated with running AutoML.
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: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8,<3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: azureml-dataset-runtime~=1.57.0
Requires-Dist: azureml-telemetry~=1.57.0
Requires-Dist: importlib-metadata<=8.2.0
Requires-Dist: importlib-resources<=6.4.0
Provides-Extra: test
Requires-Dist: mock>=3.0.5; extra == "test"
Requires-Dist: responses<0.23.2,>=0.22.0; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: pytest-forked; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: ddt; extra == "test"

The azureml-automl-core package is a package containing functionality used by the azureml-train-automl package. It is not designed for end-user consumption and is meant only for use as part of the Azure Machine Learning SDK.

