You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently generate_dataset will create a numpy array containing all generated time series. Making it a python generator seems more elegant (and more scalable).
The text was updated successfully, but these errors were encountered:
florian-huber
changed the title
Make ts_generator an actual "generator"
Make generate_dataset an actual "generator"
Jun 12, 2020
Currently
generate_dataset
will create a numpy array containing all generated time series. Making it a python generator seems more elegant (and more scalable).The text was updated successfully, but these errors were encountered: