dowhy icon indicating copy to clipboard operation
dowhy copied to clipboard

ImportError: weighting_sampler is not an existing do sampler.

Open stereoF opened this issue 6 years ago • 1 comments

When I repeat the example of dowhy documents (https://microsoft.github.io/dowhy/readme.html) about dowhy pandas api as:

image the error raised: image

python 3.5.7 macOS 10.14.6

stereoF avatar Sep 18 '19 04:09 stereoF

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.

amit-sharma avatar Sep 29 '19 16:09 amit-sharma