-
Notifications
You must be signed in to change notification settings - Fork 54
Explore more clustering algs #93
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
We are currently gravitating towards Kmeans as the default clustering alg. It's fast. Main disadvantage is it's non deterministic
Can we look into a couple of other algorithms and maybe offer them as options
- Umap
- HDBScan
We need to check for
- quality of the clusters that Harmony generates
- speed
- deterministic behaviour - do you get the same results for multiple calls to the alg
Rationale
We want Harmony to have the best possible clusters
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request