Skip to content

Conversation

ekellbuch
Copy link

Reference Issue

Fixes #8267

@codecov
Copy link

codecov bot commented Mar 4, 2017

Codecov Report

Merging #8532 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #8532   +/-   ##
=======================================
  Coverage   95.48%   95.48%           
=======================================
  Files         342      342           
  Lines       60913    60913           
=======================================
  Hits        58160    58160           
  Misses       2753     2753
Impacted Files Coverage Δ
sklearn/feature_extraction/text.py 96.05% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af1796e...864993a. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 4, 2017

Codecov Report

Merging #8532 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #8532   +/-   ##
=======================================
  Coverage   95.48%   95.48%           
=======================================
  Files         342      342           
  Lines       60913    60913           
=======================================
  Hits        58160    58160           
  Misses       2753     2753
Impacted Files Coverage Δ
sklearn/feature_extraction/text.py 96.05% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af1796e...864993a. Read the comment docs.

@@ -996,6 +996,12 @@ class TfidfTransformer(BaseEstimator, TransformerMixin):
sublinear_tf : boolean, default=False
Apply sublinear tf scaling, i.e. replace tf with 1 + log(tf).

Attributes
----------
idf_ : numpy array of shape [n_features, 1]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class doesn't seem to have or use a self.idf_ attribute. Do you mean self._idf_diag?

@jmschrei
Copy link
Member

jmschrei commented Mar 4, 2017

This and #8528 appear to be duplicates. Please close one and proceed with the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants