Skip to content

Why is TBATS so slow compared to ETS? #30

@eyalshafran

Description

@eyalshafran

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions