Skip to content

Commit 9fd9910

Browse files
committed
docs
1 parent 3516274 commit 9fd9910

File tree

9 files changed

+153
-20
lines changed

9 files changed

+153
-20
lines changed

docs/source/available_structure_learning_algorithms.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,19 +300,19 @@ To add new modules, see :ref:`new_modules`.
300300
- :ref:`sklearn_glasso <sklearn_glasso>`
301301
* - :ref:`BOSS <tetrad_boss>`
302302
- `CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__
303-
- `causal-cmd <https://github.com/bd2kccd/causal-cmd>`__
303+
- `TETRAD <https://github.com/bd2kccd/causal-cmd>`__
304304
- :ref:`tetrad_boss <tetrad_boss>`
305305
* - :ref:`FASK <tetrad_fask>`
306306
- `DAG <https://en.wikipedia.org/wiki/Directed_acyclic_graph>`__
307-
- `causal-cmd <https://github.com/bd2kccd/causal-cmd>`__
307+
- `TETRAD <https://github.com/bd2kccd/causal-cmd>`__
308308
- :ref:`tetrad_fask <tetrad_fask>`
309309
* - :ref:`FGES <tetrad_fges>`
310310
- `CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__
311-
- `causal-cmd <https://github.com/bd2kccd/causal-cmd>`__
311+
- `TETRAD <https://github.com/bd2kccd/causal-cmd>`__
312312
- :ref:`tetrad_fges <tetrad_fges>`
313313
* - :ref:`FOFC <tetrad_fofc>`
314314
- `DAG <https://en.wikipedia.org/wiki/Directed_acyclic_graph>`__
315-
- `causal-cmd <https://github.com/bd2kccd/causal-cmd>`__
315+
- `TETRAD <https://github.com/bd2kccd/causal-cmd>`__
316316
- :ref:`tetrad_fofc <tetrad_fofc>`
317317
* - :ref:`FTFC <tetrad_ftfc>`
318318
- `DAG <https://en.wikipedia.org/wiki/Directed_acyclic_graph>`__
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
2+
3+
4+
:og: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.
5+
:og:image:alt: Benchpress logo
6+
:og:sitename: Benchpress causal discovery platform
7+
:og:title: temporal PC (causallearn_ges)
8+
9+
.. meta::
10+
:title: temporal PC
11+
: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.
12+
13+
14+
.. _causallearn_ges:
15+
16+
tPC (tpc)
17+
**********
18+
19+
20+
21+
.. list-table::
22+
23+
* - Module name
24+
- `causallearn_ges <https://github.com/felixleopoldo/benchpress/tree/master/workflow/rules/structure_learning_algorithms/causallearn_ges>`__
25+
* - Package
26+
- `tpc <https://github.com/bips-hb/tpc>`__
27+
* - Version
28+
- 137e18b
29+
* - Language
30+
- `R <https://www.r-project.org/>`__
31+
* - Docs
32+
- `here <https://github.com/bips-hb/tpc>`__
33+
* - Paper
34+
- :footcite:t:`meek1997graphical`, :footcite:t:`chickering2002optimal`, :footcite:t:`ramsey2017million`
35+
* - Graph type
36+
- `CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__
37+
* - Docker
38+
- `bpimages/causal-learn:0.1.3.4-arm64 <https://hub.docker.com/r/bpimages/causal-learn/tags>`__
39+
40+
41+
42+
43+
temporal PC
44+
---------------
45+
46+
47+
Some text of the algorithm/module.
48+
49+
50+
51+
.. rubric:: Example JSON
52+
53+
54+
.. code-block:: json
55+
56+
57+
[
58+
{
59+
"id": "myalg",
60+
"cutoff": 0.5,
61+
"timeout": null
62+
}
63+
]
64+
65+
.. footbibliography::
66+

docs/source/structure_learning_algorithms/mice.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ The mice package implements a method to deal with missing data. The package crea
4848

4949
.. important::
5050

51-
<<<<<<< HEAD
52-
This is not a structure learning algorithm, just a workaround to use imputed data for the :ref:`bips_tpc` module.
53-
=======
5451
This is not a structure learning algorithm, just a workaround to use imputed data for the :ref:`bips_tpc <bips_tpc>` module.
55-
>>>>>>> dev
5652

5753

5854

docs/source/structure_learning_algorithms/tetrad_boss.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
.. _tetrad_boss:
1515

16-
BOSS (causal-cmd)
17-
******************
16+
BOSS (TETRAD)
17+
**************
1818

1919

2020

