Metadata-Version: 2.1
Name: tai_test_utils
Version: 0.4.3
Summary: Common basic test utilities used across various TAI tools
Home-page: https://github.com/affectlog/trustworthy-ai-toolbox
Author: AL360°
Author-email: developer@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"

# 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 Trustworthy AI Test Utilities package contains common testing utilities and functions shared across various TAI tools, including fairlearn, interpret-community, trustworthyai, affectlog-widgets, ml-wrappers and other packages.

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

The open source code can be found here:
https://github.com/affectlog/trustworthy-ai-toolbox
