Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain hashing vectorizer #12

Merged
merged 4 commits into from Sep 26, 2016
Merged

Explain hashing vectorizer #12

merged 4 commits into from Sep 26, 2016

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    c9dc7a9 View commit details
    Browse the repository at this point in the history
  2. Do not modify model coef

    lopuhin committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    267f235 View commit details
    Browse the repository at this point in the history
  3. Make sure that explanation does not modify the classifier

    To avoid bugs like 267f235
    and caf9c17 (sklearn.utils)
    lopuhin committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    55af1c8 View commit details
    Browse the repository at this point in the history
  4. Check that we can pass feature_names and coef_scale directly

    Also add coef_scale to explain_prediction kwargs
    lopuhin committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    6da8bb3 View commit details
    Browse the repository at this point in the history