fabletools icon indicating copy to clipboard operation
fabletools copied to clipboard

lazy mable and fable

Open earowang opened this issue 5 years ago • 1 comments

I've prototyped the idea of rolling tsibble https://github.com/tidyverts/tsibble/tree/137/slide-by

I like the collect() idea, only evaluating when user asks for it. model() and forecast() may only hold the queries. When collect()ing, evaluation takes place. accuracy() eventually realises the lazy evaluation.

earowang avatar Sep 12 '19 01:09 earowang

Sounds interesting, would be nice to see a demo of the slide by functionality.

mitchelloharawild avatar Sep 17 '19 03:09 mitchelloharawild