8000 FIX removed sparse_encode_parallel · seckcoder/scikit-learn@317a928 · GitHub
[go: up one dir, main page]

Skip to content

Commit 317a928

Browse files
committed
FIX removed sparse_encode_parallel
1 parent ef2f4ac commit 317a928

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sklearn/decomposition/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .fastica_ import FastICA, fastica
1212
from .dict_learning import dict_learning, dict_learning_online, sparse_encode,\
1313
DictionaryLearning, MiniBatchDictionaryLearning,\
14-
SparseCoder, sparse_encode_parallel
14+
SparseCoder
1515

1616
__all__ = ['DictionaryLearning',
1717
'FastICA',
@@ -28,5 +28,4 @@
2828
'dict_learning',
2929
'dict_learning_online',
3030
'fastica',
31-
'sparse_encode',
32-
'sparse_encode_parallel']
31+
'sparse_encode']

0 commit comments

Comments
 (0)
0