-
I'm surprised that I cannot seem to separate these blobs easily in 3 clusters?
![example_blobs](https://cloud.githubusercontent.com/assets/69774/19498748/94a255ae-9547-11e6-83fe-003ad11c3218.png)
I …
-
Request for project inclusion in scikit-learn-contrib
- Project name: hdbscan
- Project description: A clustering library implementing the HDBSCAN\* and Robust Single Linkage density based clustering …
-
This is a borderline usage problem; I am raising an Issue because the API is a bit confusing (to my mind). Users should follow a set of guidelines in the API before concluding this is a bug.
I am im…
-
@mhahsler I'm trying to add `dbscan` and `optics` to my `largeVis` package. I've been using your package to generate testing data to make sure that mine is producing the same results. I've come acro…
-
Hi,
First, thank you for this awesome implementation of HDBSCAN. It is certainly one of the best and most generic clustering algorithm and having this high performance implementation is cool with Sci…
-
Not sure if this is a bug or feature, but I have observed that on my Ubuntu 14.04 machine HDBSCAN only ever uses one core, some other cores also spike occasionally but 90% of the time it's just a sing…
ghost updated
8 years ago
-
Tried using the implementation as is for working with images, as was being done in sklearn using KMeans / MiniBatchKMeans / Meanshift clustering. But consistently run into MemoryError (for images as s…
-
First off, thanks for your work on the implementation of the algorithm, it's excellent. I do most of my development on OSX and HDBSCAN has worked like a charm.
However, I've recently been trying to …
-
Hi,
Thank you for this amazing clustering algorithm and such easy-to-use library. However I think I've found a minor bug. min_cluster_size keyword actually stands for a maximum size, which is not con…
Phlya updated
8 years ago
-
Hi,
I tried running the `plot_hdbscan.py` example, but it failed with an error:
```
File "X:/somepath/example.py", line 44, in
hdb = HDBSCAN(min_cluster_size=10).fit(X)
File "C:\Python27\li…