8000 what's new · scikit-learn/scikit-learn@f39ff83 · GitHub
[go: up one dir, main page]

Skip to content

Commit f39ff83

Browse files
committed
what's new
1 parent d56c20f commit f39ff83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/whats_new/v0.20.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Changelog
2222
parameter may not have been updated correctly when a step is set to ``None``
2323
or ``'passthrough'``. :user:`Thomas Fan <thomasjpfan>`.
2424

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+
2534

2635
.. _changes_0_20_1:
2736

0 commit comments

Comments
 (0)
0