Split `items` so that `val_idx` are in the validation set and the others in the training set

IndexSplitter(valid_idx)

Arguments

valid_idx

The indices to use for the validation set (defaults to a random split otherwise)

Value

None