Andrey Chuhutin

Results 1 issues of Andrey Chuhutin

In hmm.py logsumexp is imported as: from scipy.misc import logsumexp however in the new versions of scipy logsumexp was moved to scipy.special, therefore it should be: from scipy.special import logsumexp