Python Forum

Full Version: Bayesian Network
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.