We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CrostonModel
Add model based on Croston's method for intermittent demand.
We could also try to implement some variations of this method.
Add CrostonModel.
BaseAdapter
PerSegmentModelMixin
ProphetModel
NonPredictionIntervalContextIgnorantAbstractModel
fit
SeasonalMovingAverageModel
References:
To discuss:
tests/test_models/test_inference/
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature Request
Add model based on Croston's method for intermittent demand.
We could also try to implement some variations of this method.
Proposal
Add
CrostonModel
.BaseAdapter
andPerSegmentModelMixin
(look atProphetModel
for reference)NonPredictionIntervalContextIgnorantAbstractModel
that saves the answer during thefit
SeasonalMovingAverageModel
References:
To discuss:
Test cases
tests/test_models/test_inference/
.Additional context
No response
The text was updated successfully, but these errors were encountered: