From 7c481714262c846a80d4123f94984d19139eece0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= Date: Tue, 26 Mar 2019 14:58:41 +0100 Subject: [PATCH] change balance param --- examples/plot_sandwich.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_sandwich.py b/examples/plot_sandwich.py index 0e7658d3..84e53d07 100644 --- a/examples/plot_sandwich.py +++ b/examples/plot_sandwich.py @@ -28,7 +28,7 @@ def sandwich_demo(): mls = [ LMNN(), ITML_Supervised(num_constraints=200), - SDML_Supervised(num_constraints=200), + SDML_Supervised(num_constraints=200, balance_param=0.001), LSML_Supervised(num_constraints=200), ]