EconML icon indicating copy to clipboard operation
EconML copied to clipboard

Error in x.dowhy.fit()

Open guanmengcheng opened this issue 2 years ago • 0 comments

In the file Case Study - Customer Segmentation at An Online Media Company - EconML + DoWhy.ipynb:

esw.dowhy.fit() raise error cause "module 'networkx.algorithms' has no attribute 'd_separated'"

It need to modify the code in d_separation.py : nx.algorithms..d_separated -> nx.algorithms.d_separation.d_separated

My networkx version is: 2.6.4

guanmengcheng avatar Feb 18 '23 03:02 guanmengcheng