|
|
|
|
|
by fluffet
2170 days ago
|
|
Good article. I used HDBSCAN in my master's thesis. It works well with high dimensional data. If you're using it for high dimensional stuff I would recommend working with Uniform Manifold Approximation and Projection (UMAP) to visualise. I think it is made by the same author as HDBSCAN. I wish they also talked about Density-Based Clustering Validation (DBCV) which can be used to calculate the mathematical stability of the clusters (for hyper parameters), apart from just looking at hierarchies. |
|
Their work is great but just wanted to save people a google in case they were interested.