Skip to content

Commit 8cbfd7f

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 6f1972eca1bd3099c271d488077a295e3c5cc9a0
1 parent d355830 commit 8cbfd7f

File tree

920 files changed

+2711
-2699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

920 files changed

+2711
-2699
lines changed
235 Bytes
Binary file not shown.
231 Bytes
Binary file not shown.

dev/_downloads/plot_lda_qda.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"source": [
18-
"\n# Linear and Quadratic Discriminant Analysis with confidence ellipsoid\n\n\nPlot the confidence ellipsoids of each class and decision boundary\n\n"
18+
"\n# Linear and Quadratic Discriminant Analysis with covariance ellipsoid\n\n\nThis example plots the covariance ellipsoids of each class and\ndecision boundary learned by LDA and QDA. The ellipsoids display\nthe double standard deviation for each class. With LDA, the\nstandard deviation is the same for all the classes, while each\nclass has its own standard deviation with QDA.\n\n"
1919
],
2020
"cell_type": "markdown",
2121
"metadata": {}

dev/_downloads/plot_lda_qda.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
"""
22
====================================================================
3-
Linear and Quadratic Discriminant Analysis with confidence ellipsoid
3+
Linear and Quadratic Discriminant Analysis with covariance ellipsoid
44
====================================================================
55
6-
Plot the confidence ellipsoids of each class and decision boundary
6+
This example plots the covariance ellipsoids of each class and
7+
decision boundary learned by LDA and QDA. The ellipsoids display
8+
the double standard deviation for each class. With LDA, the
9+
standard deviation is the same for all the classes, while each
10+
class has its own standard deviation with QDA.
711
"""
812
print(__doc__)
913

dev/_downloads/scikit-learn-docs.pdf

-1.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)