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

Two https://github.com/gregversteeg/CorEx fixes #9

Open paseman opened 3 years ago

paseman commented 3 years ago

https://github.com/gregversteeg/CorEx Basic Usage Example needs "import numpy as np"

changed my version of corex.py

from scipy.misc import logsumexp # Tested with 0.13.0

from scipy.special import logsumexp # Tested with 1.16.0