Fix class reference in twenty_newsgroups.rst

This commit is contained in:
Boyuan Deng 2015-03-23 21:59:32 +01:00
parent 5bedb73ecd
commit b4a92e54f5
1 changed files with 1 additions and 1 deletions

View File

@ -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