A flexible version of CorEx developed for bio-data challenges that handles missing data, continuous/discrete variables, multi-CPU, overlapping structure, and includes visualizations
Here's an attempt to support both Python 2 and 3 in corex.py and vis_corex.py, which would resolve #3. All of the examples from readme.md still work, but I haven't thoroughly tested pickling/unpickling. I'm also worried that dropping unicode() might mess up something that I haven't tried.
Here's an attempt to support both Python 2 and 3 in corex.py and vis_corex.py, which would resolve #3. All of the examples from readme.md still work, but I haven't thoroughly tested pickling/unpickling. I'm also worried that dropping unicode() might mess up something that I haven't tried.