Skip to content

Commit

Permalink
ENH feature hashing transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmans committed Nov 17, 2012
1 parent daeeb99 commit 2b8ab35
Show file tree
Hide file tree
Showing 9 changed files with 5,348 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/sklearn/cluster/_k_means.c -diff
/sklearn/datasets/_svmlight_format.c -diff
/sklearn/ensemble/_gradient_boosting.c -diff
/sklearn/feature_extraction/_hashing.c -diff
/sklearn/linear_model/cd_fast.c -diff
/sklearn/linear_model/sgd_fast.c -diff
/sklearn/neighbors/ball_tree.c -diff
Expand Down
1 change: 1 addition & 0 deletions sklearn/feature_extraction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"""

from .dict_vectorizer import DictVectorizer
from .hashing import FeatureHasher
from .image import img_to_graph, grid_to_graph
from . import text

Expand Down
Loading

0 comments on commit 2b8ab35

Please sign in to comment.