py-why / dowhy

DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.
https://www.pywhy.org/dowhy
MIT License
7.04k stars 926 forks source link

Fix frontdoor estimation bug #1060

Closed amit-sharma closed 11 months ago

amit-sharma commented 11 months ago

Fixes #616

The refactor in v0.9 had introduced this bug.

AlxndrMlk commented 9 months ago

Hi @amit-sharma @bloebp

A quick question, is this fix now available in DoWhy 0.11.1?

amit-sharma commented 8 months ago

yes, this is fixed and available in dowhy 0.11.1

AlxndrMlk commented 8 months ago

Great, thank you for clarifying, appreciate it @amit-sharma