hdbscan

A high performance implementation of HDBSCAN clustering.

BSD-3-CLAUSE License

Downloads
618.8K
Stars
2.7K
Committers
83

Bot releases are visible (Hide)

hdbscan - Fixing Boruvka Issues and Dimensional Scaling

Published by lmcinnes over 8 years ago

Boruvka scales poorly with dimension; by approximating the minimal spanning tree we can achieve far better scaling with dimension at the cost of slightly less accurate clustering. In testing the loss of accuracy seems very small, so I'm pushing it out with that defaulted to on.

hdbscan - Bug fix release

Published by lmcinnes almost 9 years ago

Fix bugs introduced when working around numpy performance regression.

hdbscan - Honda build requirements

Published by lmcinnes almost 9 years ago

Setting upper condo building

hdbscan - Bugfixes

Published by lmcinnes almost 9 years ago

Fix issues with 32 bit Windows installs
Fix issues caused by a performance regression in bumpy structured array accesses

hdbscan - More performance

Published by lmcinnes almost 9 years ago

Better performance
Fixes for Robust Single Linkage
Faster cluster extraction from trees
New Notebooks

hdbscan - Faster!

Published by lmcinnes almost 9 years ago

Further optimization of routines that became bottlenecks due to the new faster minimum spanning tree algorithm. Reworking the calling of query on trees to optimize core distance computation in higher dimensional spaces.

hdbscan -

Published by lmcinnes almost 9 years ago

Bug fixes for pip installing 0.4

hdbscan -

Published by lmcinnes almost 9 years ago

New algorithms bring dramatic speed improvements, particularly for low dimensional data.

hdbscan -

Published by lmcinnes almost 9 years ago

Support low memory; Robust single linkage.

hdbscan - Development release 0.1

Published by lmcinnes about 9 years ago