From e6e8a08144ad94f6cbf3c6050e7b01289a89253c Mon Sep 17 00:00:00 2001 From: AshleyNDoerfler Date: Tue, 11 Mar 2025 19:26:53 -0700 Subject: [PATCH 1/2] add link to example plot_digits_agglomeration.py --- doc/modules/clustering.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/modules/clustering.rst b/doc/modules/clustering.rst index 6489d8f245201..648eac5ab78bb 100644 --- a/doc/modules/clustering.rst +++ b/doc/modules/clustering.rst @@ -655,6 +655,11 @@ considers at each step all the possible merges. number of features. It is a dimensionality reduction tool, see :ref:`data_reduction`. +.. rubric:: Examples + +* :ref:`sphx_glr_auto_examples_cluster_plot_digits_agglomeration.py`: This + example shows how similar features are merged together using feature + agglomeration Different linkage type: Ward, complete, average, and single linkage ------------------------------------------------------------------- From 3e85c0f006602f0233836595416e25097f8633a8 Mon Sep 17 00:00:00 2001 From: AshleyNDoerfler Date: Fri, 14 Mar 2025 15:44:32 -0700 Subject: [PATCH 2/2] Add a period to resolve the linting issue. --- doc/modules/clustering.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/clustering.rst b/doc/modules/clustering.rst index 648eac5ab78bb..55146e6c0f1b4 100644 --- a/doc/modules/clustering.rst +++ b/doc/modules/clustering.rst @@ -659,7 +659,7 @@ considers at each step all the possible merges. * :ref:`sphx_glr_auto_examples_cluster_plot_digits_agglomeration.py`: This example shows how similar features are merged together using feature - agglomeration + agglomeration. Different linkage type: Ward, complete, average, and single linkage -------------------------------------------------------------------