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 db65a96 commit 421c0edCopy full SHA for 421c0ed
doc/whats_new/v0.20.rst
@@ -53,6 +53,16 @@ Changelog
53
data, which raised an error in 0.20.0, now returns the expected output 8907 again.
54
:issue:`12699` by `Joris Van den Bossche`_.
55
56
+:mod:`sklearn.metrics`
57
+......................
58
+
59
+- |Fix| Fixed a bug in :func:`metrics.pairwise_distances` and
60
+ :func:`metrics.pairwise_distances_chunked` where parameters of
61
+ ``"seuclidean"`` and ``"mahalanobis"`` metrics need to be pre-computed
62
+ before the data is split into chunks. :issue:`12701` by
63
+ :user:`Jeremie du Boisberranger <jeremiedbb>`.
64
65
66
.. _changes_0_20_1:
67
68
Version 0.20.1
0 commit comments