Skip to content

Commit d70a359

Browse files
rhettingermiss-islington
authored andcommitted
Make a documentation link target more specific (GH-12249)
1 parent 8479a34 commit d70a359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/statistics.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,9 @@ model:
632632
Normal distributions commonly arise in machine learning problems.
633633

634634
Wikipedia has a `nice example of a Naive Bayesian Classifier
635-
<https://en.wikipedia.org/wiki/Naive_Bayes_classifier>`_. The challenge is to
636-
predict a person's gender from measurements of normally distributed features
637-
including height, weight, and foot size.
635+
<https://en.wikipedia.org/wiki/Naive_Bayes_classifier#Sex_classification>`_.
636+
The challenge is to predict a person's gender from measurements of normally
637+
distributed features including height, weight, and foot size.
638638

639639
We're given a training dataset with measurements for eight people. The
640640
measurements are assumed to be normally distributed, so we summarize the data

0 commit comments

Comments
 (0)