mlrl.testbed.experiments.input.model.model module

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

Provides classes for representing model that are part of input data.

class mlrl.testbed.experiments.input.model.model.InputModel

Bases: InputData

Represents a model is are part of input data.

CONTEXT = Context(include_dataset_type=False, include_prediction_scope=False, include_fold=True)
PROPERTIES = Properties(name='Model', file_name='model')
update_state(state: ExperimentState, input_data: Any)

See mlrl.testbed.experiments.input.data.InputData.update_state()