augurs-forecaster-v0.8.0
·
24 commits
to main
since this release
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)