We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c8aad commit 158110eCopy full SHA for 158110e
cuml_bench/tsne.py
@@ -5,7 +5,7 @@
5
parser = argparse.ArgumentParser(description='cuml tsne')
6
7
parser.add_argument('--n-components', type=int, default=2,
8
- help='Dimension of the embedded space.')
+ help='The dimension of the embedded space.')
9
parser.add_argument('--early-exaggeration', type=float, default=12.0,
10
help='This factor increases the attractive forces between points '
11
'and allows points to move around more freely, '
0 commit comments