Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regarding STARMA.predict() #1

Open
ayushgupt opened this issue Feb 17, 2019 · 2 comments
Open

regarding STARMA.predict() #1

ayushgupt opened this issue Feb 17, 2019 · 2 comments

Comments

@ayushgupt
Copy link

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?

@FxKu
Copy link
Collaborator

FxKu commented Feb 18, 2019

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.

Note, I've forked pySTARMA in the org of my former research group and did some minor changes (like enabling Py3): https://github.com/MAGDa-BeuthHS/pySTARMA/commits/master

You are free to use and extend it. Would be happy to hear your opinion :)

@ayushgupt
Copy link
Author

ayushgupt commented Feb 20, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants