Metadata-Version: 2.1
Name: azureml-train-automl
Version: 1.54.0
Summary: Used for automatically finding the best machine learning model and its parameters.
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 :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7,<3.10
Description-Content-Type: text/x-rst
Requires-Dist: azureml-automl-core (~=1.54.0)
Requires-Dist: azureml-automl-runtime (~=1.54.0)
Requires-Dist: azureml-dataset-runtime[fuse,pandas] (~=1.54.0)
Requires-Dist: azureml-train-automl-client (~=1.54.0)
Requires-Dist: azureml-train-automl-runtime (~=1.54.0)
Provides-Extra: test
Requires-Dist: mypy (~=1.1) ; extra == 'test'
Requires-Dist: types-PyYAML ; extra == 'test'
Requires-Dist: types-requests (==2.31.0) ; extra == 'test'
Requires-Dist: types-setuptools ; extra == 'test'
Requires-Dist: types-toml ; extra == 'test'
Requires-Dist: types-six ; extra == 'test'
Requires-Dist: types-urllib3 ; extra == 'test'

The azureml-train-automl package contains functionality for automatically finding the best machine learning model and its parameters, given training and test data. 




