What is the difference between a Bayesian network and a naive Bayes classifier?
Short answer, if you’re only interested in solving a prediction task: use Naive Bayes. A Bayesian network (has a good wikipedia page) models relationships between features in a very general way. If you know what these relationships are, or have enough data to derive them, then it may be appropriate to use a Bayesian network. … Read more