dataeval.outputs.SplitDatasetOutput¶ class dataeval.outputs.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:¶ Sequence[TrainValSplit] data()¶ The output data as a dictionary. Return type:¶ dict[str, Any] meta()¶ Metadata about the execution of the function or method for the Output class. Return type:¶ ExecutionMetadata