From 0a90f2404c4ab5e43f6aeca386e143d504336aca Mon Sep 17 00:00:00 2001 From: eschibli <46228485+eschibli@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:33:38 -0700 Subject: [PATCH] Docustring tweak --- darts/models/forecasting/tsmixer_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/darts/models/forecasting/tsmixer_model.py b/darts/models/forecasting/tsmixer_model.py index 8e8a12ebf0..29bc9f47bd 100644 --- a/darts/models/forecasting/tsmixer_model.py +++ b/darts/models/forecasting/tsmixer_model.py @@ -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)