polo
polo copied to clipboard
Python Optimal Leaf Ordering for Hierarchical Clustering
I would love to try out polo with some weather station data I'm working with. Thanks for putting it together. When I run 'pip install polo' at the anaconda prompt,...
Hello, I would like to use polo, but I am using python 3.7. I attempted to install by using Anaconda with the following command: ` conda install -c gwerbin polo...
The lack of optimal leaf ordering in the scipy.cluster.hierarchy module has long been an [issue](https://github.com/scipy/scipy/issues/5238). If you are interested, your code would be highly appreciated :)
When importing polo in python 2.7 I get the following error after installing polo with pip: ``` /home/votti/.virtualenvs/python2_env/local/lib/python2.7/site-packages/polo/__init__.py in () ----> 1 from polo.polo import optimal_leaf_ordering ImportError: No module named...