bvarici / intervention-mixture-DAG

Codebase for the paper "Interventional Causal Discovery in a Mixture of DAGs"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intervention-mixture-DAG

Codebase for the paper "Interventional Causal Discovery in a Mixture of DAGs"

Requirements

For generating and manipulating graphs, it uses networkx and causaldag packages

$ pip3 install networkx
$ pip3 install causaldag

Reproducing the results

To reproduce the simulation results reported in the paper, run run_simulations.py. To generate the plots from the simulations, run plots.py.

About

Codebase for the paper "Interventional Causal Discovery in a Mixture of DAGs"


Languages

Language:Python 100.0%