Skip to content

Commit 026395f

Browse files
tttthomasssssjnothman
authored andcommitted
DOC Added entry for scikit-learn#9579 to Whats New (scikit-learn#10312)
1 parent 9b727ba commit 026395f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats_new/v0.20.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ Classifiers and regressors
186186
arrays are converted to C-ordered arrays in the dense case. :issue:`9991` by
187187
:user:`Guillaume Lemaitre <glemaitre>`.
188188

189+
- Fixed a bug in :class:`neighbors.NearestNeighbors` where fitting a
190+
NearestNeighbors model fails when a) the distance metric used is a
191+
callable and b) the input to the NearestNeighbors model is sparse.
192+
:issue:`9199` by :user:`Thomas Kober <tttthomasssss>`.
193+
189194
Decomposition, manifold learning and clustering
190195

191196
- Fix for uninformative error in :class:`decomposition.IncrementalPCA`:

0 commit comments

Comments
 (0)