daft-dev / daft

Render probabilistic graphical models using matplotlib
https://docs.daft-pgm.org
MIT License
675 stars 118 forks source link

Support for factor graphs #86

Open tdiethe opened 8 years ago

tdiethe commented 8 years ago

How hard would it be to create factor graphs, for example in the style of tikz bayesnet? I'm a big fan of these, since it makes more of the model explicit in the graph.

dsfulf commented 5 years ago

I'm not sure what the question is, other than to answer "not that hard"?

varunagrawal commented 3 years ago

The factors would just be nodes with shape="rectangle" if that answers the question.