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

cluster.find_consensus returns labels that do not exist in the input array #137

Open
apathanasiadis opened this issue Mar 11, 2024 · 1 comment

Comments

@apathanasiadis
Copy link

apathanasiadis commented Mar 11, 2024

hello, im using the cluster.find_consensus as a final step in my clustering pipeline. first i confirmed that it worked using a toy example, but now with my data im getting few instances where the algorithm outputs labels do not exist in the original array. While my input labels matrix ranges from 0 to 4 (or 1 to 5), i can get output where the consensus label will be larger than 5, going up to 13. Is it that because there was no convergence and how can i resolve it? Should i try to increase the number of clustering solutions?

@apathanasiadis
Copy link
Author

just tried with 1000 (10 times more) clustering solutions but it didnt work.

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

No branches or pull requests

1 participant