The popular proprietary software Netica uses, among others, the .dne format to store Bayesian networks.
How can I load a .dne file in pgmpy?
The popular proprietary software Netica uses, among others, the .dne format to store Bayesian networks.
How can I load a .dne file in pgmpy?
I have written a small script with a function that will read a
.dnefile and construct apgmpymodel accordingly. LinkIt will only work with discrete networks with only regular nodes (ie no utility nodes). I have tested the code on a couple of networks but it is likely that the code contains some bugs.