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 | None = None)¶
Bases:
OutputDatasetRepresents a tabular dataset that is part of output data.
- to_text(options: Options, **_) str | ConsoleRenderable | None¶
See
mlrl.testbed.experiments.output.data.TextualOutputData.to_text()