Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imp/tsmixer basic #2555

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Docustring tweak
eschibli committed Oct 31, 2024
commit 0a90f2404c4ab5e43f6aeca386e143d504336aca
4 changes: 2 additions & 2 deletions darts/models/forecasting/tsmixer_model.py
Original file line number Diff line number Diff line change
@@ -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)