ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

speed up analyses (particularly clustering) #66

Open andrewheusser opened 7 years ago

andrewheusser commented 7 years ago

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:

1) optimize the multiprocessing code (may not be implemented in the most efficient way)

2) deriving an analytic solution to correct the clustering scores instead of relying on permutations