GEMSEO 5.3.2
Please cite us if you use the software.
Split
Split.test
Split.train
Hide inherited members
A train-test split.
Bases: object
object
train (NDArray[int]) –
test (NDArray[int]) –
The indices of the test samples.
The indices of the train samples.