dataeval.utils.data.SplitDatasetOutput¶
- class dataeval.utils.data.SplitDatasetOutput¶
Output class containing test indices and a list of TrainValSplits.
- folds¶
List of train and validation split indices
- Type:¶
list[TrainValSplit]
- property meta : ExecutionMetadata¶
Metadata about the execution of the function or method for the Output class.
- Return type:¶