From b4a92e54f5ea830a3d2df64d8a5cdc9da9cb3d74 Mon Sep 17 00:00:00 2001 From: Boyuan Deng Date: Mon, 23 Mar 2015 21:59:32 +0100 Subject: [PATCH] Fix class reference in twenty_newsgroups.rst --- doc/datasets/twenty_newsgroups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/datasets/twenty_newsgroups.rst b/doc/datasets/twenty_newsgroups.rst index 593f3597801..0a2f313934f 100644 --- a/doc/datasets/twenty_newsgroups.rst +++ b/doc/datasets/twenty_newsgroups.rst @@ -12,7 +12,7 @@ and after a specific date. This module contains two loaders. The first one, :func:`sklearn.datasets.fetch_20newsgroups`, returns a list of the raw texts that can be fed to text feature -extractors such as :class:`sklearn.feature_extraction.text.Vectorizer` +extractors such as :class:`sklearn.feature_extraction.text.CountVectorizer` with custom parameters so as to extract feature vectors. The second one, :func:`sklearn.datasets.fetch_20newsgroups_vectorized`, returns ready-to-use features, i.e., it is not necessary to use a feature