8000 Merge pull request #4188 from miniyou/patch-1 · scikit-learn/scikit-learn@94157fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 94157fa

Browse files
committed
Merge pull request #4188 from miniyou/patch-1
DOC fix VarianceThreshold narrative docs
2 parents e3f9435 + bfef274 commit 94157fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/feature_selection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ so we can select using the threshold ``.8 * (1 - .8)``::
4343
[1, 1]])
4444

4545
As expected, ``VarianceThreshold`` has removed the first column,
46-
which has a probability :math:`p = 5/6 > .8` of containing a one.
46+
which has a probability :math:`p = 5/6 > .8` of containing a zero.
4747

4848
Univariate feature selection
4949
============================

0 commit comments

Comments
 (0)
0