Last active
March 24, 2023 16:43
-
-
Save rtbs-dev/1349864212b25cce91dbe5e336d794b4 to your computer and use it in GitHub Desktop.
Bayesian Network Models in PyMC3 and NetworkX
Do you have any example for dynamic BN simulated on PYMC3?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are having issues with
BN.edges['C3']['D4']['bin']
, substitute forBN.edges['C3','D4']['bin']
.As described in the migration guide mentioned before