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 d8027cc commit d5332c4Copy full SHA for d5332c4
sklearn_bench/tsne.py
@@ -51,7 +51,7 @@ def main():
51
'regression benchmark')
52
53
parser.add_argument('--n-components', type=int, default=2,
54
- help='Dimension of the embedded space.')
+ help='The dimension of the embedded space.')
55
parser.add_argument('--early-exaggeration', type=float, default=12.0,
56
help='This factor increases the attractive forces between points '
57
'and allows points to move around more freely, '
0 commit comments