Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous Treatment Variable #1057

Closed
elakhatibi opened this issue Nov 2, 2023 · 1 comment
Closed

Continuous Treatment Variable #1057

elakhatibi opened this issue Nov 2, 2023 · 1 comment
Labels
question Further information is requested

Comments

@elakhatibi
Copy link

Hi,

I want to do causal analysis by "dowhy" package for estimating the causal impact of a "continuous" treatment variable (whose range is [0-100] ) on a continuous outcome variable.

I was wondering "dowhy" has provided such capabilities?

Looking forward to hearing from you

Greatly appreciate your help

@elakhatibi elakhatibi added the question Further information is requested label Nov 2, 2023
@amit-sharma
Copy link
Member

Yes, that is possible in DoWhy. For a simple analysis, you may start with the LinearRegression estimator in DoWhy. A more advanced analysis may use the double ML estimator from EconML.

For a code walkthrough, have a look at this notebook: https://www.pywhy.org/dowhy/v0.10.1/example_notebooks/dowhy-conditional-treatment-effects.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants