Skip to content

Commit d5332c4

Browse files
itearsloutoftardis
andauthored
Update sklearn_bench/tsne.py
Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com>
1 parent d8027cc commit d5332c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn_bench/tsne.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
'regression benchmark')
5252

5353
parser.add_argument('--n-components', type=int, default=2,
54-
help='Dimension of the embedded space.')
54+
help='The dimension of the embedded space.')
5555
parser.add_argument('--early-exaggeration', type=float, default=12.0,
5656
help='This factor increases the attractive forces between points '
5757
'and allows points to move around more freely, '

0 commit comments

Comments
 (0)