Skip to content

Commit

Permalink
Remove Random projection from feature extraction _init
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshakya committed Jul 14, 2014
1 parent eb4852d commit 57d9412
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sklearn/feature_extraction/__init__.py
Expand Up @@ -8,7 +8,6 @@
from .hashing import FeatureHasher
from .image import img_to_graph, grid_to_graph
from . import text
from .lshashing import RandomProjections

__all__ = ['DictVectorizer', 'image', 'img_to_graph', 'grid_to_graph', 'text',
'FeatureHasher', 'RandomProjections']
'FeatureHasher']

0 comments on commit 57d9412

Please sign in to comment.