Arian Khorasani

Results 6 comments of Arian Khorasani

Thanks @lostella - I have another question. I checked the multivariate models by GluonTS and found out that **`GPVAREstimator`** is able to handle multivariate time series data and I wrote...

Dear @lostella - Yes, Here is the output of the length of each time series in the dataset: ```` ``` [109, 15, 9, 15, 16, 11, 1, 15, 5, 7,...

Dear @lostella - I'm trying the DeepVAREstimator for handling multivariate time series forecasting as below (I'd appreciate your suggestion! my **context_length = 5** and **prediction_length = 1**. I did try...

@lostella - the error trace that I provided is the entire error that I get. Please check the screenshot below too:

Dear @lostella - I have already checked the dimension of my multivariate time series too. Putting my whole dataset code below: ```` ``` variables = ['DBP', 'SBP', 'Resp', 'Temp', 'HR',...

> Which python version are you using and what command are you executing? Dear @fjxmlzn - The version of my Python is `3.10.14` and I am launching the following commands:...