Replies: 1 comment 1 reply
-
Why not use something like graphviz which takes care of the spatial layout for you? https://graphviz.readthedocs.io/en/stable/examples.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
daft is a really neat Python library to plot probabilistic graphical models. Using this to render probabilistic models built with Aesara would be a good project for someone who wants to familiarise themselves with Aesara/AePPL.
The only caveat is that the library does not position the nodes automatically so you would have to write some code to do that. I've done this kind of thing in the past, it's not easy but you can find some CS papers on the topic.
Beta Was this translation helpful? Give feedback.
All reactions