tidyverts / tidyverts/fabletools
lazy mable and fable
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 98
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked tsibble slide-by prototype and the issue's proposal for lazy evaluation. Trace how model(), forecast(), collect(), and accuracy() currently interact; the scope and completion criteria need to be defined before implementation can begin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100