Slackbot
11/01/2023, 7:16 AMJosé Morales
11/01/2023, 5:21 PM'hist_exog_list': 'x_7'
and it should be 'hist_exog_list': ['x_7']
so the config for tune should be something like: hist_exog_list: tune.choice([['x_7']])
About the 700 exogenous the problem is memory, so it's really up to the hardware, but i'd say it's probably going to run out of memory.王梦石
11/02/2023, 12:17 AM(_train_tune pid=2432) File "/usr/local/lib/python3.10/dist-packages/neuralforecast/common/_base_windows.py", line 336, in _get_temporal_data_cols
(_train_tune pid=2432) set(temporal_cols.tolist()) & set(self.hist_exog_list + self.futr_exog_list)
(_train_tune pid=2432) TypeError: can only concatenate tuple (not "list") to tuple
The value I used is pure integer value.王梦石
11/02/2023, 6:12 AMJosé Morales
11/02/2023, 5:37 PMlobbie lobbie
11/05/2023, 6:46 AM王梦石
11/05/2023, 7:02 AM王梦石
11/06/2023, 1:04 PMJosé Morales
11/06/2023, 3:27 PM