Skip to content

Commit 7a57b06

Browse files
terrytangyuanperimosocordiae
authored andcommitted
Fix broken link to ITML paper (#271)
* Update itml.py
1 parent 0370198 commit 7a57b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metric_learn/itml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ class ITML(_BaseITML, _PairsClassifierMixin):
209209
References
210210
----------
211211
.. [1] `Information-theoretic Metric Learning
212-
<http://machinelearning.wustl.edu/mlpapers/paper_files\
213-
/icml2007_DavisKJSD07.pdf>`_ Jason V. Davis, et al.
212+
<http://www.prateekjain.org/publications/all_papers\
213+
/DavisKJSD07_ICML.pdf>`_ Jason V. Davis, et al.
214214
"""
215215

216216
def fit(self, pairs, y, bounds=None, calibration_params=None):

0 commit comments

Comments
 (0)