You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clustering scores can take a while to compute when correcting with permutation tests. We already have a parallelized solution over analysis 'chunks' by setting parallel=True. Two ways to speed this up are:
optimize the multiprocessing code (may not be implemented in the most efficient way)
deriving an analytic solution to correct the clustering scores instead of relying on permutations
The text was updated successfully, but these errors were encountered:
The clustering scores can take a while to compute when correcting with permutation tests. We already have a parallelized solution over analysis 'chunks' by setting
parallel=True
. Two ways to speed this up are:optimize the multiprocessing code (may not be implemented in the most efficient way)
deriving an analytic solution to correct the clustering scores instead of relying on permutations
The text was updated successfully, but these errors were encountered: