Skip to content

Commit

Permalink
quick fix default pipelines (ui representation for direct effects)
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-sofia committed Nov 17, 2024
1 parent a51e96b commit 8b8b229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions causy/causal_discovery/constraint/algorithms/pc.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
display_name="Extended Partial Correlation Test Matrix",
),
*PC_ORIENTATION_RULES,
ComputeDirectEffectsInDAGsMultivariateRegression,
],
edge_types=PC_EDGE_TYPES,
extensions=[PC_GRAPH_UI_EXTENSION],
Expand All @@ -103,6 +104,7 @@
]
),
*PC_ORIENTATION_RULES,
ComputeDirectEffectsInDAGsMultivariateRegression,
],
edge_types=PC_EDGE_TYPES,
extensions=[PC_GRAPH_UI_EXTENSION],
Expand Down Expand Up @@ -158,6 +160,7 @@
),
),
*PC_ORIENTATION_RULES,
ComputeDirectEffectsInDAGsMultivariateRegression,
],
edge_types=PC_EDGE_TYPES,
extensions=[PC_GRAPH_UI_EXTENSION],
Expand Down

0 comments on commit 8b8b229

Please sign in to comment.