Skip to content

Commit 158110e

Browse files
itearsloutoftardis
andauthored
Update cuml_bench/tsne.py
Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com>
1 parent 31c8aad commit 158110e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuml_bench/tsne.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
parser = argparse.ArgumentParser(description='cuml tsne')
66

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

0 commit comments

Comments
 (0)