Split into train and test set while splitting by groups. When group_partitions
is NULL
, all samples from each group will go into either the training set or the testing set. Otherwise, the groups will be split according to group_partitions
Useful links