Metadata-Version: 2.1
Name: automl-client-core-nativeclient
Version: 0.0.1.0
Summary: AutoML native client implementation
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.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,<4
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: azureml-core ~=0.0.1.0
Requires-Dist: azureml-automl-core ~=0.0.1.0
Requires-Dist: azureml-automl-runtime ~=0.0.1.0
Requires-Dist: azureml-interpret ~=0.0.1.0
Requires-Dist: azureml-telemetry ~=0.0.1.0
Requires-Dist: scipy <=1.11.0,>=1.0.0
Requires-Dist: scikit-learn <=1.1.3,>=1.0.0
Requires-Dist: pandas ==1.3.5
Requires-Dist: adal <1.3.0
Requires-Dist: psutil <6.0.0,>=5.2.2
Requires-Dist: requests <3.0.0,>=2.17.0
Requires-Dist: jsonschema <3.0.0,>=2.6.0
Requires-Dist: lightgbm <=3.2.1,>=2.0.11
Requires-Dist: sklearn-pandas <=1.7.0,>=1.4.0
Requires-Dist: applicationinsights <0.12.0
Requires-Dist: numpy <=1.21.6,>=1.16.0 ; python_version < "3.8"
Requires-Dist: numpy <=1.23.5,>=1.16.0 ; python_version >= "3.8"

The automl-client-core-nativeclient package is a package used to automatically train models without using AzureML.

