Skip to content
Snippets Groups Projects
Commit 317a928e authored by Andreas Mueller's avatar Andreas Mueller
Browse files

FIX removed sparse_encode_parallel

parent ef2f4acd
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ from .sparse_pca import SparsePCA, MiniBatchSparsePCA
from .fastica_ import FastICA, fastica
from .dict_learning import dict_learning, dict_learning_online, sparse_encode,\
DictionaryLearning, MiniBatchDictionaryLearning,\
SparseCoder, sparse_encode_parallel
SparseCoder
__all__ = ['DictionaryLearning',
'FastICA',
......@@ -28,5 +28,4 @@ __all__ = ['DictionaryLearning',
'dict_learning',
'dict_learning_online',
'fastica',
'sparse_encode',
'sparse_encode_parallel']
'sparse_encode']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment