We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CrostonModel
Issue by Mr-Geekman Monday Jul 17, 2023 at 13:57 GMT Originally opened as tinkoff-ai#1317
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
Issue by Mr-Geekman
Monday Jul 17, 2023 at 13:57 GMT
Originally opened as tinkoff-ai#1317
🚀 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: