Tempor-ai / sybil

SYBIL: The General-Purpose Forecaster
GNU General Public License v3.0
4 stars 0 forks source link

[model] Add TBATS as a base model in M8 #80

Closed Kevin-Chen0 closed 8 months ago

Kevin-Chen0 commented 8 months ago

Use TBATS from darts:

from darts.models import LinearRegressionModel

Add it in _get_model_class and include it in META_BASE_MODELS in modelfactory.py.

Test it using the example notebooks.

Create a new branch and then PR to m8-staging, which links to this issue.

Kevin-Chen0 commented 8 months ago

PR #87 has been merged.