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
Hi, i install causalml sucessfully by using "conda install -c conda-forge causalml" and causalml version=0.13.0. but when i using this code "from causalml.inference.tree.plot import plot_causal_tree", it report cannot import name 'plot_causal_tree' from 'causalml.inference.tree.plot' .
the environment is python3.8 and macos12.2
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, @blingbing. Thanks for reporting the bug. I cannot reproduce your bug. Are you able to import other methods? Can you provide more details or maybe a screenshot of the issue? Thanks.
We have released 0.14.0, I suggest you give it a try.
Hi, i install causalml sucessfully by using "conda install -c conda-forge causalml" and causalml version=0.13.0. but when i using this code "from causalml.inference.tree.plot import plot_causal_tree", it report cannot import name 'plot_causal_tree' from 'causalml.inference.tree.plot' .
the environment is python3.8 and macos12.2
Thanks!
The text was updated successfully, but these errors were encountered: