Metadata-Version: 2.0
Name: azureml-train-automl
Version: 1.0.21.1
Summary: automl
Home-page: https://docs.microsoft.com/en-us/azure/machine-learning/service/
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
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/x-rst
Requires-Dist: azureml-dataprep (<1.1.0,>=0.5.2)
Requires-Dist: dill (>=0.2.8)
Requires-Dist: lightgbm (<=2.2.1,>=2.0.11)
Requires-Dist: numpy (<1.15.0,>=1.11.0)
Requires-Dist: pandas (<=0.23.4,>=0.21.0)
Requires-Dist: pytz
Requires-Dist: resource (>=0.1.8)
Requires-Dist: scipy (<=1.1.0,>=1.0.0)
Requires-Dist: scikit-learn (<=0.20.3)
Requires-Dist: sklearn-pandas (<=1.7.0,>=1.4.0)
Requires-Dist: wheel (==0.30.0)
Requires-Dist: azureml-core (==1.0.21.*)
Requires-Dist: azureml-pipeline-core (==1.0.21.*)
Requires-Dist: azureml-telemetry (==1.0.21.*)
Requires-Dist: skl2onnx (==1.4.3); python_version < "3.6"
Requires-Dist: onnxmltools (==1.3.1); python_version < "3.6"
Requires-Dist: skl2onnx (==1.4.4); python_version >= "3.6"
Requires-Dist: onnxmltools (==1.3.2); python_version >= "3.6"

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




