Naive Bayes Classifier

<aside> 💡 sklearn.naive_bayes

</aside>

For a given class variable and dependent feature vector through, the naive conditional independence assumption is given by:

$$ P(x_i∣y, x_1, ..., x+{i−1}, x_{i+1}, ..., x_m) = P(x_i∣y) $$

Types