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

Computationally intensive quality measures, :dunn and :sillouette fail on large datasets #278

Open
chelate opened this issue May 21, 2024 · 1 comment
Labels

Comments

@chelate
Copy link

chelate commented May 21, 2024

Comparing several quality indices, (thanks for these). These knn graph methods :dunn and :sillouette (which rely on graphical structures) have a hard termination and forced restart. In Pluto the error message is simply:

Malt.TerminatedWorkerException()

This is on julia 1.10.2+0.aarch64.apple.darwin14 with Clustering v"0.15.7"

I have 1.4 million datapoints, and 200 clusters. I don't know if calculating these indices on this large dataset is feasible?

@alyst alyst added the question label May 21, 2024
@jaksle
Copy link
Contributor

jaksle commented Aug 12, 2024

For both indices there are variants suitable for large datasets. It requires using different algorithms. It may not be worth it though, choosing a quality index is somewhat subjective anyway, so you may as well choose ones easier to compute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants