8000
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.
1 parent ccbf997 commit 66d6c74Copy full SHA for 66d6c74
doc/modules/naive_bayes.rst
@@ -127,7 +127,7 @@ in the training set :math:`T`,
127
and :math:`N_{y} = \sum_{i=1}^{|T|} N_{yi}` is the total count of
128
all features for class :math:`y`.
129
130
-The smoothing priors :math:`\alpha \ge 0` accounts for
+The smoothing priors :math:`\alpha > 0` accounts for
131
features not present in the learning samples and prevents zero probabilities
132
in further computations.
133
Setting :math:`\alpha = 1` is called Laplace smoothing,
0 commit comments