/UnRAvEL

Official implementation of Select Wisely and Explain: Active Learning and Probabilistic Local Post-hoc Explainability.

Primary LanguageJupyter NotebookMIT LicenseMIT

UnRAvEL

arXiv

This repository is the official implementation of Select Wisely and Explain: Active Learning and Probabilistic Local Post-hoc Explainability.

Workflow

Installation

A local copy of this repository can be made using the following command:

git clone https://github.com/adityasaini70/BO-LIME.git

After that, the dependencies of the codebase(Python v3.8.5) can be installed using the following command:

cd UnRAvEL/
pip install -r requirements.txt

Source code

The source code of the API can be found in the unravel folder. The description of files are as follows:

Evaluation

Apart from the main evaluation script, the code used in our experiments can be found in the evaluation folder. The description of files are as follows:

Results

Sample Efficiency Stability

Tutorials and usage

We're yet to add the documentation of the final API, till then please refer the following tutorial for learning about the implemented calls and methods

If you face any problem in running any module of this codebase, please feel free to contact us at {aditya18125, ranjitha}@iiitd.ac.in.

License

Copyright (c) 2022 Aditya Saini, Ranjitha Prasad.

The API is distributed under the MIT License