Amit Sharma

Results 203 comments of Amit Sharma

@rahulbshrestha will be great if you can contribute. This will be a very valuable addition to the community, especially readers of @AlxndrMlk's book

@rahulbshrestha you can start by looking at the tests in the tests/ folder as examples. Then, I suggest creating a new folder tests/causal-inference-discovery-book and then add examples from the book...

Can you post a minimum working example so we can reproduce the bug?

I see, it may be due to the dataset too. To reproduce the error, I will need the data too. Can you share the tmp_clean dataframe? If that is not...

> Are those 1000 samples individual units e.g. patients for example? Yes > Can we also generate multiple samples for a unit, for example this can be a treatement test...

This is because we are still working on updating conda with the latest version. In your environment, can you try "pip install dowhy --upgrade" and make sure that you are...

The pip version will work. conda will not work because the last conda release for dowhy was 0.8. Once you install, can you check the version of DoWhy? ``` import...

Thanks for flagging this @1betatsu . If the effect modifier has only one unique value, I'm not sure that the model can learn conditional effects. Essentially, it will learn the...

Thanks for checking, @j-at-ch . Yes, let me close this issue.

hey @padarn, did your PR #806 fix this issue too? Or do you still see this error?