Method doesn't exist gcm.evaluate_causal_model #1102
-
Hi there, I just got started with this library and I am trying to the example notebooks provided. One of the notebooks uses gcm.evaluate_causal_model, but I see that in v0.11.1 this method has been moved to model_evaluation module, but I can't find this method in 0.10.1. Can someone help me on this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, sorry we are currently in the process of releasing v0.11, but ran into some issues in uploading it to pypi. Therefore, the pip version is currently still 0.10.1, while the We are working on a fix and hope to publish the 0.11 version by tomorrow on pypi (i.e, you can upgrade your version via pip then). That should fix the issue. |
Beta Was this translation helpful? Give feedback.
Hi, sorry we are currently in the process of releasing v0.11, but ran into some issues in uploading it to pypi. Therefore, the pip version is currently still 0.10.1, while the
evaluate_causal_model
has only been introduced in 0.11.We are working on a fix and hope to publish the 0.11 version by tomorrow on pypi (i.e, you can upgrade your version via pip then). That should fix the issue.
If you want to use it already, you can also install the current development version via:
pip install git+https://github.com/py-why/dowhy@main