changeset 31:2c18741d61fb

Update for scikit-learn changed GMM class name
author Dan Stowell <danstowell@users.sourceforge.net>
date Tue, 05 Jul 2022 22:01:52 +0200
parents d61638e45c34
children 659ebfa334e2
files smacpy.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/smacpy.py	Wed Oct 28 11:56:03 2015 +0000
+++ b/smacpy.py	Tue Jul 05 22:01:52 2022 +0200
@@ -16,7 +16,7 @@
 from glob import glob
 from scikits.audiolab import Sndfile
 from scikits.audiolab import Format
-from sklearn.mixture import GMM
+from sklearn.mixture import GauusianMixture as GMM
 
 from MFCC import melScaling