Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the medoids from HDBSCAN? [QST] #5899

Open
peonycabbage opened this issue May 20, 2024 · 1 comment
Open

How to get the medoids from HDBSCAN? [QST] #5899

peonycabbage opened this issue May 20, 2024 · 1 comment
Labels
feature request New feature or request question Further information is requested

Comments

@peonycabbage
Copy link

I've successfully performed clustering using HDBSCAN and obtained the cluster labels for my data. However, I'm now interested in getting the medoids for each cluster. I would like to inquire if there is a recommended approach or workaround to obtain the medoids? Thank you in advance

@peonycabbage peonycabbage added ? - Needs Triage Need team to review and classify question Further information is requested labels May 20, 2024
@divyegala
Copy link
Member

As of right now, there is no implementation to obtain the medoids. You can compute pairwise distances within each cluster but that will be quite a costly computation.

We can keep this issue open as a feature request.

@divyegala divyegala added feature request New feature or request and removed ? - Needs Triage Need team to review and classify labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants