You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: