mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
fixing lags_sequence
doc
This commit is contained in:
parent
3322728647
commit
21e34911e3
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user