8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4984f commit de45c31Copy full SHA for de45c31
sklearn/feature_extraction/text.py
@@ -1051,7 +1051,8 @@ class CountVectorizer(_VectorizerMixin, BaseEstimator):
1051
1052
max_features : int, default=None
1053
If not None, build a vocabulary that only consider the top
1054
- max_features ordered by term frequency across the corpus.
+ `max_features` ordered by term frequency across the corpus.
1055
+ Otherwise, all features are used.
1056
1057
This parameter is ignored if vocabulary is not None.
1058
0 commit comments