skada icon indicating copy to clipboard operation
skada copied to clipboard

Multidomain source target split and merge

Open YanisLalou opened this issue 5 months ago • 2 comments

Add the ability to have:

  • source_target_merge from utils.py to accept *List[arrays] with each list corresponding to one sample domain. Ex: List[X_domain_1, y_domain_1], List[X_domain_2, y_domain_2] ...
  • source_target_split from utils.py to return *List[arrays] with each list corresponding to one sample domain.

YanisLalou avatar Feb 20 '24 10:02 YanisLalou