Closed Jooolioh closed 1 year ago
Hey,
Thanks for using the package! It's nice to see it used by organisations beyond the School of Informatics at the University of Edinburgh (who hired me to build it)!
The issue you experienced was because the parameter min_cluster_number
defaulted to 1 and you were parsing cluster numbers taking values (0, ..., K-1) [instead of (1, ..., K)], where K is a fixed cluster resolution. To resolve your issue, you could have set min_cluster_number = 0
.
Your experience highlighted issues in expectations the user has on the package, so I have released a new version (0.2.1) where min_cluster_number
is found automatically. It can also be parsed explicitly if you like too.
Apologies for the delay in getting back to you! I have been in the middle of university exam season.
Thanks
Hey, sorry, I forgot to reply unfortunately.
I wanted to thank you for your help in solving this problem and to thank you once more to have taken the time to create this library.
It has been working great.
Hello. I'm sorry to be bothering you. I'm trying to use this library but I can't really figure out what to do. I've tried with my dataset and with the classical iris dataset but I keep getting the error
KeyError: 'res'
in the_config.py
file.This is the code I'm using to launch clustree:
This is the full error log:
There is probably something wrong on my side. Could you maybe give me some suggestions? Even a simple snippet with an example of a working run would be great so that I can figure it out on my own, I don't want to bother anyone.
Thank you so much