Skip to content

Commit 9f602e6

Browse files
bhargavvaderperimosocordiae
authored andcommitted
Fixed typo (#32)
1 parent 5e4a2d1 commit 9f602e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metric_learn/rca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def __init__(self, dim=None, num_chunks=100, chunk_size=2):
113113
self.params.update(num_chunks=num_chunks, chunk_size=chunk_size)
114114

115115
def fit(self, X, labels):
116-
"""Create constraints from labels and learn the LSML model.
116+
"""Create constraints from labels and learn the RCA model.
117117
Needs num_constraints specified in constructor.
118118
119119
Parameters

0 commit comments

Comments
 (0)