We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a43a187 + 477bcf0 commit 32f611eCopy full SHA for 32f611e
doc/modules/naive_bayes.rst
@@ -109,7 +109,7 @@ The distribution is parametrized by vectors
109
:math:`\theta_y = (\theta_{y1},\ldots,\theta_{yn})`
110
for each class :math:`y`, where :math:`n` is the number of features
111
(in text classification, the size of the vocabulary)
112
-and :math:`\theta_{yi}` is the probability :math:`P(y \mid x_i)`
+and :math:`\theta_{yi}` is the probability :math:`P(x_i \mid y)`
113
of feature :math:`i` appearing in a sample belonging to class :math:`y`.
114
115
The parameters :math:`\theta_y` is estimated by a smoothed
0 commit comments