ptwobrussell / Mining-the-Social-Web-2nd-Edition

The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
http://bit.ly/135dHfs
Other
2.9k stars 1.49k forks source link

fix import centroid error #246

Open gwulfs opened 9 years ago

gwulfs commented 9 years ago

http://python-cluster.readthedocs.org/en/latest/apidoc/cluster.util.html

when importing centroid, must use: from cluster.util import centroid versus: from cluster import centroid