Skip to content

Commit 1ebf232

Browse files
committed
update docs
1 parent 4c43c06 commit 1ebf232

File tree

1 file changed

+3
-2
lines changed
  • docs/source/search_methods_index/Constraint-based causal discovery methods

1 file changed

+3
-2
lines changed

docs/source/search_methods_index/Constraint-based causal discovery methods/PC.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ Usage
3535
3636
Visualization using pydot is recommended. If specific label names are needed, please refer to this `usage example <https://github.com/cmu-phil/causal-learn/blob/main/tests/TestGraphVisualization.py>`_ (e.g., 'cg.draw_pydot_graph(labels=["A", "B", "C"])' or 'GraphUtils.to_pydot(cg.G, labels=["A", "B", "C"])').
3737

38-
+++++++++++++++
38+
.. _Advanced Usages:
39+
3940
Advanced Usages
40-
+++++++++++++++
41+
----------------------------
4142
+ If you would like to specify parameters for the (conditional) independence test (if available), you may directly pass the parameters to the :code:`pc` call. E.g.,
4243

4344
.. code-block:: python

0 commit comments

Comments
 (0)