tabensemb.data.datasplitter.RandomSplitter._check_split#

method

static RandomSplitter._check_split(train_indices, val_indices, test_indices)#

Check whether split indices overlap with each other.

Parameters:
train_indices:

Indices of the training dataset.

val_indices:

Indices of the validation dataset.

test_indices

Indices of the testing dataset.