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.