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

[FEA] K-Medoids (PAM) implementation for clustering #6133

Open
raulcarlomagno opened this issue Nov 8, 2024 · 0 comments
Open

[FEA] K-Medoids (PAM) implementation for clustering #6133

raulcarlomagno opened this issue Nov 8, 2024 · 0 comments
Labels
? - Needs Triage Need team to review and classify feature request New feature or request

Comments

@raulcarlomagno
Copy link

As an alternative method for kmeans clustering, the idea of having kmedoids method would be great

The BanditPAM algorithm based on Multi-Armed Bandits is a good candidate, this official C++ implementation with python bindings looks great. https://github.com/motiwari/BanditPAM

migrate this to cuda could be worth it

@raulcarlomagno raulcarlomagno added ? - Needs Triage Need team to review and classify feature request New feature or request labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant