Skip to content

Commit

Permalink
Update text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeshine committed Nov 21, 2015
1 parent 381315d commit 75d9cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sklearn/feature_extraction/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,9 @@ class TfidfVectorizer(CountVectorizer):
Attributes
----------
vocabulary_ : dict
A mapping of terms to feature indices.
idf_ : array, shape = [n_features], or None
The learned idf vector (global term weights)
when ``use_idf`` is set to True, None otherwise.
Expand Down

0 comments on commit 75d9cea

Please sign in to comment.