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 0779566 commit d69f2d6Copy full SHA for d69f2d6
doc/whats_new.rst
@@ -196,8 +196,10 @@ Enhancements
196
197
- Sparse support for :func:`paired_distances`. By `Joel Nothman`_.
198
199
- - DBSCAN now supports sparse input and sample weights, and should be
200
- faster in general. By `Joel Nothman`_.
+ - :class:`cluster.DBSCAN` now supports sparse input and sample weights and
+ has been optimized: the inner loop has been rewritten in Cython and
201
+ radius neighbors queries are now computed in batch. By `Joel Nothman`_
202
+ and `Lars Buitinck`_.
203
204
- Add ``class_weight`` parameter to automatically weight samples by class
205
frequency for :class:`ensemble.RandomForestClassifier`,
0 commit comments