Metadata-Version: 2.1
Name: azureml-train-automl
Version: 1.56.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
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.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-automl-core ~=1.56.0
Requires-Dist: azureml-automl-runtime ~=1.56.0
Requires-Dist: azureml-dataset-runtime[fuse,pandas] ~=1.56.0
Requires-Dist: azureml-train-automl-client ~=1.56.0
Requires-Dist: azureml-train-automl-runtime ~=1.56.0
Requires-Dist: azureml-responsibleai ~=1.56.0
Provides-Extra: tabular
Requires-Dist: xgboost ==1.5.2 ; extra == 'tabular'
Requires-Dist: prophet ==1.1.4 ; extra == 'tabular'
Requires-Dist: mlflow-skinny ==2.9.2 ; extra == 'tabular'
Requires-Dist: torch ==1.13.1 ; extra == 'tabular'
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. 


