Skip to content

Commit b28933c

Browse files
belletwdevazelhes
authored andcommitted
change balance param (#188)
1 parent 121a247 commit b28933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_sandwich.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def sandwich_demo():
2828
mls = [
2929
LMNN(),
3030
ITML_Supervised(num_constraints=200),
31-
SDML_Supervised(num_constraints=200),
31+
SDML_Supervised(num_constraints=200, balance_param=0.001),
3232
LSML_Supervised(num_constraints=200),
3333
]
3434

0 commit comments

Comments
 (0)