0

The popular proprietary software Netica uses, among others, the .dne format to store Bayesian networks.

How can I load a .dne file in pgmpy?

Jsevillamol
  • 2,425
  • 2
  • 23
  • 46

1 Answers1

0

I have written a small script with a function that will read a .dne file and construct a pgmpy model accordingly. Link

It 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.

Jsevillamol
  • 2,425
  • 2
  • 23
  • 46