Skip to content

Commit

Permalink
Update darts/models/forecasting/sf_auto_tbats.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Bader <[email protected]>
  • Loading branch information
cnhwl and dennisbader authored Dec 9, 2024
1 parent 6274077 commit d5d442f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions darts/models/forecasting/sf_auto_tbats.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def __init__(self, *autoTBATS_args, **autoTBATS_kwargs):
"""Auto-TBATS based on `Statsforecasts package
<https://github.com/Nixtla/statsforecast>`_.
Automatically selects the best TBATS model from all feasible combinations of the parameters use_boxcox,
use_trend, use_damped_trend, and use_arma_errors. Selection is made using the AIC.
Default value for use_arma_errors is True since this enables the evaluation of models with
Automatically selects the best TBATS model from all feasible combinations of the parameters `use_boxcox`,
`use_trend`, `use_damped_trend`, and `use_arma_errors`. Selection is made using the AIC.
Default value for `use_arma_errors` is True since this enables the evaluation of models with
and without ARMA errors.
<https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=f3de25596ab60ef0e886366826bf58a02b35a44f>
<https://doi.org/10.4225/03/589299681de3d>
Expand Down

0 comments on commit d5d442f

Please sign in to comment.