Make DeadlineMovingAverageModel
to work with context
#907
Labels
enhancement
New feature or request
Milestone
🚀 Feature Request
We want to teach
DeadlineMovingAverageModel
to work with context to enable inference mode.Proposal
DeadlineMovingAverageModel
the child ofNonPredictionIntervalContextRequiredAbstractModel
instead ofNonPredictionIntervalContextIgnorantAbstractModel
.NonPredictionIntervalContextIgnorantModelMixin
intoNonPredictionIntervalContextRequiredModelMixin
._DeadlineMovingAverageModel
to work with context.PerSegmentModelMixin
to work with prediction size, there probably will be some problems.test_inference
to work with a new type of model.Test cases
DeadlineMovingAverageModel
.test_inference
tests.Additional context
No response
The text was updated successfully, but these errors were encountered: