Can we do something with S parameter in SARIMAXModel (It is the seasonality)? 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.
How to generate order for SARIMAXModel from p, d, q (same for seasonal_order)? In pycaret they generate all combinations and put them into CategoricalDistribution.
🚀 Feature Request
Add
params_to_tune
for arima models.Proposal
Sources for the grid:
Suggested grid for
SARIMAXModel
:Suggested grid for
AutoARIMAModel
:To discuss:
S
parameter inSARIMAXModel
(It is the seasonality)? 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.order
forSARIMAXModel
fromp
,d
,q
(same forseasonal_order
)? Inpycaret
they generate all combinations and put them intoCategoricalDistribution
.AutoARIMAModel
?Test cases
Look at #1184.
Additional context
Is blocked by #1201.