8000
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 d56c20f commit f39ff83Copy full SHA for f39ff83
doc/whats_new/v0.20.rst
@@ -22,6 +22,15 @@ Changelog
22
parameter may not have been updated correctly when a step is set to ``None``
23
or ``'passthrough'``. :user:`Thomas Fan <thomasjpfan>`.
24
25
+:mod:`sklearn.metrics`
26
+......................
27
+
28
+- |Fix| Fixed a bug in :func:`metrics.pairwise_distances` and
29
+ :func:`metrics.pairwise_distances_chunked` where parameters of
30
+ ``"seuclidean"`` and ``"mahalanobis"`` metrics need to be pre-computed
31
+ before the data is split into chunks. :issue:`12701` by
32
+ :user:`Jeremie du Boisberranger <jeremiedbb>`.
33
34
35
.. _changes_0_20_1:
36
0 commit comments