Metadata-Version: 2.4
Name: azureml-train-automl
Version: 1.60.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: 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,<3.12
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: azureml-automl-core~=1.60.0
Requires-Dist: azureml-automl-runtime~=1.60.0
Requires-Dist: azureml-dataset-runtime[fuse,pandas]~=1.60.0
Requires-Dist: azureml-train-automl-client~=1.60.0
Requires-Dist: azureml-train-automl-runtime~=1.60.0
Requires-Dist: azureml-responsibleai~=1.60.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==75.8.2.20250301; extra == "test"
Requires-Dist: types-toml; extra == "test"
Requires-Dist: types-six; extra == "test"
Requires-Dist: types-urllib3; extra == "test"
Provides-Extra: tabular
Requires-Dist: torch==2.2.2; extra == "tabular"
Requires-Dist: mlflow-skinny==2.15.1; extra == "tabular"
Requires-Dist: xgboost==1.5.2; extra == "tabular"
Requires-Dist: prophet==1.1.4; extra == "tabular"
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

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


