def classify_proba(self, features): ''' Returns the GMM predictions for the features of each component ''' return self.gmm.predict_proba(features)