Closed Kevin-Chen0 closed 8 months ago
Use TBATS from darts:
TBATS
from darts.models import LinearRegressionModel
Add it in _get_model_class and include it in META_BASE_MODELS in modelfactory.py.
_get_model_class
META_BASE_MODELS
Test it using the example notebooks.
Create a new branch and then PR to m8-staging, which links to this issue.
m8-staging
PR #87 has been merged.
Use
TBATS
from darts:from darts.models import LinearRegressionModel
Add it in
_get_model_class
and include it inMETA_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.