General
Methods
Split nodes randomly into partitions.
target_cell (str) – Target cell type.
test_split (float) – Fraction of total nodes to be in test set.
validation_split (float) – Fraction of train-eval nodes to be in validation split.
seed (int) – Seed for random selection of observations.
ValueError – If evaluation or test dataset are empty.