dataeval.utils.data.SplitDatasetOutput

class dataeval.utils.data.SplitDatasetOutput

Output class containing test indices and a list of TrainValSplits.

test

Indices for the test set

Type:

NDArray[np.intp]

folds

List where each index contains the indices for the train and validation splits

Type:

list[TrainValSplit]

dict()

Output attributes as a dictionary.

Return type:

dict[str, Any]

meta()

Execution metadata as a dictionary.

Return type:

dict[str, Any]