Can any one halp me how to use Pyro to build directed acyclic graph and calculate inference?
Let consider this graph:
A---> B <-----C
A successful probability 0.6 and C successful probability 0.7
Can we calculate P(A,B,C) and P(B|A,C) using Pyro in python?