mlrl.testbed.experiments.prediction_scope module¶
Author: Michael Rapp (michael.rapp.ml@gmail.com)
Provides classes that provide information about predictions.
- class mlrl.testbed.experiments.prediction_scope.GlobalPredictionScope¶
Bases:
PredictionScopeProvides information about predictions that have been obtained from a global model.
- class mlrl.testbed.experiments.prediction_scope.IncrementalPredictionScope(model_size: int)¶
Bases:
PredictionScopeProvides information about predictions that have been obtained incrementally.