pgmpy / pgmpy_notebook

Short Tutorial to Probabilistic Graphical Models(PGM) and pgmpy
http://pgmpy.org/
MIT License
368 stars 213 forks source link

Add notebook related to reading and writing from pgmpy file formats. #3

Closed vivek425ster closed 8 years ago

ankurankan commented 8 years ago

@vivek425ster Please use pgmpy instead of Pgmpy everywhere. Also do add a paragraph for explicitly mentioning the general workflow for reading and writing files using pgmpy.

ankurankan commented 8 years ago

@vivek425ster I have made some very minor changes in this. Pull that from https://github.com/pgmpy/pgmpy_notebook/tree/pr/3.

Also in the last section where you have written about the general workflow, I would suggest not to mention the different methods as it won't be same for different formats. Just mention about the things that would be consistent in all the different formats like get_model would be in all the Reader classes and always return the model instance.