noahvand

Results 4 comments of noahvand

I got the simular problem when using TFT models, and get error ``` "set(temporal_cols.tolist()) & set(self.hist_exog_list + self.futr_exog_list) TypeError: can only concatenate tuple (not "list") to tuple" ``` and I...

Recently, I tried to add a simple CNN model for time-series forecasting task based on Darts. And I cannot find any turtorial or guidance either. But I find some information...

I had the same issue when using model.fit_from_dataset(training_dataset), then failing in the same error without being able to initializing encoders. But, the suggested manual adding encoder did save my world....

Tried this version, and the shift output function works well, but the RNN models cannot work for some reason, where I got message below ``` WARNING:darts.models.forecasting.rnn_model:ignoring user defined `output_chunk_length`. RNNModel...