Skip to main content

AI Verify Test Engine provides core interfaces, converters, data, model and plugin managers to facilitate the development of tests for AI systems. It is used as a base library for all AI Verify official stock-plugins and can be used to develop custom plugins.

Project description

AI Verify Test Engine

Description

AI Verify Test Engine provides core interfaces, converters, data, model and plugin managers to facilitate the development of tests for AI systems. It is used as a base library for all AI Verify official stock-plugins and can be used to develop custom plugins.

Installation

Install aiverify-test-engine via pip. The following table list the available install options and the optional dependencies along with the additional functionality that is supported.

Installation Command Description
pip install aiverify-test-engine Installs only the core functionalites. Supports tabular data formats like CSV, as well as Pandas pickle and Joblib files, and Scikit-learn models.
pip install aiverify-test-engine[dev] Includes additional dependencies for development. Intended for developers who want to contribute to the project.
pip install aiverify-test-engine[tensorflow] Installs optional Tensorflow and Keras dependencies.
pip install aiverify-test-engine[pytorch] Installs optional PyTorch dependencies.
pip install aiverify-test-engine[gbm] Installs XGBoost and LightGBM packages. Supports serializing models in these formats.
pip install aiverify-test-engine[all] Installs the core package along with all additional non development dependencies.

Developer Guide

Local Installation

To contribute changes to the test engine code, clone the repository, navigate to the aiverify-test-engine folder, and install the dev version of the library:

pip install '.[dev]'

Here's an overview of the project folder structure and a brief description of each:

aiverify-test-engine/
├── aiverify_test_engine/   # Core library code   ├── interfaces/         # Core interfaces (algorithm, converter, data, model, pipeline, serializer, plugin)   ├── io/                 # Data and model IO related logic   ├── plugins/            # Manage the loading and execution of algorithm, data, model, pipeline and plugins   ├── utils/              # Utility functions and validators
├── tests/                  # Test cases
├── pyproject.toml          # Project configuration file

Running Tests

python -m pytest tests

Building the Package

hatch build

License

  • Licensed under Apache Software License 2.0

Developers:

  • AI Verify

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiverify_test_engine-2.0.0.tar.gz (84.0 MB view details)

Uploaded Source

Built Distribution

aiverify_test_engine-2.0.0-py3-none-any.whl (85.8 kB view details)

Uploaded Python 3

File details

Details for the file aiverify_test_engine-2.0.0.tar.gz.

File metadata

File hashes

Hashes for aiverify_test_engine-2.0.0.tar.gz
Algorithm Hash digest
SHA256 459fea3a377a9f20a14aa93ce5e2c29490738c221c01841e631bdc44d5d041d2
MD5 25d4dd27cf18f0dc569bfb8740faf2a0
BLAKE2b-256 8f6c2dd956e58fa4efe482e1a0c9e16b2b97bca47f437c7f787dc8afc623a79a

See more details on using hashes here.

File details

Details for the file aiverify_test_engine-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aiverify_test_engine-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7517e9ef5d5a12f9af8ea2a45c67290a850ac2de518aeb8ca312a73fb487ba1b
MD5 933a5ed66e9308777e43d2966fe79e30
BLAKE2b-256 8f8278d051f8e2bd2165f654b365f5e32c54fbac3cf749e82b81d441d89aee13

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page