def score_samples(self, features): ''' Return the GMM scores for the features ''' return self.gmm.score_samples(features)