pgmpy / pgmpy_notebook

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

Fix infer arguments #13

Closed jvanvugt closed 7 years ago

jvanvugt commented 7 years ago

The current notebook calls infer.query('G'), this only works because the name of the node is a single character. This argument should be a list of nodes instead. See also issue #12.

:beers:

ankurankan commented 7 years ago

@jvanvugt Thanks for the fix. [Fixes #12]