Skip to content

Commit

Permalink
Docustring tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
eschibli committed Oct 31, 2024
1 parent ebe02d1 commit 0a90f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions darts/models/forecasting/tsmixer_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ def __init__(
Whether to apply normalization before or after mixing.
project_first_layer
Whether to project to the output time dimension at the first layer (default),
or at the end of the module. Projecting last is recommended if there are
no future covariates, while projecting first is recommended if there are
or at the end of the module. False is recommended if there are
no future covariates, while True is recommended if there are
important future covariates.
"""
super().__init__(**kwargs)
Expand Down

0 comments on commit 0a90f24

Please sign in to comment.