8000 DOC whats new for DBSCAN optims · raghavrv/scikit-learn@d69f2d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d69f2d6

Browse files
committed
DOC whats new for DBSCAN optims
1 parent 0779566 commit d69f2d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/whats_new.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,10 @@ Enhancements
196196

197197
- Sparse support for :func:`paired_distances`. By `Joel Nothman`_.
198198

199-
- DBSCAN now supports sparse input and sample weights, and should be
200-
faster in general. By `Joel Nothman`_.
199+
- :class:`cluster.DBSCAN` now supports sparse input and sample weights and
200+
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`_.
201203

202204
- Add ``class_weight`` parameter to automatically weight samples by class
203205
frequency for :class:`ensemble.RandomForestClassifier`,

0 commit comments

Comments
 (0)
0