FoRecoML
Forecast Reconciliation with Machine Learning
The machine-learning arm of a forecast reconciliation toolkit, four months old and already sharing its sibling's plumbing.
◆Recent moves
- 1mo ago
Structured print and summary for fitted reconciliation models
print() and summary() on rml_fit objects now lay out the framework, approach, dimensions, features, training sample size, combination matrix, and trained models instead of a bare dump. The stricter argument validation shipped here mirrors the same change in FoReco, released a minute apart — these two packages move together.
View source ↗ - 1mo ago
Adopts FoReco's foreco class for all reconciliation output
The adopting half of a two-package move: FoReco defined and exported the foreco class, and three days later every function here returns one, built through the same new_foreco_class() constructor. The directional decision was made upstream; what happens here is the payoff, with FoReco's print, summary, plot, and components methods now working on machine-learning results.
View source ↗ - 3mo ago
Machine-learning forecast reconciliation arrives on CRAN
⚡ SPARKThe package's first release, opening a machine-learning route to a problem that has been solved analytically. The notes are two lines, but the scope they state is the whole point: all three reconciliation frameworks, learned rather than derived.
View source ↗