pythonbayesian-networkspgmpy

Bayesian Network Python


How can I find the Bayesian network (of a survey data that I have) using python. I am planning to use the pgmpy library and test different structure learning algorithms (like: PC, Hill climbing, Tabu, K2.....) to find the network and dependencies of the variables. Can someone help me on how to start with that.


Solution

  • You could also try pyAgrum (https://agrum.gitlab.io, https://pyagrum.readthedocs.io). Many notebooks can be found from http://webia.lip6.fr/~phw/aGrUM/docs/last/notebooks/.