Skip to main content

AI Verify implementation of the Accumulated Local Effect algorithm. The algorithm provides black box explainations of how features and their corresponding values influence the prediction of a model.

Project description

Algorithm - Accumulated Local Effect

Description

  • Performs ALE Discrete and ALE Continuous computation

License

  • Licensed under Apache Software License 2.0

Developers:

  • AI Verify

Installation

Each test algorithm can now be installed via pip and run individually.

pip install aiverify-accumulated-local-effect

Example Usage:

Run the following bash script to execute the plugin

#!/bin/bash

root_path="<PATH_TO_FOLDER>/aiverify/stock-plugins/user_defined_files"
python -m aiverify_accumulated_local_effect \
    --data_path  $root_path/data/sample_bc_credit_data.sav \
    --model_path $root_path/model/sample_bc_credit_sklearn_linear.LogisticRegression.sav \
    --ground_truth_path $root_path/data/sample_bc_credit_data.sav \
    --ground_truth default \
    --model_type CLASSIFICATION

If the algorithm runs successfully, the results of the test will be saved in an output folder.

Develop plugin locally

Assuming aiverify-test-engine has already been installed in the virtual environment, run the following bash script to install the plugin and execute a test:

#!/bin/bash

# setup virtual environment
python -m venv .venv
source .venv/bin/activate

# install plugin
cd aiverify/stock-plugins/aiverify.stock.accumulated-local-effect/algorithms/accumulated_local_effect/
pip install .

python -m aiverify_accumulated_local_effect --data_path  <data_path> --model_path <model_path> --ground_truth_path <ground_truth_path> --ground_truth <str> --model_type CLASSIFICATION --run_pipeline

Build Plugin

cd aiverify/stock-plugins/aiverify.stock.accumulated-local-effect/algorithms/accumulated_local_effect/
hatch build

Tests

Pytest is used as the testing framework.

Run the following steps to execute the unit and integration tests inside the tests/ folder

cd aiverify/stock-plugins/aiverify.stock.accumulated-local-effect/algorithms/accumulated_local_effect/
pytest .

Run using Docker

In the aiverify root directory, run the below command to build the docker image

docker build -t aiverify-accumulated-local-effect -f stock-plugins/aiverify.stock.accumulated-local-effect/algorithms/accumulated_local_effect/Dockerfile .

Run the below bash script to run the algorithm

#!/bin/bash
docker run \
    -v $(pwd)/stock-plugins/user_defined_files:/input \
    -v $(pwd)/stock-plugins/aiverify.stock.accumulated-local-effect/algorithms/accumulated_local_effect/output:/app/aiverify/output \
    aiverify-accumulated-local-effect \
    --data_path /input/data/sample_bc_credit_data.sav \
    --model_path /input/model/sample_bc_credit_sklearn_linear.LogisticRegression.sav \
    --ground_truth_path /input/data/sample_bc_credit_data.sav \
    --ground_truth default \
    --model_type CLASSIFICATION

If the algorithm runs successfully, the results of the test will be saved in an output folder in the algorithm directory.

Tests

Pytest is used as the testing framework.

Run the following steps to execute the unit and integration tests inside the tests/ folder

docker run \
  --entrypoint python3 \
  -w /app/aiverify/stock-plugins/aiverify.stock.accumulated-local-effect/algorithms/accumulated_local_effect \
  aiverify-accumulated-local-effect \
  -m pytest .

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_accumulated_local_effect-2.1.0.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file aiverify_accumulated_local_effect-2.1.0.tar.gz.

File metadata

File hashes

Hashes for aiverify_accumulated_local_effect-2.1.0.tar.gz
Algorithm Hash digest
SHA256 72dcbf1ff7a01e77288d59ac85d40f56abd8e0d35a17f90689304d5a9c5b4d7a
MD5 320e2a1c88f1a72e6ab196be72697729
BLAKE2b-256 4b0fe1c15d520c347ac4465145585eada387d32995090cc6c49578e8efc58059

See more details on using hashes here.

File details

Details for the file aiverify_accumulated_local_effect-2.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aiverify_accumulated_local_effect-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e2134b53f859e74d992a474ef6ff6290f94de7fd9fb0fd51140098a77ef97349
MD5 22e3db2e271e3c667a5dc49d5747c93a
BLAKE2b-256 25296c6179911ce7fac7035dbe3ca295a57e77bb9e0f7b285a375746ddfbf4c4

See more details on using hashes here.

Supported by

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