dataeval.data.SplitDatasetOutput¶ class dataeval.data.SplitDatasetOutput¶ Output class containing test indices and a list of TrainValSplits. test¶ Indices for the test set Type:¶ NDArray[np.intp] folds¶ List of train and validation split indices Type:¶ list[TrainValSplit] meta()¶ Metadata about the execution of the function or method for the Output class. Return type:¶ ExecutionMetadata