Skip to content

Commit 90ae6f4

Browse files
committed
use our gmm
1 parent 0c42d6c commit 90ae6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bananas/bananas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def compile(self, features, nc=1, nb=20, cov="full", ):
217217

218218
data = numpy.concatenate(data, axis=0)
219219

220-
from sklearn import mixture
220+
from . import gmm as mixture
221221

222222
# XXX: Do not use DPGMM because the normalization is buggy
223223
# https://github.com/scikit-learn/scikit-learn/issues/7371

0 commit comments

Comments
 (0)