Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 4, 2024
1 parent 0c199fd commit 062b79d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/source/graph_mutation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ Algorithm Implementation
Evans Simplification [evans2016]_ :func:`y0.algorithm.simplify_latent.evans_simplify`
Add CI edges [taheri2024]_ :func:`y0.algorithm.conditional_independencies.add_ci_undirected_edges`
================================= =======================================================================

.. [evans2016] `Graphs for margins of Bayesian networks <https://arxiv.org/abs/1408.1809>`_
.. [taheri2024] Eliater: a workflow and open source implementation for estimation of
outcomes of perturbations from observational measurements in biomolecular networks
6 changes: 1 addition & 5 deletions src/y0/algorithm/conditional_independencies.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# -*- coding: utf-8 -*-

"""An implementation to get conditional independencies of an ADMG from [pearl2009]_.
.. [taheri2024] Eliater: a workflow and open source implementation for estimation of
outcomes of perturbations from observational measurements in biomolecular networks
"""
"""An implementation to get conditional independencies of an ADMG from [pearl2009]_."""

from functools import partial
from itertools import combinations, groupby
Expand Down
1 change: 0 additions & 1 deletion src/y0/algorithm/simplify_latent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

"""Implement Robin Evans' simplification algorithms from [evans2012]_ and [evans2016]_.
.. [evans2016] `Graphs for margins of Bayesian networks <https://arxiv.org/abs/1408.1809>`_
.. [evans2012] `Constraints on marginalised DAGs
<https://www.fields.utoronto.ca/programs/scientific/11-12/graphicmodels/Evans.pdf>`_
"""
Expand Down

0 comments on commit 062b79d

Please sign in to comment.