You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am starting a project using discrete Bayes Nets and I am hoping to use this package, rather than one of the python packages (eg pomegranate or pgmpy). But I have a few questions...
I managed to get a simple example working (made up numbers), with
Could I request a little more information in the documentation about the way in which this CPD is coded? Eventually I was able to figure it out by asking for the CPD table with table(bn, :hospital)
but I'd definitely say more documentation here would help people out.
Secondly, is there a way to name the levels that each node can take? From the docs I attempted a guess at something like this...
I too would be interested in either getting NamedCategorical to work with DiscreteBayesNet or having that feature added. As I understand it, the infer function works only with DiscreteBayesNet. Since mostly what I want to do is "infer," having the ability to use NamedCategorical would help the clarity of my programs.
I am starting a project using discrete Bayes Nets and I am hoping to use this package, rather than one of the python packages (eg
pomegranate
orpgmpy
). But I have a few questions...I managed to get a simple example working (made up numbers), with
Could I request a little more information in the documentation about the way in which this CPD is coded? Eventually I was able to figure it out by asking for the CPD table with
table(bn, :hospital)
but I'd definitely say more documentation here would help people out.
Secondly, is there a way to name the levels that each node can take? From the docs I attempted a guess at something like this...
but no luck. Any pointers or updates to the docs on this would be very much appreciated.
Ben
The text was updated successfully, but these errors were encountered: