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
Is your feature request related to a problem? Please describe. CausalModel is deprecated and should be removed from tutorials and test cases.
Describe the solution you'd like
Replace it with the new API for effect estimation (https://github.com/py-why/dowhy/wiki/API-proposal-for-v1). The files that still use CausalModel are listed below. I will create a PR to replace in some of those files, but will likely not cover all, so this should serve as a record of the files that still needed to be changed.
Is your feature request related to a problem? Please describe.
CausalModel
is deprecated and should be removed from tutorials and test cases.Describe the solution you'd like
Replace it with the new API for effect estimation (https://github.com/py-why/dowhy/wiki/API-proposal-for-v1). The files that still use
CausalModel
are listed below. I will create a PR to replace in some of those files, but will likely not cover all, so this should serve as a record of the files that still needed to be changed.Test files
Notebooks
cc: @bloebp
The text was updated successfully, but these errors were encountered: