Metadata-Version: 2.1
Name: al360_tai_test_utils
Version: 0.4.2
Summary: Common basic test utilities used across various RAI tools
Home-page: https://github.com/affectlog360/affectlog360
Author: Gaurav Gupta
Author-email: al360_taiwidgets-maintain@affectlog.com
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: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: shap
Requires-Dist: lightgbm
Requires-Dist: xgboost
Provides-Extra: object-detection
Requires-Dist: requests; extra == "object-detection"
Requires-Dist: Pillow>=10.0.0; python_version > "3.7" and extra == "object-detection"
Requires-Dist: Pillow<10.0.0; python_version <= "3.7" and extra == "object-detection"

# AL360° Trustworthy AI test utilities for Python

### This package has been tested with Python 3.7, 3.8, 3.9, 3.10 and 3.11

The AL360° Trustworthy AI Test Utilities package contains common testing utilities and functions shared across various RAI tools, including fairlearn, interpret-community, al360_trustworthyai, al360_taiwidgets, ml-wrappers and other packages.

Please see the main documentation website:
https://responsibleaitoolbox.ai/

The open source code can be found here:
https://github.com/affectlog360/affectlog360
