There was an error while loading. Please reload this page.
1 parent 8f378ca commit 1d3a713Copy full SHA for 1d3a713
doc/whats_new/v0.21.rst
@@ -21,10 +21,10 @@ Changelog
21
:mod:`sklearn.metrics`
22
......................
23
24
-- |Fix| Fixed a bug in :func:`metrics.euclidean_distances` where a part of the
25
- distance matrix was left un-instanciated for suffiently large float32
26
- datasets (regression introduced in 0.21). :pr:`13910` by :user:`Jérémie du
27
- Boisberranger <jeremiedbb>`.
+- |Fix| Fixed a bug in :func:`metrics.pairwise.euclidean_distances` where a
+ part of the distance matrix was left un-instanciated for suffiently large
+ float32 datasets (regression introduced in 0.21). :pr:`13910` by
+ :user:`Jérémie du Boisberranger <jeremiedbb>`.
28
29
:mod:`sklearn.preprocessing`
30
............................
0 commit comments