Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
es-dell authored Aug 15, 2024
1 parent 1f6e8fd commit 6dbf515
Showing 1 changed file with 30 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
# Algorithm - local SHAP toolbox
# SHAP Toolbox

## Description
* local shap algorithm
This plugin explains how your features affect your overall prediction for a single row of data by using Shapley Values.

## License
* Licensed under Apache Software License 2.0
## Plugin Content
- Algorithms

| Name | Description |
| ------------------ | ------------------------------------------------------------------------------------------------ |
| SHAP Toolbox | SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the output of any machine learning model. |

## Developers:
* Example Author
- Widgets

| Name | Description |
| -------------------------- | ---------------------------------------------------------------------------------------- |
| Local Explainability Chart | To display the SHAP values using a bar chart for the selection row, and display row data |

## Using the Plugin in AI Verify
### Data Preparation
- Tabular dataset ([Tutorial for Preparation](https://imda-btg.github.io/aiverify/getting-started/prepare-tabular/))

### Algorithm User Input(s)

| Input Field | Description | Type |
| --------------------------- | -----------------------------------------------------------| :------: |
| Row Number | Row number of data to perform local explainability test | `int` |
| Path of the background data | Background data path | `string` |
| Size of the background | Background samples (eg. 25) | `int` |
| Size of the test dataset | Data Samples (eg. 25) | `int` |

### Sample use of the widgets

![SHAP sample](images/local_shap_sample.png)

0 comments on commit 6dbf515

Please sign in to comment.