Restructure ETS model object
Open
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
- 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
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