We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Implement forecast decomposition for SeasonalMovingAverageModel model
SeasonalMovingAverageModel
forecast
predict
return_components: bool = False
return_components =True
window
seasonality
add_target_component
seasinality
Is blocked by Inference 2.1 milestone
The text was updated successfully, but these errors were encountered:
alex-hse-repository
Successfully merging a pull request may close this issue.
🚀 Feature Request
Implement forecast decomposition for
SeasonalMovingAverageModel
modelProposal
forecast
andpredict
add flagreturn_components: bool = False
(see base classes of models)return_components =True
:window
andseasonality
parameters, there should bewindow
components at allwindow
add_target_component
method of the datasetTest cases
window
,seasinality
)window
,seasinality
)Additional context
Is blocked by Inference 2.1 milestone
The text was updated successfully, but these errors were encountered: