Skip to content

This repository contains the code for out work, Guarantee Regions for Local Explanations

License

Notifications You must be signed in to change notification settings

dtak/anchor-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anchor-box

This repo contains the code for our paper, Guarantee Regions for Local Explanations.

Getting started

The demo reproduces the results in Table 3. To run this script:

Step 1: Have python 3.8.5. Install the packages in requirements.txt.

pip install -r requirements.txt

Step 2:

python oracle.py

Notes

Note 1: Feel free to define a custom b function in oracle.py such as the ones we discuss in the paper.

Note 2: This code benefits a lot form GPU acceleration. The first execution is somewhat slower because tensorflow takes time to trace the computation, but subsequent runs are much faster.

About

This repository contains the code for out work, Guarantee Regions for Local Explanations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages