You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pySTARMA has been developed for a Master Thesis where I have been one of the supervisors. So, I can tell that it works, although the predictions weren't very satisfying compared to neural networks. Still, I think it's important to continue working on statistical models like this one to see when they can get the job done as well with way less computational overhead.
Thanks for the info. I have been trying to use this library. I have installed it as instructed. But I get the following issue while importing in both python2 and python3.
>>> from pySTARMA import starma_model as sm
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'starma_model' from 'pySTARMA' (unknown location)
Also wanted to know if there's a usage example where library has been used on some spatio-temporal dataset.
So, Is this still in development stage? Can you please tell if it doesn't work at all or you haven't handled some specific cases?
The text was updated successfully, but these errors were encountered: