Skip to content

Commit 9436373

Browse files
committed
update doc
1 parent 129afa3 commit 9436373

File tree

1 file changed

+1
-0
lines changed
  • docs/source/search_methods_index/Score-based causal discovery methods

1 file changed

+1
-0
lines changed

docs/source/search_methods_index/Score-based causal discovery methods/GES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Usage
1717
Record = ges(X, score_func, maxP, parameters)
1818
1919
# Visualization using pydot
20+
from causallearn.utils.GraphUtils import GraphUtils
2021
pyd = GraphUtils.to_pydot(Record['G'])
2122
tmp_png = pyd.create_png(f="png")
2223
fp = io.BytesIO(tmp_png)

0 commit comments

Comments
 (0)