From 249c926d5e70afd973b17d40b72ed55a20e4e229 Mon Sep 17 00:00:00 2001 From: Nikolaos Michas <6445960+nikosmichas@users.noreply.github.com> Date: Thu, 10 Mar 2022 17:11:52 +0200 Subject: [PATCH] Update SCML docstring match actual default value of max_iter --- metric_learn/scml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metric_learn/scml.py b/metric_learn/scml.py index 2bdd0d57..199dfc40 100644 --- a/metric_learn/scml.py +++ b/metric_learn/scml.py @@ -338,7 +338,7 @@ class SCML(_BaseSCML, _TripletsClassifierMixin): gamma: float (default = 5e-3) Learning rate for the optimization algorithm. - max_iter : int (default = 100000) + max_iter : int (default = 10000) Number of iterations for the algorithm. output_iter : int (default = 5000)