James Chapman
James Chapman
Spent some time making sure everything works with scikit-learn permutation testing stuff so that might be relevant/helpful
Hi, Still WIP but close and will let you know. Need to run the test suite locally. Will also run all the benchmarks I am able to (I have written...
Ok haven't managed to replicate exactly on my (windows) laptop or colab. Will try linux later. In the meantime a smal change to your code is to go with: ```...
> P.S.: Maybe it would make sense to open a separate issue for the data types in param_grid? I think it would sense if both list, numpy arrays or other...
Works fine or doesn't work fine?
ok - got an error message I can see? I can try and get one myself otherwise XD
OK I think it's also possible that its consuming more than expected memory. Will investigate - apologies and thanks for bringing this to my attention!
I'm thinking trying two things will help diagnose this: 1. num_workers=1 2. removing preprocessing 1 will help work out if it is multiprocessing causing the problem, 2 will help work...
Thanks for this. Will have a dig around.
Hi @JohannesWiesner. From some reading I'm thinking this is versions of scipy/numpy e.g. - https://github.com/scipy/scipy/issues/8516 - https://stackoverflow.com/questions/58842498/sigsev-fault-in-scipys-eigh because there's nothing substantive that has changed to rCCA which could have caused...