generator of indices to split data of given length into test and train sets. Useful for K-fold cross validation. Args: data_length (int): Length of data to be split into test and training sets folds (int): number of splits to make in the data.
(data_length, folds=10, randomize=True)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected