From 63f1c2f340e75d8a7142bedc88123bdc40082bb7 Mon Sep 17 00:00:00 2001 From: claudio1975 Date: Thu, 31 Oct 2024 07:01:55 +0100 Subject: [PATCH 1/3] add link plot_inductive_clustering --- doc/modules/clustering.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/modules/clustering.rst b/doc/modules/clustering.rst index 7cf593baf20d1..402cfe45dad27 100644 --- a/doc/modules/clustering.rst +++ b/doc/modules/clustering.rst @@ -140,6 +140,11 @@ model with equal covariance per component. :term:`inductive` clustering methods) are not designed to be applied to new, unseen data. +.. rubric:: Examples + +* :ref:`sphx_glr_auto_examples_cluster_plot_inductive_clustering.py`: A practical +example of inductive clustering model. + .. _k_means: K-means From cd4f4361517dba5a83eda4d011b915457402bd5f Mon Sep 17 00:00:00 2001 From: claudio1975 Date: Thu, 31 Oct 2024 07:54:52 +0100 Subject: [PATCH 2/3] add link plot_inductive_clustering --- 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 402cfe45dad27..33bf08aeca19e 100644 --- a/doc/modules/clustering.rst +++ b/doc/modules/clustering.rst @@ -143,7 +143,7 @@ unseen data. .. rubric:: Examples * :ref:`sphx_glr_auto_examples_cluster_plot_inductive_clustering.py`: A practical -example of inductive clustering model. + example of inductive clustering model. .. _k_means: From 3b93b487f3f24a731c79595298eff52eb16cc7bf Mon Sep 17 00:00:00 2001 From: claudio <34164395+claudio1975@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:22:20 +0100 Subject: [PATCH 3/3] Update doc/modules/clustering.rst Co-authored-by: Virgil Chan --- doc/modules/clustering.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/modules/clustering.rst b/doc/modules/clustering.rst index 33bf08aeca19e..6adb999814f9f 100644 --- a/doc/modules/clustering.rst +++ b/doc/modules/clustering.rst @@ -142,8 +142,8 @@ unseen data. .. rubric:: Examples -* :ref:`sphx_glr_auto_examples_cluster_plot_inductive_clustering.py`: A practical - example of inductive clustering model. +* :ref:`sphx_glr_auto_examples_cluster_plot_inductive_clustering.py`: An example + of an inductive clustering model for handling new data. .. _k_means: