pgmpy / pgmpy

Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks.

Home Page:https://pgmpy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting the strength for all edges of a network

zzzrbx opened this issue · comments

Once a structure is found via hill climb (for example), is it possible to get the strength for all edges in one go, as opposed to compute the bic score for all edges manually?