Naive Bayes Classifier 樸素貝葉斯分類器
貝氏分類器(Naive Bayes Classifier)(含python實作) - Roger Yong - Medium
CWKSC/naive-bayes-classifier: NaiveBayesClassifier in python
Column A, B, Z (predict)
We have A = a, B = b, find Z = z
P(Z = z | A = a, B = b)
= P(Z = z) * P(A = a | Z = z) * P(B = b | Z = z)