Metadata-Version: 2.1
Name: azureml-metrics
Version: 0.0.3
Summary: Contains the ML and non-Azure specific common code associated     with AzureML metrics.
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
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.7
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.7,<4.0
Description-Content-Type: text/x-rst
Requires-Dist: pandas (==1.1.5)
Requires-Dist: psutil (<6.0.0,>=5.2.2)
Requires-Dist: pycocotools (==2.0.4)
Requires-Dist: scipy (<=1.5.3,>=1.0.0)
Requires-Dist: scikit-learn (<=0.24.2,>=0.19.0)
Requires-Dist: sklearn-pandas (<=1.7.0,>=1.4.0)
Requires-Dist: seqeval
Requires-Dist: nltk
Requires-Dist: evaluate (==0.3.0)
Requires-Dist: rouge-score
Requires-Dist: numpy (<=1.21.6,>=1.16.0) ; python_version < "3.8"
Requires-Dist: numpy (<=1.22.3,>=1.16.0) ; python_version >= "3.8"

The azureml-metrics package is a package for calculating classification and regression metrics
used by azureml-train-automl package. Customer could also use it for computing the metrics.



