Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d70a359a
Commit
d70a359a
authored
Mar 09, 2019
by
Raymond Hettinger
Committed by
Miss Islington (bot)
Mar 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make a documentation link target more specific (GH-12249)
parent
8479a342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/statistics.rst
Doc/library/statistics.rst
+3
-3
No files found.
Doc/library/statistics.rst
View file @
d70a359a
...
@@ -632,9 +632,9 @@ model:
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment