-
Hello,
I'm playing with colorlight 5A75B board, with a etherbone client on it.
Now it's connected directly to pc ethernet port trough phy1 connector.
Would it be possible to daisy chain another sim…
-
Here is example from 'Probabilistic Graphical Principles and Techniques' - Koller and Friedman page 365
which you mentioned at https://github.com/pgmpy/pgmpy/blob/dev/pgmpy/factors/Factor.py#L609
Her…
-
The following code demonstrates two bugs which may or may not be related. The first is that area() for a valid polygon gives a negative answer, which is not possible. The second bug is that the inters…
-
### Subject of the issue
Carry on from issue https://github.com/pgmpy/pgmpy/issues/1385, when I shrink everything by:
1. Reducing the number of states (from 1000) to 2 for each node
2. Reduce the…
-
Factor graph model add_edge presently accepts both (nodes, nodes) or (factors, factors) as input and creates a edge between them.
A factor graph is a bipartite graph and should only have edges betwe…
-
A new test failure has appeared with hypothesis 4.42.0:
```
_____________________________________________________________ test_vec2ang _____________________________________________________________…
-
Distance between a formula and itself yields the value 1, which seems to be incorrect.
Eg:
phi1(u1,u2,y1,y2) >>_m1 phi2(u1,u2,y1,y2)
phi1 = (!(u1 < 10) && (u2 > 2)) => (F[0, 2] y1 > 2 || G[1, 3] y…
-
### Errors when I use predict and predict_probability
### My environment
* pgmpy 0.1.6
* Python 3.6
* Ubuntu 18.04
### predict function error
When fed the BayesianModel little evidence, th…
-
Pls add LUX (phi2) algoritm at nlpool
-
I think one thing is lacking in this implementation . If node passed while calling get_cardinality, is not present in the model, then it should throw an error. Right now this is not happening.
### …