tidyverts / tidyverts/fable

Restructure ETS model object

Open
#263 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
R
Stars
588
Forks
71
Avg merge
1h 58m
Merged PRs (30d)
1

Description

Improve time and space performance of ETS models by not converting to tibble until necessary. Use tidy(), glance() and other methods to appropriately structure output for end users when requested. Whilst doing this, fix #261

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

Begin by locating the ETS model object and its tidy() and glance() methods, then trace where results are converted to tibbles. The work is complete when conversion is deferred until needed, requested end-user output is structured through these methods, and issue #261 is fixed.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
data
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.