Skip to content

Commit

Permalink
DOC remove extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
lopuhin committed Apr 28, 2017
1 parent 907818a commit 94d81e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/libraries/sklearn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ automatically; to handle HashingVectorizer_ and FeatureHasher_ for

HashingVectorizer_ is also supported inside a FeatureUnion_:
:func:`eli5.explain_prediction` handles this case automatically, and for
:func:`eli5.explain_weights` you can use :func:`eli5.sklearn.invert_and_fit``
:func:`eli5.explain_weights` you can use :func:`eli5.sklearn.invert_and_fit`
(it works for plain HashingVectorizer_ too) - it tears FeatureUnion_ apart,
inverts and fits all hashing vectorizers and returns a new FeatureUnion_::

Expand Down

0 comments on commit 94d81e9

Please sign in to comment.