Problem about plotting causal graph
See original GitHub issuePlease make sure that this is a bug.
System information
- OS Platform and Distribution (e.g., CentOS 7.6):Win10
- Python version:3.9.12
- YLearn version:0.1.2
- Other Python packages(run
pip list
):
Describe the current behavior
- I wanna use API
why.plot_causal_graph()
,but it doesn’t output anything. Then I use another way likewhy.causal_graph().plot()
, it can output causal graph normally.
Describe the expected behavior It should ouput a causal graph normally.
Standalone code to reproduce the issue Provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Jupyter notebook.
Are you willing to submit PR?(Yes/No)
- Yes
Other info / logs Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
Issue Analytics
- State:
- Created a year ago
- Comments:13
Top Results From Across the Web
Automatic Planning – Chapter 5: Causal Graphs
Causal graphs are the most prominent means to capture problem structure in planning; they are typically considered along with domain transition graphs. Causal...
Read more >You're Plotting the Wrong Things. A tip for smarter EDA
As it turns out, the answer depends on the (usually unknown) data generation process, which can be represented using causal diagrams. Here are ......
Read more >Five Graphs to Show Cause and Effect - Data Science Central
Five Graphs to Show Cause and Effect · 1. Cause and Effect (Fishbone) Diagram · 2. Scatter Plot · 3. Causal Graphs ·...
Read more >Causal graph - Wikipedia
In statistics, econometrics, epidemiology, genetics and related disciplines, causal graphs are probabilistic graphical models used to encode assumptions ...
Read more >04 - Graphical Causal Models - Matheus Facure
Knowing about causal graphical models enables us to understand the problems that arise in causal inference. As we've seen, the problem always boils...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh!!! I just found I can plot the graph, maybe it has something to do with restarting the computer. .
Thanks for your support! ^_^