Skip to content

csquires/dct-policy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This repository contains the code for the paper "Active Causal Structure Learning via Directed Clique Trees"

The following command will set up a Python virtual environment with the necessary dependencies installed.

bash setup.sh

To run the code, activate the virtual environment:

source venv/bin/activate

Then,

python3 fig1a.py
python3 fig1b.py
python3 fig1c.py

This will create two new directories. data/ will contain synthetic DAGs and the results (number of interventions used and computation time) for each intervention policy. figures/ will contain plots of these results as they appear in the paper.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published