fixing lags_sequence doc

This commit is contained in:
elisim 2023-05-21 13:40:22 +05:30
parent 3322728647
commit 21e34911e3

View File

@ -55,8 +55,8 @@ class AutoformerConfig(PretrainedConfig):
scaling (`bool`, *optional* defaults to `True`):
Whether to scale the input targets.
lags_sequence (`list[int]`, *optional*, defaults to `[1, 2, 3, 4, 5, 6, 7]`):
The lags of the input time series as covariates often dictated by the frequency. Default is `[1, 2, 3, 4,
5, 6, 7]`.
The lags of the input time series as covariates often dictated by the frequency.
Default is `[1, 2, 3, 4, 5, 6, 7]`.
num_time_features (`int`, *optional*, defaults to 0):
The number of time features in the input time series.
num_dynamic_real_features (`int`, *optional*, defaults to 0):