-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I understand that TBATS is not a fast method but why is it so slow compared to ETS with similar number fo free parameters?
For example, using sktime with these two setups:
TBATS(use_box_cox=False, use_arma_errors=False, sp=[7])
AutoETS(auto=True, additive_only=False, sp=7)
The number of seasonal harmonics found for TBATS is 3 so the two models have roughly the same number of parameters to optimize. The AutoETS runs 20x faster.
Is there a way to set the number of Fourier components for a model instead of it being computed? I can't imagine that would make a huge difference though.
Metadata
Metadata
Assignees
Labels
No labels