We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2029c commit 947a66bCopy full SHA for 947a66b
metric_learn/base_metric.py
@@ -70,4 +70,4 @@ def set_params(self, **kwarg):
70
-------
71
self
72
"""
73
- self.params = {**self.params, **kwarg}
+ self.params.update(kwarg)
0 commit comments