<div dir="ltr"><div><div>Hello,<br>I was playing with a permutation schemes. There is one case I don't know how to do<br><br>If I want to shuffle targets within chunks, I would use limit='chunks' in my permutator,<br>If I want to shuffle targets only in test set, I would use limit={'partitions': 1},<br><br>How can I shuffle targets within chunks, but only for the training set?<br><br>limit={'chunks':[0,1,2,3], 'partitions': 1} is not limiting shuffling within chunks, and<br>limit=['chunks', {'partitions': 1}] doesn't work - RuntimeError: Unhandle condition error (also my spellcheck is shouting, shouldn't it be unhandled instead?)<br><br></div>Thanks,<br></div>Richard<br></div>