|
|
@@ -24,7 +24,7 @@ class LongForecastConfig(BaseTSConfig):
|
|
|
|
|
|
def update_input_len(self, seq_len: int):
|
|
|
"""
|
|
|
- upadte the input sequence length
|
|
|
+ update the input sequence length
|
|
|
|
|
|
Args:
|
|
|
seq_len (int): input length
|
|
|
@@ -72,7 +72,7 @@ class LongForecastConfig(BaseTSConfig):
|
|
|
|
|
|
def update_dataset(self, dataset_dir: str, dataset_type: str = None):
|
|
|
"""
|
|
|
- upadte the dataset
|
|
|
+ update the dataset
|
|
|
|
|
|
Args:
|
|
|
dataset_dir (str): dataset root path
|
|
|
@@ -89,7 +89,7 @@ class LongForecastConfig(BaseTSConfig):
|
|
|
update basic info including time_col, freq, target_cols.
|
|
|
|
|
|
Args:
|
|
|
- info_params (dict): upadte basic info
|
|
|
+ info_params (dict): update basic info
|
|
|
|
|
|
Raises:
|
|
|
TypeError: if info_params is not dict, raising TypeError
|
|
|
@@ -104,7 +104,7 @@ class LongForecastConfig(BaseTSConfig):
|
|
|
update patience.
|
|
|
|
|
|
Args:
|
|
|
- patience (int): upadte patience
|
|
|
+ patience (int): update patience
|
|
|
|
|
|
Raises:
|
|
|
RuntimeError: if patience is not found, raising RuntimeError
|