NOTES
API Reference
Split the dataset into train, validation, and test sets.
graph – The graph to split.
train_ratio (float) – The proportion of the dataset to include in the train split.
val_ratio (float) – The proportion of the dataset to include in the validation split.
tuple of tensor
tuple
tensor