ContextLab / ContextLab/quail

speed up analyses (particularly clustering)

Open
#66 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
21
Forks
10
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.