mixinsΒΆ

Classes

ModelForecastingMixin()

Base class for model mixins.

MultiSegmentModelMixin(base_model)

Mixin for holding methods for multi-segment prediction.

NonPredictionIntervalContextIgnorantModelMixin()

Mixin for models that don't support prediction intervals and don't need context for prediction.

NonPredictionIntervalContextRequiredModelMixin()

Mixin for models that don't support prediction intervals and need context for prediction.

PerSegmentModelMixin(base_model)

Mixin for holding methods for per-segment prediction.

PredictionIntervalContextIgnorantModelMixin()

Mixin for models that support prediction intervals and don't need context for prediction.

PredictionIntervalContextRequiredModelMixin()

Mixin for models that support prediction intervals and need context for prediction.

SaveNNMixin()

Implementation of AbstractSaveable torch related classes.