tidyverts / tidyverts/fabletools

lazy mable and fable

Open
#119 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

wait
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.