gregversteeg / CorEx

CorEx or "Correlation Explanation" discovers a hierarchy of informative latent factors. This reference implementation has been superseded by other versions below.
GNU General Public License v2.0
303 stars 53 forks source link

ImportError: cannot import name 'logsumexp' from 'scipy.misc' #11

Open guin0x opened 2 years ago

guin0x commented 2 years ago

If I understand correctly, logsumexp was moved from scipy.misc to scipy.special, which is raising the error mentioned in the title when trying to import corex?

gregversteeg commented 2 years ago

Yes, that's correct. Ideally an update would fix this and specify the appropriate required version of scipy.