Skip to content

caus-am/aci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ancestral Causal Inference (ACI):

Ancestral Causal Inference (ACI) is a logic-based causal discovered algorithm for causal systems with latent confounders and no feedback. You can find a short introduction here .

ACI is described in more detail in the NIPS 2016 publication:

@InProceedings{ACI,
  author =    {Sara Magliacane and Tom Claassen and Joris M. Mooij},
  title =     {Ancestral Causal Inference},
  Booktitle = {{A}dvances in {N}eural {I}nformation {P}rocessing {S}ystems 27 ({NIPS}-16)},
  Pages = {4466--4474},
  year =      {2016},
}

Also available at: arxiv.org/abs/1606.07035

ACI uses the Answer Set Programming solver clingo 4, also available at https://github.com/potassco/clingo

Practical information

Installation instructions can be found in the INSTALL file.

The repository is organized as follows:

  • The ASP folder contains various Answer Set Programming encodings of causal discovery algorithms.
  • The R folder contains most of the code (surprisingly, in R).
  • The experiments folder contains various Matlab code that we used to plot the evaluation graphs, or run the experiments on the Sachs2005 dataset.

Acknowledgements

The code of ACI builds heavily on the code from the following publication:

Antti Hyttinen, Frederick Eberhardt, Matti Järvisalo: "Constraint-Based Causal Discovery: Conflict Resolution with Answer Set Programming", UAI 2014.

In the NIPS 2016 paper we refer to this implementation as HEJ (from the surnames of the authors). The original code of HEJ is available at: https://sites.google.com/site/ajhyttin/publications

Releases

No releases published

Packages

No packages published