Skip to content

Commit

Permalink
fixing lags_sequence doc
Browse files Browse the repository at this point in the history
  • Loading branch information
elisim committed May 21, 2023
1 parent 3322728 commit 21e3491
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 21e3491

Please sign in to comment.