robbisg / sekupy

Detergent for Multivariate Analysis Pipelines of Neuroimaging data in Python
https://sekupy.readthedocs.io/
Other
1 stars 0 forks source link

Managing Permutations #82

Open robbisg opened 3 years ago

robbisg commented 3 years ago

Permutations can be addressed by using two approaches:

  1. Using an AnalysisWrapper in which you give the Analyzer as a parameter and then the fit performs the loop by calling analysis fit method on the permuted dataset.
  2. Using a Transformer which transforms the dataset in a permuted dataset.

This can be achieved in both ways by: