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.
Question:
I am running some python notebooks from Alexander Molak's book: "Causal Inference and Discovery in Python", which makes extensive use of DoWhy library. Unfortunately written using the 0.8 version of DoWHy, and when I tried to run it in the most updated 0.11.1, I started to receive errors, such as Not loading econml.dml.DML dependences.
The code from the open source Chapter 7 pynb that is causing the error is:
Question: I am running some python notebooks from Alexander Molak's book: "Causal Inference and Discovery in Python", which makes extensive use of DoWhy library. Unfortunately written using the 0.8 version of DoWHy, and when I tried to run it in the most updated 0.11.1, I started to receive errors, such as Not loading econml.dml.DML dependences.
The code from the open source Chapter 7 pynb that is causing the error is:
And the error is:
ImportError: Error loading econml.dml.DML. Double-check the method name and ensure that all econml dependencies are installed.
Version information:
Additional context The git with the Python notebook is in: https://github.com/PacktPublishing/Causal-Inference-and-Discovery-in-Python