ESRNN-GPU icon indicating copy to clipboard operation
ESRNN-GPU copied to clipboard

end-to-end example as a notebook?

Open vgoklani opened this issue 5 years ago • 20 comments

Any chance you could push an end-to-end example as a jupyter notebook? It's really hard to follow the codebase... thanks!

vgoklani avatar Aug 05 '19 01:08 vgoklani

Sure, we will start on getting a notebook example out

damitkwr avatar Aug 06 '19 18:08 damitkwr

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!

andmib avatar Aug 07 '19 11:08 andmib

Thanks @damitkwr

vgoklani avatar Aug 12 '19 02:08 vgoklani

Really looking forward to it. Thnx for efforts by the way

RYucel avatar Aug 27 '19 07:08 RYucel

Thank you @damitkwr looking forward to it :).

Many thanks, Andrew

andrewczgithub avatar Aug 31 '19 03:08 andrewczgithub

Me also looking forward for it

12suyash avatar Aug 31 '19 04:08 12suyash

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!

Very interested in this

cbpaw avatar Sep 17 '19 11:09 cbpaw

Hi all! Was wondering if there was an update on the above

andrewczgithub avatar Sep 20 '19 10:09 andrewczgithub

Would be good a generalization for different data and a way to get the forecasted values.

misaelmoura avatar Oct 18 '19 14:10 misaelmoura

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.

Henry-Lidgley avatar Jan 13 '20 11:01 Henry-Lidgley

Why has nothing been done to this end? Some smart person somewhere should have a colab they can share.

firmai avatar Jan 28 '20 20:01 firmai

Sure, we will start on getting a notebook example out

Hi, Sir, do you have update on this one. Very interested in learning this approach!

pluto7liyu avatar Jan 29 '20 22:01 pluto7liyu

For those interested in ES-RNN implement also check out N-BEATs: https://towardsdatascience.com/n-beats-beating-statistical-models-with-neural-nets-28a4ba4a4de8 https://github.com/philipperemy/n-beats/tree/master/examples

Henry-Lidgley avatar Jan 31 '20 14:01 Henry-Lidgley

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.

samuelgneff avatar Feb 27 '20 21:02 samuelgneff

Looking forward to it.

firmai avatar Feb 27 '20 22:02 firmai

@samuelgneff How is your project going :)? Looking forward to your nb! Cheers

FlorisCalkoen avatar Apr 06 '20 13:04 FlorisCalkoen

Please find a simple Colab NB example here: https://gist.github.com/florisrc/e9bc4cb054c6ad1c8f1ac43a9c21d09f

FlorisCalkoen avatar Apr 20 '20 11:04 FlorisCalkoen

Please find a simple Colab NB example here: https://gist.github.com/florisrc/e9bc4cb054c6ad1c8f1ac43a9c21d09f

I added tensorflow 1 compatibility and a direct link to google colab here :+1: .

dan-r95 avatar May 12 '20 12:05 dan-r95

How long should we expect this code to run for?

caugusta avatar Jun 08 '20 23:06 caugusta

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!

Has anyone successfully generalized this to non-m4 time series and has a notebook of this? For example, the M3 time series?

FangSimon avatar Jun 15 '20 08:06 FangSimon