Causal discovery is the algorithmic process of automatically inferring a causal structure—typically represented as a directed acyclic graph (DAG)—from observational or experimental data. Unlike purely statistical methods that identify correlations, causal discovery algorithms, such as PC or GES, test for conditional independencies or optimize a model score to distinguish causal links from spurious associations. This process is essential for moving from pattern recognition to understanding the underlying data-generating mechanisms.
