Skip to content

Commit 72b76c8

Browse files
authored
Update SCML docstring (#347)
match actual default value of max_iter
1 parent 4e0c444 commit 72b76c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metric_learn/scml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ class SCML(_BaseSCML, _TripletsClassifierMixin):
338338
gamma: float (default = 5e-3)
339339
Learning rate for the optimization algorithm.
340340
341-
max_iter : int (default = 100000)
341+
max_iter : int (default = 10000)
342342
Number of iterations for the algorithm.
343343
344344
output_iter : int (default = 5000)

0 commit comments

Comments
 (0)