Bayesian Network Python

567 Views Asked by At

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.

2

There are 2 best solutions below

0
On BEST ANSWER
0
On

The bnlearn library can be useful in this case. There are many examples and a Colab notebook notebook. Disclaimer: I am the author of this library.