Hi, thanks for great works. I have a quick question.
When determining the number of partition (npartition) for creating bag, the memory of the partition should fit on, or smaller than, the available memory of one worker(1 process; 1 thread) because the unit of task assigned to worker is “partition”, is my understanding correct?
Thanks in advance.