Skip to content
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

Visualizing models #5

Open
longouyang opened this issue Feb 1, 2016 · 2 comments
Open

Visualizing models #5

longouyang opened this issue Feb 1, 2016 · 2 comments
Labels

Comments

@longouyang
Copy link
Member

viz.model = function(model) { 
  var string = model.toString();
  var parsed = parse(string);
  // then do some static analysis to make a plate notation diagram or something
}
@ngoodman
Copy link

ngoodman commented Feb 1, 2016

at some point kimbal had a flow analysis that would make a data flow diagram from a function (at least for some restricted language). this is cool because it's the bayes net when there is one....

i don't think this is a super easy thing to replicate though, unless it's still in our codebase.

@longouyang
Copy link
Member Author

Looks like that code is still there (e.g., src/analysis/visualize.js and docs/analysis/documentation.txt)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants