Thanks to visit codestin.com Credit goes to github.com
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 8479a34 commit d70a359Copy full SHA for d70a359
1 file changed
Doc/library/statistics.rst
@@ -632,9 +632,9 @@ model:
632
Normal distributions commonly arise in machine learning problems.
633
634
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.
+<https://en.wikipedia.org/wiki/Naive_Bayes_classifier#Sex_classification>`_.
+The challenge is to predict a person's gender from measurements of normally
+distributed features including height, weight, and foot size.
638
639
We're given a training dataset with measurements for eight people. The
640
measurements are assumed to be normally distributed, so we summarize the data
0 commit comments