Skip to content

Commit

Permalink
added review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
madtoinou committed Sep 12, 2023
1 parent 44e78de commit 63c5078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darts/models/forecasting/tbats_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def __init__(
Examples
--------
>>> from darts.datasets import AirPassengersDataset
>>> from darts.models import TBATS
>>> from darts.models import TBATS # or BATS
>>> series = AirPassengersDataset().load()
>>> # based on preliminary analysis, the series contains a trend
>>> model = TBATS(use_trend=True)
Expand Down

0 comments on commit 63c5078

Please sign in to comment.