mlrl.testbed_sklearn.experiments.output.label_vectors.label_vectors module

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

Provides classes for representing unique label vectors contained in a dataset that are part of output data.

class mlrl.testbed_sklearn.experiments.output.label_vectors.label_vectors.LabelVectors(label_vector_histogram: LabelVectorHistogram)

Bases: TabularOutputData

Represents unique label vectors contained in a dataset that are part of output data.

OPTION_SPARSE = 'sparse'
to_table(options: Options, **kwargs) Table | None

See mlrl.testbed.experiments.output.data.TabularOutputData.to_table()

to_text(options: Options, **kwargs) str | None

See mlrl.testbed.experiments.output.data.TextualOutputData.to_text()