Skip to content

Commit 295c5ed

Browse files
committed
Merge pull request scikit-learn#2920 from yoni/master
Fix a minor typo: 'They requires' should be 'They require'.
2 parents c9e4cd0 + 596879c commit 295c5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/naive_bayes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ make regarding the distribution of :math:`P(x_i \mid y)`.
5252

5353
In spite of their apparently over-simplified assumptions, naive Bayes
5454
classifiers have worked quite well in many real-world situations, famously
55-
document classification and spam filtering. They requires a small amount
55+
document classification and spam filtering. They require a small amount
5656
of training data to estimate the necessary parameters. (For theoretical
5757
reasons why naive Bayes works well, and on which types of data it does, see
5858
the references below.)

0 commit comments

Comments
 (0)