Skip to content

9.5.0

Compare
Choose a tag to compare
@bassmang bassmang released this 14 Oct 11:04
· 346 commits to master since this release
9496a6d

Style Changes

This release includes some improvements to the style and naming conventions in VW. This includes using snake_case for all variable and class names, and converting most structs to classes. These style changes will be standardized and enforced in later releases.

Confidence Sequence Estimator

Confidence sequences have become the default estimators when evaluating policies in multi-model reductions such as AutoML and Epsilon Decay.

Click here to see all changes in this release

Changes

Features

  • feat: integrate confidence sequences in automl and epsilon_decay by @bassmang in #4125
  • feat: add experimental to python by @bassmang in #4165
  • feat: Improve large actions multithreading. by @zwd-ms in #4158
  • feat: [epsilon decay] add initial epsilon option by @bassmang in #4170
  • feat: Model merging with delta objects by @byronxu99 in #4177
  • feat: Add ftrl to dump_weights_to_json and compat CIs by @bassmang in #4193

Fixes

Other Changes

Full Changelog: 9.4.0...9.5.0