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 9b727ba commit 026395fCopy full SHA for 026395f
doc/whats_new/v0.20.rst
@@ -186,6 +186,11 @@ Classifiers and regressors
186
arrays are converted to C-ordered arrays in the dense case. :issue:`9991` by
187
:user:`Guillaume Lemaitre <glemaitre>`.
188
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
+
194
Decomposition, manifold learning and clustering
195
196
- Fix for uninformative error in :class:`decomposition.IncrementalPCA`:
0 commit comments