DoWhy-GCM: An extension of DoWhy for causal inference in graphical causal models

Patrick Blöbaum,Peter Götz,Kailash Budhathoki,Atalanti A. Mastakouri,Dominik Janzing
2024-06-06
Abstract:We present DoWhy-GCM, an extension of the DoWhy Python library, which leverages graphical causal models. Unlike existing causality libraries, which mainly focus on effect estimation, DoWhy-GCM addresses diverse causal queries, such as identifying the root causes of outliers and distributional changes, attributing causal influences to the data generating process of each node, or diagnosis of causal structures. With DoWhy-GCM, users typically specify cause-effect relations via a causal graph, fit causal mechanisms, and pose causal queries -- all with just a few lines of code. The general documentation is available at <a class="link-external link-https" href="https://www.pywhy.org/dowhy" rel="external noopener nofollow">this https URL</a> and the DoWhy-GCM specific code at <a class="link-external link-https" href="https://github.com/py-why/dowhy/tree/main/dowhy/gcm" rel="external noopener nofollow">this https URL</a>.
Methodology,Artificial Intelligence,Machine Learning
What problem does this paper attempt to address?