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 d5332c4 commit 0a39c99Copy full SHA for 0a39c99
sklearn_bench/tsne.py
@@ -62,7 +62,7 @@ def main():
62
help='Angular size. This is the trade-off between speed and accuracy.')
63
parser.add_argument('--min-grad-norm', type=float, default=1e-7,
64
help='If the gradient norm is below this threshold,'
65
- 'the optimization will be stopped.')
+ 'the optimization is stopped.')
66
parser.add_argument('--random-state', type=int, default=1234)
67
68
params = bench.parse_args(parser)
0 commit comments