8000 DOC Implement documentation suggestions pairwise distance (#23431) · scikit-learn/scikit-learn@05ecae4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05ecae4

Browse files
RobertHGitthomasjpfan
authored andcommitted
DOC Implement documentation suggestions pairwise distance (#23431)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
1 parent a2aa5fe commit 05ecae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/pairwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ def pairwise_distances(
18621862
valid scipy.spatial.distance metrics), the scikit-learn implementation
18631863
will be used, which is faster and has support for sparse matrices (except
18641864
for 'cityblock'). For a verbose description of the metrics from
1865-
scikit-learn, see the __doc__ of the sklearn.pairwise.distance_metrics
1865+
scikit-learn, see :func:`sklearn.metrics.pairwise.distance_metrics`
18661866
function.
18671867
18681868
Read more in the :ref:`User Guide <metrics>`.

0 commit comments

Comments
 (0)
0