Skip to content

Commit 5c1cc66

Browse files
Callidiorperimosocordiae
authored andcommitted
Fixed parameter name in docstring of RCA.fit() (#64)
1 parent db23d51 commit 5c1cc66

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
@@ -97,7 +97,7 @@ def fit(self, data, chunks):
9797
9898
Parameters
9999
----------
100-
X : (n x d) data matrix
100+
data : (n x d) data matrix
101101
Each row corresponds to a single instance
102102
chunks : (n,) array of ints
103103
When ``chunks[i] == -1``, point i doesn't belong to any chunklet.

0 commit comments

Comments
 (0)