mlrl.testbed_sklearn.experiments.output.dataset.dataset module¶
Author: Michael Rapp (michael.rapp.ml@gmail.com)
Provides classes for representing tabular datasets that are part of output data.
- class mlrl.testbed_sklearn.experiments.output.dataset.dataset.TabularOutputDataset(dataset: TabularDataset, properties: Properties, context: Context = Context(include_dataset_type=True, include_prediction_scope=True, include_fold=True))¶
Bases:
OutputDatasetRepresents a tabular dataset that is part of output data.
- to_text(options: Options, **_) str | None¶
See
mlrl.testbed.experiments.output.data.TextualOutputData.to_text()