You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we do something with seasonality parameter in SeasonalMovingAverageModel? The problem is that it depends on the data. For example, we can just keep the value that was put by the user and don't change it.
Can we do something with lag parameter in NaiveModel? The problem is that it depends on the type of pipeline that we use, the horizon and the data. We can't make lag smaller than horizon for Pipeline. We can make it bigger but does it make sense?
Should we tune seasonality of DeadlineMovingAverageModel?
🚀 Feature Request
Add
params_to_tune
for ma models.Proposal
Suggested grid for `SeasonalMovingAverageModel:
Suggested grid for
MovingAverageModel
:Suggested grid for
NaiveModel
:Suggested grid for
DeadlineMovingAverageModel
:To discuss:
seasonality
parameter inSeasonalMovingAverageModel
? The problem is that it depends on the data. For example, we can just keep the value that was put by the user and don't change it.lag
parameter inNaiveModel
? The problem is that it depends on the type of pipeline that we use, the horizon and the data. We can't makelag
smaller thanhorizon
forPipeline
. We can make it bigger but does it make sense?seasonality
ofDeadlineMovingAverageModel
?Test cases
Look at #1184.
Additional context
No response
The text was updated successfully, but these errors were encountered: