Metadata-Version: 2.1
Name: azureml-training-tabular
Version: 1.59.0
Summary: Contains ML models, featurizers and scoring code which can either be used with AutoML or standalone.
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.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.59.0
Requires-Dist: dill<0.4.0,>=0.2.8
Requires-Dist: gensim<3.9.0; python_version < "3.9"
Requires-Dist: gensim==4.3.2; python_version >= "3.9"
Requires-Dist: smart-open<=1.9.0; python_version < "3.9"
Requires-Dist: smart-open==6.4.0; python_version >= "3.9"
Requires-Dist: lightgbm<=3.2.1,>=3.0.0
Requires-Dist: numpy<=1.23.5,>=1.16.0; python_version >= "3.8"
Requires-Dist: pandas==1.5.3
Requires-Dist: psutil<5.9.4,>=5.2.2
Requires-Dist: scipy<1.11.0,>=1.0.0
Requires-Dist: scikit-learn<=1.6,>=1.0.0
Requires-Dist: statsmodels<0.14,>=0.13.0
Requires-Dist: skl2onnx==1.15.0
Requires-Dist: onnxmltools==1.11.2
Requires-Dist: keras2onnx<=1.6.0,>=1.4.0
Requires-Dist: onnxconverter-common==1.13.0
Requires-Dist: onnx<=1.17.0,>=1.16.1
Requires-Dist: onnxruntime~=1.17.3
Requires-Dist: pmdarima==1.8.5
Requires-Dist: joblib==1.2.0
Requires-Dist: boto3<=1.20.19
Requires-Dist: urllib3<2.0.0
Requires-Dist: dataclasses<=0.8,>=0.6

The azureml-training-tabular package is a package containing ML models, featurizers and scoring code primarily used by AutoML, though it can also be used standalone.


