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

[MAINT] Refactor any dependencies on independence tests to use optional dependency `pywhy-stats` #1033

Open adam2392 opened 1 year ago

adam2392 commented 1 year ago

Since v0.1 is released on pywhy-stats, we can start moving some stuff out of dowhy. Specifically:

cc: @bloebp