Skip to content

Commit 0a39c99

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

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
@@ -62,7 +62,7 @@ def main():
6262
help='Angular size. This is the trade-off between speed and accuracy.')
6363
parser.add_argument('--min-grad-norm', type=float, default=1e-7,
6464
help='If the gradient norm is below this threshold,'
65-
'the optimization will be stopped.')
65+
'the optimization is stopped.')
6666
parser.add_argument('--random-state', type=int, default=1234)
6767

6868
params = bench.parse_args(parser)

0 commit comments

Comments
 (0)