File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Changelog
23
23
``n_jobs > 1 ``.
24
24
:issue: `12159 ` by :user: `Olivier Grisel <ogrisel> `.
25
25
26
+ - |Fix | Fixed a bug in :class: `cluster.DBSCAN ` with precomputed sparse neighbors
27
+ graph, which would add explicitly zeros on the diagonal even when already
28
+ present. :issue: `12105 ` by `Tom Dupre la Tour `_.
29
+
26
30
:mod: `sklearn.ensemble `
27
31
.......................
28
32
@@ -45,11 +49,7 @@ Changelog
45
49
- |Fix | force the parallelism backend to :code: `threading ` for
46
50
:class: `neighbors.KDTree ` and :class: `neighbors.BallTree ` in Python 2.7 to
47
51
avoid pickling errors caused by the serialization of their methods.
48
- :issue: `12171 ` by :user: `Thomas Moreau <tomMoral> `
49
-
50
- - |Fix | Fixed a bug in :class: `cluster.DBSCAN ` with precomputed sparse neighbors
51
- graph, which would add explicitly zeros on the diagonal even when already
52
- present. :issue: `12105 ` by `Tom Dupre la Tour `_.
52
+ :issue: `12171 ` by :user: `Thomas Moreau <tomMoral> `.
53
53
54
54
.. _changes_0_20 :
55
55
You can’t perform that action at this time.
0 commit comments