Skip to content

Commit a64b996

Browse files
committed
Docs
1 parent 01b83b5 commit a64b996

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/docs_utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ def str2link(s):
1414
return "`PAG <https://cmu-phil.github.io/tetrad/manual/#appendix>`__"
1515
if s == "CPDAG":
1616
return "`CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__"
17+
if s == "MPDAG":
18+
return "`MPDAG <https://auai.org/uai2017/proceedings/papers/120.pdf>`__"
19+
if s == "TMPDAG":
20+
return "`TMPDAG <https://proceedings.mlr.press/v216/bang23a.html>`__"
1721
if s == "R":
1822
return "`R <https://www.r-project.org/>`__"
1923
if s == "Python":

docs/source/available_structure_learning_algorithms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ Modules for MCMC algorithms can be used seamlessly with the other modules. Howev
581581
-
582582
* - :ref:`TPC <bips_tpc>`
583583
- `tpc <https://github.com/bips-hb/tpc>`__
584-
- `CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__
584+
- `CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__, `MPDAG <https://auai.org/uai2017/proceedings/papers/120.pdf>`__, `TMPDAG <https://proceedings.mlr.press/v216/bang23a.html>`__
585585
- C, D, M
586586
-
587587
- :ref:`Yes <edge_constraints>`

docs/source/structure_learning_algorithms/bips_tpc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TPC (tpc)
3333
* - Paper
3434
- :footcite:t:`andrews2023practicalguidecausaldiscovery`
3535
* - Graph type
36-
- `CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__
36+
- `CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__, `MPDAG <https://auai.org/uai2017/proceedings/papers/120.pdf>`__, `TMPDAG <https://proceedings.mlr.press/v216/bang23a.html>`__
3737
* - MCMC
3838
- No
3939
* - Edge constraints

workflow/rules/structure_learning_algorithms/bips_tpc/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs_url": "https://github.com/bips-hb/tpc",
1010
"outputs": "adjmat",
1111
"graph_types": [
12-
"CPDAG"
12+
"CPDAG", "MPDAG", "TMPDAG"
1313
],
1414
"meta_description": "This package implements the tPC algorithm for causal discovery. The 't' stands for 'temporal' or 'tiers' and indicates that background knowledge in the form of a partial node/variable ordering is available.",
1515
"data_types": [

0 commit comments

Comments
 (0)