Skip to content

Commit 21e3491

Browse files
committed
fixing lags_sequence doc
1 parent 3322728 commit 21e3491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/transformers/models/autoformer/configuration_autoformer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class AutoformerConfig(PretrainedConfig):
5555
scaling (`bool`, *optional* defaults to `True`):
5656
Whether to scale the input targets.
5757
lags_sequence (`list[int]`, *optional*, defaults to `[1, 2, 3, 4, 5, 6, 7]`):
58-
The lags of the input time series as covariates often dictated by the frequency. Default is `[1, 2, 3, 4,
59-
5, 6, 7]`.
58+
The lags of the input time series as covariates often dictated by the frequency.
59+
Default is `[1, 2, 3, 4, 5, 6, 7]`.
6060
num_time_features (`int`, *optional*, defaults to 0):
6161
The number of time features in the input time series.
6262
num_dynamic_real_features (`int`, *optional*, defaults to 0):

0 commit comments

Comments
 (0)