Adapt to `bob.learn.em` API changes
1 unresolved thread
1 unresolved thread
Compare changes
+ 48
− 21
@@ -14,6 +14,7 @@ import copy
@@ -23,10 +24,10 @@ from h5py import File as HDF5File
@@ -49,19 +50,23 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -75,6 +80,11 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -95,12 +105,11 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -110,20 +119,26 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -186,7 +201,6 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -199,6 +213,8 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -304,7 +320,7 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -319,10 +335,21 @@ class GMM(BioAlgorithm, BaseEstimator):