pgmpy / pgmpy_viz

A web based GUI for pgmpy
MIT License
13 stars 20 forks source link

Create graph from json #32

Open gargshashank5 opened 10 years ago

gargshashank5 commented 10 years ago

1 Accept the json in the defined https://github.com/pgmpy/pgmpy_viz/wiki/Detailed-Description#214-posting-the-model from browser.

  1. Parse it using python.
  2. Use the library functions to create the graph.