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

Incomplete `method_name` argument documentation in `estimate_effect`

matsuobasho opened this issue · comments

Ask your question
It would be very helpful to have more detail about the method_name argument of the estimate_effect method.
Currently, some examples of possible options are provided, but they are not comprehensive.

https://www.pywhy.org/dowhy/main/_modules/dowhy/causal_model.html#CausalModel.estimate_effect

Moreover, this seems not to be entirely correct
specific estimation method: "[backdoor/iv].estimation_method_name". Following methods are supported.
What about frontdoor methods such as frontdoor.two_stage_regression?

Expected behavior
I would like the documentation to list all of the possibilities for native method_names (I understand the econml method names have their own documentation).

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.

Thanks for raising thsi @matsuobasho . Will add it to the docs.

Fixing this issue in #1094