You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pybasicbayes doesn't work with new version of scipy. You need to change the from scipy.misc import logsumexp to from scipy.special import logsumexp
The text was updated successfully, but these errors were encountered:
The
pybasicbayes
doesn't work with new version ofscipy
. You need to change thefrom scipy.misc import logsumexp
tofrom scipy.special import logsumexp
The text was updated successfully, but these errors were encountered: