-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add ARIMA time series forecasting model #37
Comments
@jthomperoo , sorry I could not get the approval from my current employer to contribute on other HoldWinters issues. However, I have done some basic code for this issue. Now I have verbal approval and I can work on it. Just like HoltWinters, this code is created to train, store, and update the model. Let me know if this works. This is just a basic code to suggest what we are trying to achieve. Let me know if this matches with your plans:
|
Brilliant, that looks really good, I think this will tie nicely into the work I'm currently doing as part of #38 Specifically, I've added in the conversion for the linear regression to Python, here: So this new ARIMA would be an extra Python script in the |
I have added some code to algorithm directory. Please review that. I would like to improve on that. |
An ARIMA time series option would be a useful model; there is some literature here that goes into detail explaining what it is and how it works.
Unfortunately I haven't seen any ARIMA implementations in Go, so this could end up being a big task.
The text was updated successfully, but these errors were encountered: