Skip to content

Commit 92c187a

Browse files
committed
Merge pull request scikit-learn#3225 from bwignall/quickfix-typo
CLN: Fix typo
2 parents 46aebf1 + c76a7a1 commit 92c187a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_johnson_lindenstrauss_bound.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
=======
7777
7878
According to the JL lemma, projecting 500 samples without too much distortion
79-
will require at least several thousands dimensions, irrespectively of the
79+
will require at least several thousands dimensions, irrespective of the
8080
number of features of the original dataset.
8181
8282
Hence using random projections on the digits dataset which only has 64 features

0 commit comments

Comments
 (0)