diff --git a/sklearn/feature_extraction/__init__.py b/sklearn/feature_extraction/__init__.py index 713354c678c98..b45440444d769 100644 --- a/sklearn/feature_extraction/__init__.py +++ b/sklearn/feature_extraction/__init__.py @@ -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']