8000 DOC add a known issue entry for euclidean_distances precision (#12176) · cynco/scikit-learn@dbfd872 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit dbfd872

Browse files
jnothmanqinhanmin2014
authored andcommitted
DOC add a known issue entry for euclidean_distances precision (scikit-learn#12176)
1 parent 4207225 commit dbfd872

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

doc/whats_new/v0.20.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,17 @@ cannot assure that this list is complete.)
116116
Known Major Bugs
117117
----------------
118118

119-
* :issue:`11924`: :class:`LogisticRegressionCV` with `solver='lbfgs'` and
120-
`multi_class='multinomial'` may be non-deterministic or otherwise broken on
121-
macOS. This appears to be the case on Travis CI servers, but has not been
122-
confirmed on personal MacBooks! This issue has been present in previous
123-
releases.
119+
* :issue:`11924`: :class:`linear_model.LogisticRegressionCV` with
120+
`solver='lbfgs'` and `multi_class='multinomial'` may be non-deterministic or
121+
otherwise broken on macOS. This appears to be the case on Travis CI servers,
122+
but has not been confirmed on personal MacBooks! This issue has been present
123+
in previous releases.
124+
125+
* :issue:`9354`: :func:`metrics.pairwise.euclidean_distances` (which is used
126+
several times throughout the library) gives results with poor precision,
127+
which particularly affects its use with 32-bit float inputs. This became
128+
more problematic in versions 0.18 and 0.19 when some algorithms were changed
129+
to avoid casting 32-bit data into 64-bit.
124130

125131
Changelog
126132
---------

0 commit comments

Comments
 (0)
0