-
Hello,
I read the paper a couple of times, and everything was clear to me (for now) except 2 points.
First why are you setting as the number of dimensions to be the clusters number? (when you ar…
-
Hi Kacper
This looks to be a great package potentially but I encountered a problem when trying to pass a dataframe with categorical information in string format. The traceback gave the error:
"…
-
@lmcinnes
This is more of a practical observation.
All the examples [http://hdbscan.readthedocs.io/en/latest/performance_and_scalability.html](here) are based on 10-dimension vectors.
In pract…
-
I'd like to add a feature request for [SNN Clustering](http://mlwiki.org/index.php/SNN_Clustering) (Shared Nearest Neighbors) and possibly also HDBSCAN.
The advantage of SNN over DBSCAN is to be ab…
-
## Feature Contribution: HDBScan
Hi,
I'd like to implement [HDBScan](https://link.springer.com/chapter/10.1007/978-3-642-37456-2_14) as part of my bachelor's project in Java using & extending SM…
-
The clustering comparison at http://scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html is somewhat misleading in that the data are totally unlike anything that would be seen in…
-
Would it be difficult for you to release a feature extractor that works for sequences longer than 512, in the same way long SQuAD passages are handled? That would be quite helpful for being able to tr…
-
Can you point to some published research on the heuristics you use for solving the rich VRPs supported by vroom?
-
Hi,
I'm using hdbscan with haversine metric to find clusters based on latitudes and longitudes. The algorithm works really well for me. However, when I use `all_points_membership_vectors `and `memb…
-
Hi there,
I went through the entire documentation for HDBSCAN and looked at the docs for joblib.Memory and had a look at issue #212 but I can't for the life of me figure out how to make use of the …