-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualise models as graphs #754
Comments
I had set up some code for visualising
|
Yeah I recall although wasn't it a bit fiddly to get a clear graph?
…On Thu, 6 Jul 2023, 16:40 Matthew Griffiths, ***@***.***> wrote:
I had set up some code for visualising FactorGraphs
-
https://github.com/rhayes777/PyAutoFit/blob/ae791e2704cab52bad36d868033fd24512333e1d/autofit/graphical/factor_graphs/graph.py#L344-L485
—
Reply to this email directly, view it on GitHub
<#754 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQRGMRDANCFTXNK56AF32DXO3E4NANCNFSM6AAAAAA2APBH5I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yeah, perhaps something like pyvis could be nice - https://towardsdatascience.com/pyvis-visualize-interactive-network-graphs-in-python-77e059791f01 |
Yeah that looks nice
…On Thu, 6 Jul 2023, 17:07 Matthew Griffiths, ***@***.***> wrote:
Yeah, perhaps something like pyvis could be nice -
https://towardsdatascience.com/pyvis-visualize-interactive-network-graphs-in-python-77e059791f01
—
Reply to this email directly, view it on GitHub
<#754 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQRGMT2WHG7762T3XRCXWDXO3IEFANCNFSM6AAAAAA2APBH5I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The first steps towards this are here: #923 I have put up a number of issues which aim to make model text output more concnise: It goes without saying that the code makes model text output more concise, and which offers the right constructs for a visual graph, are likely one and the same, and all issues should be considered together. |
Visualise model and prior relationships using a graph. Also visualise factor and variable relationships using a graph.
The text was updated successfully, but these errors were encountered: