Skip to content

augurs-forecaster-v0.8.0

Compare
Choose a tag to compare
@sd2k sd2k released this 23 Dec 10:53
· 24 commits to main since this release
2d941c8

This release includes some major, breaking changes to the augurs-forecaster crate. See the migration guide for more information on how to upgrade.

Added

  • [breaking] switch transform to a trait (#213)
  • allow creating a Box-Cox or Yeo-Johnson transform with either lambda or data (#212)
  • add standard scaler transform (#204)
  • add 'transforms' JS crate and include in augurs JS bindings (#195)

Fixed

  • use box_cox instead of boxcox (#203)
  • make Transform enum non-exhaustive (#194)

Other

  • restructure transforms into modules (#210)
  • precalculate offset and scale factor for min-max scale transformer (#196)
  • Add power transformation logic to forecaster transforms (#185)