-
Notifications
You must be signed in to change notification settings - Fork 72
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
end-to-end example as a notebook? #13
Comments
Sure, we will start on getting a notebook example out |
I'm excited to see the end-to-end example. I'd like to generalize this to non-M4 time series, and that'll be super helpful for it. Thanks! |
Thanks @damitkwr |
Really looking forward to it. Thnx for efforts by the way |
Thank you @damitkwr looking forward to it :). Many thanks, |
Me also looking forward for it |
Very interested in this |
Hi all! |
Would be good a generalization for different data and a way to get the forecasted values. |
Would also be very grateful for any further documentation for the code beyond Smyl's Uber page and the paper. I've come from using Keras and finding it difficult to follow. It's training fine but would like to generalise on non-M4 data (though also not sure how to obtain forecasts). Even restricting the M4 data to a fewer number of time series breaks the code due to a batch size issue in Pytorch. Will keep trying to get my head around it. Many thanks. |
Why has nothing been done to this end? Some smart person somewhere should have a colab they can share. |
Hi, Sir, do you have update on this one. Very interested in learning this approach! |
For those interested in ES-RNN implement also check out N-BEATs: |
Currently working on a colab notebook. Hoping to extend the implementation to non-M4 data where you may have additional metadata (day of the week, holidays, etc.). Happy to share once it's done. |
Looking forward to it. |
@samuelgneff How is your project going :)? Looking forward to your nb! Cheers |
Please find a simple Colab NB example here: https://gist.github.com/florisrc/e9bc4cb054c6ad1c8f1ac43a9c21d09f |
I added tensorflow 1 compatibility and a direct link to |
How long should we expect this code to run for? |
Has anyone successfully generalized this to non-m4 time series and has a notebook of this? For example, the M3 time series? |
Any chance you could push an end-to-end example as a jupyter notebook? It's really hard to follow the codebase... thanks!
The text was updated successfully, but these errors were encountered: