Overview of DoWhy causal inference capabilities
mainDoWhy is a Python library designed for causal thinking and analysis. It provides a suite of algorithms for several key causal inference tasks:
- Effect Estimation: Estimating the causal impact of variables.
- Causal Structure Learning: Discovering causal relationships from data.
- Diagnosis of Causal Structures: Evaluating the validity of causal models.
- Root Cause Analysis: Identifying the underlying causes of observed effects.
- Interventions and Counterfactuals: Modeling what happens when variables are changed or exploring hypothetical scenarios.