From 80a5c4fec607cd4bb92254dc69f8aa80ff0feb5b Mon Sep 17 00:00:00 2001 From: AnthonyPrudent <146302573+AnthonyPrudent@users.noreply.github.com> Date: Tue, 11 Mar 2025 06:35:32 -0400 Subject: [PATCH] Added link to plot_grid_search_text_feature_extraction.py --- sklearn/feature_extraction/text.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sklearn/feature_extraction/text.py b/sklearn/feature_extraction/text.py index e1bdfd5a7dee5..196e614c723f6 100644 --- a/sklearn/feature_extraction/text.py +++ b/sklearn/feature_extraction/text.py @@ -1747,6 +1747,9 @@ class TfidfVectorizer(CountVectorizer): :class:`~sklearn.feature_extraction.text.HashingVectorizer`, see :ref:`sphx_glr_auto_examples_text_plot_document_clustering.py`. + For use in hyperparamter tuning of a pipeline, see + :ref:`sphx_glr_auto_examples_model_selection_plot_grid_search_text_feature_extraction.py`. + Read more in the :ref:`User Guide `. Parameters