Skip to content
/ anchor Public
forked from marcotcr/anchor

Code for "High-Precision Model-Agnostic Explanations" paper

License

Notifications You must be signed in to change notification settings

SMazu/anchor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anchor

This repository has code for the paper High-Precision Model-Agnostic Explanations.

An anchor explanation is a rule that sufficiently “anchors” the prediction locally – such that changes to the rest of the feature values of the instance do not matter. In other words, for instances on which the anchor holds, the prediction is (almost) always the same.

At the moment, we support explaining individual predictions for text classifiers or classifiers that act on tables (numpy arrays of numerical or categorical data). If there is enough interest, I can include code and examples for images.

The anchor method is able to explain any black box classifier, with two or more classes. All we require is that the classifier implements a function that takes in raw text or a numpy array and outputs a prediction (integer)

Installation

The lime package is on pypi. Simply run:

pip install anchor_exp

Or clone the repository and run:

python setup.py install

Examples

See notebooks folder for tutorials.

About

Code for "High-Precision Model-Agnostic Explanations" paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.1%
  • JavaScript 14.4%
  • Other 0.5%