felixleopoldo / benchpress

A Snakemake workflow to run and benchmark structure learning (a.k.a. causal discovery) algorithms for probabilistic graphical models.
https://benchpressdocs.readthedocs.io
GNU General Public License v2.0
64 stars 17 forks source link

Adding Python implementation of MCMC algorithm for estimating unconditional equivalence classes #94

Open Alex-Markham opened 11 months ago

Alex-Markham commented 11 months ago

I'm in the process of adding an implementation of the GrUES algorithm from this paper, so I'm making this issue to collect any questions I have before making the final pull request. I'll also try to add to the development documentation since there's no template for adding Python implementations of MCMC algorithms there.

felixleopoldo commented 11 months ago

Sounds good.