Tested on Ubuntu 22.04.3 LTS
Prerequisites for the provided installation script:
- Linux based operating System
- Anaconda/Minoconda package manager
Clone this repository. Then navigate to the root of the cloned repository in a terminal and just run
bash install.shThe required environment can now be activated by
conda activate mountaineerFrom the project root. First activate the installed environment and launch jupyter notebook.
conda activate mountaineer
jupyter notebookThe project root has notebooks with our experiments. You can use the loaded tool within 'Case_Study_1_Heloc_Explanations.ipynb' file directly to explore our experiments. The file includes everything needed to recreate Case Study 1. Simply run all the cells within the notebook. The final cell within the notebook will load the system with the generated explanation topologies.
The accompanying video 'CaseStudy1.mp4' will help guide the exploration to recreate figures from the paper for this case study.
conda activate mountaineer
import mountaineer as mnt
v = mnt.visualize(...)