Skip to content

Commit

Permalink
Added an entry in what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Jan 23, 2017
1 parent cbcea9d commit bdf4c96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/whats_new.rst
Expand Up @@ -198,6 +198,12 @@ Bug fixes
left `coef_` as a list, rather than an ndarray.
:issue:`8160` by :user:`CJ Carey <perimosocordiae>`.

- Fix a bug where `sklearn.feature_extraction.FeatureHasher` mandatorily
applied a sparse random projection to the hashed features, preventing
the use of `sklearn.feature_extraction.text.HashingVectorizer` in a
pipeline with `sklearn.feature_extraction.text.TfidfTransformer`.
:issue:`3637`, :issue:`7513` by `Roman Yurchal <rth>`.

API changes summary
-------------------

Expand Down

0 comments on commit bdf4c96

Please sign in to comment.