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

Question on Baseline Models #28

Closed
prateikarora opened this issue Mar 23, 2019 · 3 comments
Closed

Question on Baseline Models #28

prateikarora opened this issue Mar 23, 2019 · 3 comments

Comments

@prateikarora
Copy link

In the baseline models that you implemented(specifically ARIMA, SVR and HA); were they trained solely on the temporal data or the entire spatio-temporal data?

@liyaguang
Copy link
Owner

For ARIMA and SVR, each sensor has its own dedicated model, as the classical implementation does not support multivariate time series.
For HA, training is not required, as we just average the traffic speed over the last few weeks.

@prateikarora
Copy link
Author

@liyaguang how did you incorporate the spatial information in ARIMA and SVR model for each sensor?

@liyaguang
Copy link
Owner

For modeling spatial information, you may consider Vector ARIMA (VARIMA) model, or use the simpler Vector Auto-regressive (VAR) model.

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