@@ -23,7 +23,7 @@ BOSS (causal-cmd)
2323
* - Module name
2424
- `tetrad_boss <https://github.com/felixleopoldo/benchpress/tree/master/workflow/rules/structure_learning_algorithms/tetrad_boss>`__
2525
* - Package
26-
- `causal-cmd <https://github.com/bd2kccd/causal-cmd>`__
26+
- `TETRAD <https://github.com/bd2kccd/causal-cmd>`__
2727
* - Version
2828
- 1.10.0
2929
* - Language
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
2+
3+
4+
:og: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.
5+
:og:image:alt: Benchpress logo
6+
:og:sitename: Benchpress causal discovery platform
7+
:og:title: temporal PC (tetrad_fas)
8+
9+
.. meta::
10+
:title: temporal PC
11+
: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.
12+
13+
14+
.. _tetrad_fas:
15+
16+
tPC (tpc)
17+
**********
18+
19+
20+
21+
.. list-table::
22+
23+
* - Module name
24+
- `tetrad_fas <https://github.com/felixleopoldo/benchpress/tree/master/workflow/rules/structure_learning_algorithms/tetrad_fas>`__
25+
* - Package
26+
- `tpc <https://github.com/bips-hb/tpc>`__
27+
* - Version
28+
- 137e18b
29+
* - Language
30+
- `R <https://www.r-project.org/>`__
31+
* - Docs
32+
- `here <https://github.com/bips-hb/tpc>`__
33+
* - Paper
34+
-
35+
* - Graph type
36+
- `CPDAG <https://search.r-project.org/CRAN/refmans/pcalg/html/dag2cpdag.html>`__
37+
* - Docker
38+
- `bpimages/causal-cmd:1.10.0 <https://hub.docker.com/r/bpimages/causal-cmd/tags>`__
39+
40+
41+
42+
43+
temporal PC
44+
---------------
45+
46+
47+
From the Tetrad manual: This is just the adjacency search of the PC algorithm, included here for times when just the adjacency search is needed, as when one is subsequently just going to orient variables pairwise.
48+
49+
.. rubric:: Some fields described
50+
* ``edgeConstraints`` Name of the JSON file containing background knowledge
51+
52+
53+
.. rubric:: Example JSON
54+
55+
56+
.. code-block:: json
57+
58+
59+
[
60+
{
61+
"id": "fas-fisher-z",
62+
"test": "fisher-z-test",
63+
"datatype": "continuous",
64+
"timeout": null,
65+
"edgeConstraints": "edgeConstraints.json"
66+
}
67+
]
68+
69+
.. footbibliography::
70+

docs/source/structure_learning_algorithms/tetrad_fask.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
.. _tetrad_fask:
1515

16-
FASK (causal-cmd)
17-
******************
16+
FASK (TETRAD)
17+
**************
1818

1919

2020

@@ -23,7 +23,7 @@ FASK (causal-cmd)
2323
* - Module name
2424
- `tetrad_fask <https://github.com/felixleopoldo/benchpress/tree/master/workflow/rules/structure_learning_algorithms/tetrad_fask>`__
2525
* - Package
26-
- `causal-cmd <https://github.com/bd2kccd/causal-cmd>`__
26+
- `TETRAD <https://github.com/bd2kccd/causal-cmd>`__
2727
* - Version
2828
- 1.10.0
2929
* - Language

docs/source/structure_learning_algorithms/tetrad_fges.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
.. _tetrad_fges:
1515

16-
FGES (causal-cmd)
17-
******************
16+
FGES (TETRAD)
17+
**************
1818

1919

2020

@@ -23,7 +23,7 @@ FGES (causal-cmd)
2323
* - Module name
2424
- `tetrad_fges <https://github.com/felixleopoldo/benchpress/tree/master/workflow/rules/structure_learning_algorithms/tetrad_fges>`__
2525
* - Package
26-
- `causal-cmd <https://github.com/bd2kccd/causal-cmd>`__
26+
- `TETRAD <https://github.com/bd2kccd/causal-cmd>`__
2727
* - Version
2828
- 1.10.0
2929
* - Language

docs/source/structure_learning_algorithms/tetrad_fofc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
.. _tetrad_fofc:
1515

16-
FOFC (causal-cmd)
17-
******************
16+
FOFC (TETRAD)
17+
**************
1818

1919

2020

@@ -23,7 +23,7 @@ FOFC (causal-cmd)
2323
* - Module name
2424
- `tetrad_fofc <https://github.com/felixleopoldo/benchpress/tree/master/workflow/rules/structure_learning_algorithms/tetrad_fofc>`__
2525
* - Package
26-
- `causal-cmd <https://github.com/bd2kccd/causal-cmd>`__
26+
- `TETRAD <https://github.com/bd2kccd/causal-cmd>`__
2727
* - Version
2828
- 1.10.0
2929
* - Language
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Abstract: We consider the problem of estimating sparse graphs by a lasso penalty applied to the inverse covariance matrix. Using a coordinate descent procedure for the lasso, we develop a simple algorithm—the graphical lasso—that is remarkably fast: It solves a 1000-node problem (∼500000 parameters) in at most a minute and is 30–4000 times faster than competing methods. It also provides a conceptual link between the exact problem and the approximation suggested by Meinshausen and Bühlmann (2006). We illustrate the method on some cell-signaling data from proteomics.

0 commit comments

Comments
 (0)