What problem does it solve?
Causal-inference helps you answer counterfactual and treatment-effect questions when correlation and naïve regression can be misleading due to confounding.
Core Features & Use Cases
- Counterfactual & treatment effect estimation: Estimate ATE/ATT/CATE from observational data by routing identification and estimation through formal causal methods.
- Hybrid DAG workflow: Use an LLM to propose causal graph structure from domain context, then validate and fit using symbolic causal discovery and causal-estimation libraries.
- Refutation-first reliability: Always perform refutation tests so the output includes falsification results and not just point estimates.
- Root-cause analysis: Identify which variables causally explain observed outcomes under an explicit causal model.
Quick Start
Use the causal-inference skill to estimate the causal effect of X on Y from your dataset by providing the treatment column, outcome column, and domain context for graph proposal and validation.