mlrl.testbed_sklearn.experiments.output.dataset.dataset_ground_truth module

Author: Michael Rapp (michael.rapp.ml@gmail.com)

Provides classes for representing predictions that are part of output data.

class mlrl.testbed_sklearn.experiments.output.dataset.dataset_ground_truth.GroundTruthDataset(dataset: TabularDataset)

Bases: TabularOutputDataset

Represents a ground truth for tabular data that is part of output data.

CONTEXT = Context(include_dataset_type=True, include_prediction_scope=True, include_fold=True)
PROPERTIES = Properties(name='Ground truth', file_name='ground_truth')