8000 Added Verbose Spectral Clustering to v0.24 update notes · sstalley/scikit-learn@11a3668 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11a3668

Browse files
committed
Added Verbose Spectral Clustering to v0.24 update notes
1 parent b9c7af8 commit 11a3668

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats_new/v0.24.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Changelog
7272
:user:`Emilie Delattre <EmilieDel>`, and
7373
:user:`Francesco Casalegno <FrancescoCasalegno>`.
7474

75+
- |Enhancement| :class:`cluster.SpectralClustering` and
76+
:func:`cluster.spectral_clustering` have a new optional argument `verbose`.
77+
When set to `True`, additional messages will be output that can aid in
78+
debugging. :pr:`18052` by :user:`Sean O. Stalley <sstalley>`.
79+
7580
- |API| :class:`cluster.MiniBatchKMeans` attributes, `counts_` and
7681
`init_size_`, are deprecated and will be removed in 0.26. :pr:`17864` by
7782
:user:`Jérémie du Boisberranger <jeremiedbb>`.

0 commit comments

Comments
 (0)
0