dowhy
dowhy copied to clipboard
ImportError: weighting_sampler is not an existing do sampler.
When I repeat the example of dowhy documents (https://microsoft.github.io/dowhy/readme.html) about dowhy pandas api as:
the error raised:

python 3.5.7 macOS 10.14.6
Hey @stereoF thanks for raising this. For some reason, I'm unable to reproduce this bug. Can you try the notebook dowhy_causal_api.ipynb in the online Binder notebook here: https://mybinder.org/v2/gh/microsoft/dowhy/master?filepath=docs%2Fsource%2F
If it works there, it might be a package dependency issue (check pandas >0.23.4). If not, we need to fix it in DoWhy.