Skip to content

CRAN v0.3.2

Compare
Choose a tag to compare
@mitchelloharawild mitchelloharawild released this 29 Nov 06:06

fabletools 0.3.2

New features

  • Added hypothesize() generic for running statistical tests on a trained model.
  • Added combination_weighted() function for producing a combination model with
    arbitrary weights.

Improvements

  • The fallback residuals() method now handles transformations when
    type = "innovation".
  • Improved supported expressions for producing combination models. The
    appropriate response variable is now simplified for all functions that produce
    that original response variable. This notably includes 0.7*mdl1 + 0.3*mdl2 -
    if mdl1 and mdl2 are models with the same response variables, then the
    resulting combination model will also have the same response variable.
  • Documentation improvements.

Bug fixes

  • Fixed issue with exogenous regressors (xreg) in reconciliation methods that
    partially forecast the hierarchy.
  • Fixed issue with keys being dropped when several mdl_df (mable) objects were
    combined.