Hi all,<br>Currently I have unbalanced samples in each run (unequal number of samples per condition).<br><br>If I do leave-one-run-out classification, am I correct to use the following partitioner in my classifier to ensure an equal number of samples per condition, for each classification fold?<br>
<pre>ChainNode([NFoldPartitioner(),Balancer(attr='targets',count=1,limit='partitions',apply_selection=True)],space='partitions'))</pre><br>Also, what happens if in some runs, I have no trials for a certain condition? I imagine that on folds where those runs are part of the "test dataset", this would be problematic (nothing to test against)?  So are those fold entirely excluded from the analysis if I use Balancer?<br>
<br>Thanks!<br>-Edmund<br><br><br>