RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.1k stars 240 forks source link

IndexError: list index out of range. at file pyflux/arma/arimax.py #127

Closed sametdumankaya closed 6 years ago

sametdumankaya commented 6 years ago

File "C:/Users/adumankaya/PycharmProjects/Arimax/train.py", line 31, in family=pf.Normal()) File "C:\ProgramData\Anaconda3\lib\site-packages\pyflux\arma\arimax.py", line 94, in init self.latent_variables.z_list[no+self.ar+self.ma+self.X.shape[1]].start = i[3] IndexError: list index out of range

While train data has no missing values or errors, I'm getting this error.

rforouza commented 4 years ago

Hi, I am getting the same error. Did you manage to find a solution for that?