From 8b8b2293fe5cf00ccc9509a3b8d1df84e21ba2f8 Mon Sep 17 00:00:00 2001 From: Sofia Faltenbacher Date: Sun, 17 Nov 2024 14:12:27 +0100 Subject: [PATCH] quick fix default pipelines (ui representation for direct effects) --- causy/causal_discovery/constraint/algorithms/pc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/causy/causal_discovery/constraint/algorithms/pc.py b/causy/causal_discovery/constraint/algorithms/pc.py index d03e8ff..32100bf 100644 --- a/causy/causal_discovery/constraint/algorithms/pc.py +++ b/causy/causal_discovery/constraint/algorithms/pc.py @@ -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], @@ -103,6 +104,7 @@ ] ), *PC_ORIENTATION_RULES, + ComputeDirectEffectsInDAGsMultivariateRegression, ], edge_types=PC_EDGE_TYPES, extensions=[PC_GRAPH_UI_EXTENSION], @@ -158,6 +160,7 @@ ), ), *PC_ORIENTATION_RULES, + ComputeDirectEffectsInDAGsMultivariateRegression, ], edge_types=PC_EDGE_TYPES, extensions=[PC_GRAPH_UI_EXTENSION],