Python Forum
Bayesian Network - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Bayesian Network (/thread-4725.html)



Bayesian Network - donut - Sep-05-2017

Hi
I'm studying an aplication of Bayesian Networks using the pomegranate library, and I'm stucked in the very beggining of the problem. I have a larga database of accidents envolving cars in a city, and would like to create a Bayesian Network to infer about how one of these accidents happening in a place causes others in other places. I have the coordinates where these events happened, but how could I use the Bayesian Network of pomegranate to make this? It infers the probability just using the data?
Thank you.