-
Notifications
You must be signed in to change notification settings - Fork 27
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
IndexError when running --mix flag #13
Comments
Hi @SamWilliamsUOB , I retrieved the same error with anaconda3, and network files were properly generated but there was no tree constructed. With docker worked fine, though. |
Managed to get this script to work with the --clans-off flag |
Seems like scikit-learn's Affinity propagation was the cause.. which version do you have installed? |
Hi Jorge, So looks like 1.0.2 for sklearn
Thanks, |
Could you try with v0.19.2? |
FYI, I had a similar error with --mix and --cutoffs above ~0.4.
Downgrading sklearn from v0.24.2 to v0.19.2 solved it. |
Running BiG-SCAPE but getting an IndexError when adding the '--mix' flag.
Below is the submission script used which works fine without the --mix flag but produces the error message below when its added. Any ideas what might be happening?
Thanks,
Sam
The text was updated successfully, but these errors were encountered: