-
**Describe the bug**
On line 935 https://github.com/py-why/dowhy/blob/e79d01280b1f8c7e54c0bda93ceddc932f7eedea/dowhy/gcm/falsify.py#L935
the method falsify_graph uses np.math which does not work.
…
-
Hi,
I would like to validate my estimations with the refutation functions offered by dowhy. I trained a T-Learner model in econml (which worked fine) and created a DoWhyWrapper object. But calling …
-
Wanting to use the DoWhy module during the fit call so I can do refutation later. Getting the following error. Can you help? For context, this is being run inside Databricks in conjunction with MLFlow…
-
DoWhy's [has_directed_path ](https://github.com/py-why/dowhy/blob/main/dowhy/graph.py#L273) method checks for a directed path between the action node at index 0, and outcome node at index 0. AutoIdent…
-
import dowhy
import econml.dowhy
est = LinearDML(model_y=GradientBoostingRegressor(), model_t=GradientBoostingRegressor(),
featurizer=PolynomialFeatures(degree=2, include_bias=False))
est_dw = e…
-
I am working on a heart disease dataset which has continuous variable as a treatment (thalach) and outcome categorical(target).There is another variable that the treatment affects (exang) which is cat…
-
Hi! First of all, thanks for the wonderful packages econml and dowhy!
When trying to follow the example of "Case Study - Customer Segmentation at An Online Media Company - EconML + DoWhy" notebook …
-
Hey,
Causica looks super promising, thanks for making open!
I've been playing around for a few days now trying to get a good grasp of it, and I there a couple points that are a bit unclear for me:…
-
When operating `from dowhy import gcm`, it reported: No module named 'numpy.dual'.
Details are below:
```
ModuleNotFoundError Traceback (most recent call last)
Cell In[26],…
-
Hi,
I am estimating the effect of high levels of particulate matter (PM2.5) on excess deaths from panel data for 25 municipalities with daily resolution. It means my treatment is a binary variable …