Skip to content

Commit

Permalink
feat: added hdbscan algorithm choice for clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Mar 7, 2025
1 parent 722da61 commit 40b9ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdcat/cluster/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def top_two_probs_diff(probs):
"min_samples": min_samples,
"cluster_selection_method": "leaf",
"metric": "precomputed",
"algorithm": algorithm,
"alpha": alpha,
"cluster_selection_epsilon": cluster_selection_epsilon
}
Expand Down

0 comments on commit 40b9ba2

Please sign in to comment.