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.

Home Page:https://www.pywhy.org/dowhy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about Dummy Outcome Refuter

xwbxxx opened this issue · comments

In this chapter,Dummy Outcome Refuter: Testing for non-zero causal effect, you have achieved the intent and function of Simulated Outcome in your paper.
image

However, when I checked source codes on the github, I didn't found any methods or attributes about this parameter outcome_function=linear_gen.
Moreover, when I changed the return of the function def linear_gen(df) into a fixed value or even a string, the console didn't raise any errors.

I'm wondering if the new version (v0.11.1) has changed the form of parametersoutcome_function=linear_gen? Or if this feature about Simulated Outcome is not yet perfected?

This issue is stale because it has been open for 14 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.