File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ Support for Python 3.3 has been officially dropped.
108108:mod: `sklearn.cluster `
109109......................
110110
111- - |MajorFeature | A new clustering algorithm: :class: `cluster.OPTICS `: an
112- algoritm related to :class: `cluster.DBSCAN `, that has hyperparameters easier
113- to set and that scales better, by :user: `Shane <espg> `.
114-
115111- |MajorFeature | :class: `cluster.AgglomerativeClustering ` now supports Single
116112 Linkage clustering via ``linkage='single' ``. :issue: `9372 ` by :user: `Leland
117113 McInnes <lmcinnes> ` and :user: `Steve Astels <sastels> `.
Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ Support for Python 3.4 and below has been officially dropped.
4040- An entry goes here
4141- An entry goes here
4242
43+ :mod: `sklearn.cluster `
44+ ......................
45+
46+ - |MajorFeature | A new clustering algorithm: :class: `cluster.OPTICS `: an
47+ algoritm related to :class: `cluster.DBSCAN `, that has hyperparameters easier
48+ to set and that scales better, by :user: `Shane <espg> ` and
49+ :user: `Adrin Jalali <adrinjalali> `.
50+
4351Multiple modules
4452................
4553
You can’t perform that action at this time.
0 commit comments