mlrl.testbed.arguments module

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

Defines command line arguments for configuring the functionality to predict for different datasets.

class mlrl.testbed.arguments.PredictionDatasetArguments

Bases: object

Defines command line arguments for configuring the functionality to predict for different datasets.

PREDICT_FOR_TEST_DATA = <mlrl.util.cli.BoolArgument object>
PREDICT_FOR_TRAINING_DATA = <mlrl.util.cli.BoolArgument object>