We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc7727 commit 7329fceCopy full SHA for 7329fce
causal_copilot/mcp/server.py
@@ -522,8 +522,14 @@ def estimate_effect(
522
# --- Data properties for intelligent method/model selection ---
523
from causal_copilot.mcp.offline import (
524
get_default_estimation_config as _offline_select_method_config,
525
+ )
526
+ from causal_copilot.mcp.offline import (
527
identify_confounders as _offline_confounders,
528
529
530
prepare_treatment,
531
532
533
select_estimation_method as _offline_select_method,
534
)
535
0 commit comments