Relative Content

Tag Archive for numpyarimadata-processingmultivariate-time-seriesu8darts

‘numpy.linalg.LinAlgError’ with VARIMA model

I am using Pycharm to execute a Machine Learning algorithm called VARIMA, included in darts framework for Python, which I am using because I have multivariate data. What I am trying to do is, given a time step, the model predicts the next 10 time steps based on the 30 previous ones. Either way, I believe the issue comes from the dataframe I am processing (which consists of a table with 90 entries), because of the type of error I am getting.

‘numpy.linalg.LinAlgError’ with VARIMA model from darts framework

I am using Pycharm to execute a Machine Learning algorithm called VARIMA, included in darts framework for Python, which I am using because I have multivariate data. What I am trying to do is, given a time step, the model predicts the next 10 time steps based on the 30 previous ones. Either way, I believe the issue comes from the dataframe I am processing (which consists of a table with 90 entries), because of the type of error I am getting.