issues
search
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.1k
stars
935
forks
source link
Revise gcm Shapley estimator
#900
Closed
bloebp
closed
1 year ago
bloebp
commented
1 year ago
Simplify the sampling process of permutations
Using Halton sequence now instead of Sobol, since Halton generalizes beyond a basis of 2
This should also fix the current build error.
This should also fix the current build error.