Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing Permutations #82

Open
2 tasks
robbisg opened this issue Oct 14, 2021 · 0 comments
Open
2 tasks

Managing Permutations #82

robbisg opened this issue Oct 14, 2021 · 0 comments
Labels
implementation All that concerns software choices from implementation POV

Comments

@robbisg
Copy link
Owner

robbisg commented Oct 14, 2021

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:

  • Constructing the PermutationTransformer or Permutator as a python generator
  • Implementing a Wrapper that uses the Transformer to obtain a new dataset.
@robbisg robbisg added the implementation All that concerns software choices from implementation POV label Oct 14, 2021
@robbisg robbisg mentioned this issue Oct 14, 2021
15 tasks
robbisg added a commit that referenced this issue Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation All that concerns software choices from implementation POV
Projects
None yet
Development

No branches or pull requests

1 participant