Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 331 Bytes

naive-bayes-boundary.md

File metadata and controls

13 lines (7 loc) · 331 Bytes

What is the decision boundary for Naive Bayes?

It's a (piecewise) quadratic decision boundary for the Gaussian model. The multinomial model has a linear boundary. Below, I plotted some examples:

  1. UCI Wine Dataset

  1. An XOR toy dataset