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

clustification: add visualization/diagnostics of performance/convergence over time #28

Open
Tracked by #54
sreichl opened this issue Sep 13, 2023 · 1 comment
Open
Tracked by #54
Assignees
Labels
enhancement New feature or request

Comments

@sreichl
Copy link
Collaborator

sreichl commented Sep 13, 2023

determine metrics at every iteration and plot at the end the time course.
at least for the stopping criterion max. edge weight, but maybe also for f1 score and accuracy,....

@sreichl
Copy link
Collaborator Author

sreichl commented Dec 20, 2023

from @bednarsky
In addition to adding a stopping criterion and a recommended clustering, could you keep the clusterings at each merging step and return an interactive plot with a slider where the accuracy of the last merger is shown as text in the corner? So one could check how the clusters look for different thresholds and potentially pick one that looks good.

Of course then not directly comparable via indices, but might be a good thing to troubleshoot if only one big cluster is left and might not be too expensive to store the labels and recolor the UMAP.

@sreichl sreichl mentioned this issue Jun 22, 2024
5 tasks
@sreichl sreichl changed the title clustification: add visualization of performance/convergence over time clustification: add visualization/diagnostics of performance/convergence over time Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant