mirror of https://github.com/python/cpython.git
Make a documentation link target more specific (GH-12249)
This commit is contained in:
parent
8479a3426e
commit
d70a359adf
|
@ -632,9 +632,9 @@ model:
|
||||||
Normal distributions commonly arise in machine learning problems.
|
Normal distributions commonly arise in machine learning problems.
|
||||||
|
|
||||||
Wikipedia has a `nice example of a Naive Bayesian Classifier
|
Wikipedia has a `nice example of a Naive Bayesian Classifier
|
||||||
<https://en.wikipedia.org/wiki/Naive_Bayes_classifier>`_. The challenge is to
|
<https://en.wikipedia.org/wiki/Naive_Bayes_classifier#Sex_classification>`_.
|
||||||
predict a person's gender from measurements of normally distributed features
|
The challenge is to predict a person's gender from measurements of normally
|
||||||
including height, weight, and foot size.
|
distributed features including height, weight, and foot size.
|
||||||
|
|
||||||
We're given a training dataset with measurements for eight people. The
|
We're given a training dataset with measurements for eight people. The
|
||||||
measurements are assumed to be normally distributed, so we summarize the data
|
measurements are assumed to be normally distributed, so we summarize the data
|
||||||
|
|
Loading…
Reference in New Issue