spherecluster

Clustering routines for the unit sphere

MIT License

Stars
331
Committers
4

Bot releases are visible (Hide)

spherecluster - Upgrade sklearn Latest Release

Published by jasonlaska almost 6 years ago

Changes in this release:

  • support for sklearn >=0.20
  • fixes some deprecation warnings (e.g., for logsumexp)
  • removes deprecated pyplot.hold() in /examples
  • split out black dependency into dev-requirements.txt
spherecluster - Maintenance

Published by jasonlaska about 6 years ago

  • adds black auto-formatting ()
  • fixes typo for variable inertia_
  • fixes posterior_ when n_jobs != 1
spherecluster - Python3 Support

Published by jasonlaska about 7 years ago

  • cleans up requirements, tests, and examples to be python3 friendly
  • normalizes inputs by default in both SphericalKMeans and MovMF clustering
spherecluster - Patch import paths

Published by jasonlaska about 8 years ago

This release hopefully addresses #2

spherecluster - Inaugural public release.

Published by jasonlaska about 8 years ago

First release to PyPI. Includes Spherical K-Means, Mixture of Von Mises clustering, and sample_vMF.

Related Projects